You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by el...@apache.org on 2014/01/03 08:27:58 UTC

svn commit: r1555022 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/licenses/ solr/ solr/licenses/

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