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 ECF26DC6E for ; Fri, 15 Feb 2013 18:37:13 +0000 (UTC) Received: (qmail 25706 invoked by uid 500); 15 Feb 2013 18:37:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 25632 invoked by uid 500); 15 Feb 2013 18:37:12 -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 25624 invoked by uid 99); 15 Feb 2013 18:37:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 18:37:12 +0000 Date: Fri, 15 Feb 2013 18:37:12 +0000 (UTC) From: "Steve Rowe (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4462) SolrJ's httpclient and httpcore dependency versions should not be synchronized - instead, the httpcore version to use should be drawn from the httpclient POM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4462: ----------------------------- Affects Version/s: (was: 4.0) (was: 4.1) 4.2 > SolrJ's httpclient and httpcore dependency versions should not be synchronized - instead, the httpcore version to use should be drawn from the httpclient POM > ------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-4462 > URL: https://issues.apache.org/jira/browse/SOLR-4462 > Project: Solr > Issue Type: Bug > Components: clients - java > Affects Versions: 4.2 > Reporter: Steve Rowe > Assignee: Steve Rowe > Priority: Minor > Fix For: 4.2 > > Attachments: SOLR-4462.patch > > > The httpcomponents project, which hosts both the httpclient and the httpcore modules, uses Maven as its build system, so when the httpclient POM declares a dependency, it's authoritative (since that's how httpclient is built and tested). > httpclient's httpcore dependency version doesn't always match the httpclient version. Recent examples (look for {{}} under {{}}) (these are POMs for httpcomponents-client, which is the parent module for httpclient, and declares its submodules' dependencies' versions): > [https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.3/pom.xml] > [http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1.3/pom.xml] > [http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1.1/pom.xml] > I'm fairly certain that these versions-out-of-sync incidents are not mistakes - I read this email exchange as describing intentionally versioning httpclient separately from httpcore: [http://markmail.org/thread/ippp4gbxwwnt6aws]. > SolrJ should separately version its httpclient and httpcore dependencies, and should draw the httpcore version from the httpcomponents-client POM. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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