Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7546108DB for ; Fri, 3 Jan 2014 07:29:32 +0000 (UTC) Received: (qmail 56120 invoked by uid 500); 3 Jan 2014 07:28:33 -0000 Mailing-List: contact commits-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 commits@lucene.apache.org Received: (qmail 55698 invoked by uid 99); 3 Jan 2014 07:28:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 07:28:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 07:28:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 454F52388868; Fri, 3 Jan 2014 07:27:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1555022 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/licenses/ solr/ solr/licenses/ Date: Fri, 03 Jan 2014 07:27:58 -0000 To: commits@lucene.apache.org From: elyograg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140103072758.454F52388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elyograg Date: Fri Jan 3 07:27:57 2014 New Revision: 1555022 URL: http://svn.apache.org/r1555022 Log: SOLR-5590: Upgrade HttpClient/HttpComponents to 4.3.x. (merge trunk r1555004) Added: lucene/dev/branches/branch_4x/lucene/licenses/httpclient-4.3.1.jar.sha1 - copied unchanged from r1555004, lucene/dev/trunk/lucene/licenses/httpclient-4.3.1.jar.sha1 lucene/dev/branches/branch_4x/lucene/licenses/httpcore-4.3.jar.sha1 - copied unchanged from r1555004, lucene/dev/trunk/lucene/licenses/httpcore-4.3.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpclient-4.3.1.jar.sha1 - copied unchanged from r1555004, lucene/dev/trunk/solr/licenses/httpclient-4.3.1.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpcore-4.3.jar.sha1 - copied unchanged from r1555004, lucene/dev/trunk/solr/licenses/httpcore-4.3.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpmime-4.3.1.jar.sha1 - copied unchanged from r1555004, lucene/dev/trunk/solr/licenses/httpmime-4.3.1.jar.sha1 Removed: lucene/dev/branches/branch_4x/lucene/licenses/httpclient-4.2.6.jar.sha1 lucene/dev/branches/branch_4x/lucene/licenses/httpcore-4.2.5.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpclient-4.2.6.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpcore-4.2.5.jar.sha1 lucene/dev/branches/branch_4x/solr/licenses/httpmime-4.2.6.jar.sha1 Modified: lucene/dev/branches/branch_4x/ (props changed) lucene/dev/branches/branch_4x/lucene/ (props changed) lucene/dev/branches/branch_4x/lucene/CHANGES.txt (contents, props changed) lucene/dev/branches/branch_4x/lucene/ivy-versions.properties (contents, props changed) lucene/dev/branches/branch_4x/lucene/licenses/ (props changed) lucene/dev/branches/branch_4x/solr/ (props changed) lucene/dev/branches/branch_4x/solr/CHANGES.txt (contents, props changed) lucene/dev/branches/branch_4x/solr/licenses/ (props changed) Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1555022&r1=1555021&r2=1555022&view=diff ============================================================================== --- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original) +++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Fri Jan 3 07:27:57 2014 @@ -44,6 +44,9 @@ Build * LUCENE-5360: Add support for developing in Netbeans IDE. (Michal Hlavac, Uwe Schindler, Steve Rowe) +* SOLR-5590: Upgrade HttpClient/HttpComponents to 4.3.x. + (Karl Wright via Shawn Heisey) + Bug fixes * LUCENE-5285: Improved highlighting of multi-valued fields with Modified: lucene/dev/branches/branch_4x/lucene/ivy-versions.properties URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/ivy-versions.properties?rev=1555022&r1=1555021&r2=1555022&view=diff ============================================================================== --- lucene/dev/branches/branch_4x/lucene/ivy-versions.properties (original) +++ lucene/dev/branches/branch_4x/lucene/ivy-versions.properties Fri Jan 3 07:27:57 2014 @@ -59,9 +59,9 @@ org.apache.hadoop.version = 2.2.0 # The httpcore version is often different from the httpclient and httpmime versions, # so the httpcore version value should not share the same symbolic name with them. -/org.apache.httpcomponents/httpclient = 4.2.6 -/org.apache.httpcomponents/httpcore = 4.2.5 -/org.apache.httpcomponents/httpmime = 4.2.6 +/org.apache.httpcomponents/httpclient = 4.3.1 +/org.apache.httpcomponents/httpcore = 4.3 +/org.apache.httpcomponents/httpmime = 4.3.1 org.apache.james.apache.mime4j = 0.7.2 /org.apache.james/apache-mime4j-core = ${org.apache.james.apache.mime4j} Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1555022&r1=1555021&r2=1555022&view=diff ============================================================================== --- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original) +++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Fri Jan 3 07:27:57 2014 @@ -222,6 +222,9 @@ Other Changes * SOLR-5574: CoreContainer shutdown publishes all nodes as down and waits to see that and then again publishes all nodes as down. (Mark Miller) +* SOLR-5590: Upgrade HttpClient/HttpComponents to 4.3.x. + (Karl Wright via Shawn Heisey) + ================== 4.6.1 ================== Versions of Major Components