Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A3A2E2B8 for ; Sun, 24 Feb 2013 10:30:16 +0000 (UTC) Received: (qmail 28125 invoked by uid 500); 24 Feb 2013 10:30:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 27992 invoked by uid 500); 24 Feb 2013 10:30:14 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 27926 invoked by uid 99); 24 Feb 2013 10:30:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 10:30:13 +0000 Date: Sun, 24 Feb 2013 10:30:13 +0000 (UTC) From: =?utf-8?Q?Jan_H=C3=B8ydahl_=28JIRA=29?= To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4495) solr.xml sharedLib attribtue should take a list of paths MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4495?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Jan H=C3=B8ydahl updated SOLR-4495: ------------------------------ Attachment: SOLR-4495.patch First patch attempt, it works, but no tests =20 > solr.xml sharedLib attribtue should take a list of paths > -------------------------------------------------------- > > Key: SOLR-4495 > URL: https://issues.apache.org/jira/browse/SOLR-4495 > Project: Solr > Issue Type: Improvement > Components: SolrCloud > Reporter: Jan H=C3=B8ydahl > Labels: classpath, solr.xml > Attachments: SOLR-4495.patch > > > solr.xml's sharedLib is a great way to add plugins that should be shared = across all cores/collections. > For increased flexibility I would like for it to take a list of paths. Th= en I'd put Solr's own contrib libs in one shared folder "solrJars" and cust= om plugins with deps in another "customerJars". That eases Solr upgrades, t= hen we can simply wipe and replace all jars in "solrJars" during upgrade. > I realize that solr.xml is going away, and so the same request will be va= lid for whatever replaces solr.xml, whether it be system prop or properties= file. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org