mirror of https://github.com/apache/lucene.git
SOLR-5590: Upgrade HttpClient/HttpComponents to 4.3.x.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1555004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43535fecb8
commit
1587e84b60
|
@ -99,6 +99,9 @@ Build
|
||||||
* LUCENE-5360: Add support for developing in Netbeans IDE.
|
* LUCENE-5360: Add support for developing in Netbeans IDE.
|
||||||
(Michal Hlavac, Uwe Schindler, Steve Rowe)
|
(Michal Hlavac, Uwe Schindler, Steve Rowe)
|
||||||
|
|
||||||
|
* SOLR-5590: Upgrade HttpClient/HttpComponents to 4.3.x.
|
||||||
|
(Karl Wright via Shawn Heisey)
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
||||||
* LUCENE-5285: Improved highlighting of multi-valued fields with
|
* LUCENE-5285: Improved highlighting of multi-valued fields with
|
||||||
|
|
|
@ -109,9 +109,9 @@ org.apache.hadoop.version = 2.2.0
|
||||||
|
|
||||||
# The httpcore version is often different from the httpclient and httpmime versions,
|
# 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.
|
# so the httpcore version value should not share the same symbolic name with them.
|
||||||
/org.apache.httpcomponents/httpclient = 4.2.6
|
/org.apache.httpcomponents/httpclient = 4.3.1
|
||||||
/org.apache.httpcomponents/httpcore = 4.2.5
|
/org.apache.httpcomponents/httpcore = 4.3
|
||||||
/org.apache.httpcomponents/httpmime = 4.2.6
|
/org.apache.httpcomponents/httpmime = 4.3.1
|
||||||
|
|
||||||
org.apache.james.apache.mime4j.version = 0.7.2
|
org.apache.james.apache.mime4j.version = 0.7.2
|
||||||
/org.apache.james/apache-mime4j-core = ${org.apache.james.apache.mime4j.version}
|
/org.apache.james/apache-mime4j-core = ${org.apache.james.apache.mime4j.version}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
e4ca30a6a3a075053a61c6fc850d2432dc012ba7
|
|
|
@ -0,0 +1 @@
|
||||||
|
0ec13f6423eb6d5858e229939a2bc118473ef94c
|
|
@ -1 +0,0 @@
|
||||||
472f0f5f8dba5d1962cb9d7739feed739a31c30d
|
|
|
@ -0,0 +1 @@
|
||||||
|
11393498b38e9695d0850cac26fde5613ae268b9
|
|
@ -258,6 +258,9 @@ Other Changes
|
||||||
* SOLR-5574: CoreContainer shutdown publishes all nodes as down and waits to
|
* SOLR-5574: CoreContainer shutdown publishes all nodes as down and waits to
|
||||||
see that and then again publishes all nodes as down. (Mark Miller)
|
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 ==================
|
================== 4.6.1 ==================
|
||||||
|
|
||||||
Versions of Major Components
|
Versions of Major Components
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
e4ca30a6a3a075053a61c6fc850d2432dc012ba7
|
|
|
@ -0,0 +1 @@
|
||||||
|
0ec13f6423eb6d5858e229939a2bc118473ef94c
|
|
@ -1 +0,0 @@
|
||||||
472f0f5f8dba5d1962cb9d7739feed739a31c30d
|
|
|
@ -0,0 +1 @@
|
||||||
|
11393498b38e9695d0850cac26fde5613ae268b9
|
|
@ -1 +0,0 @@
|
||||||
270386011895bc6c7ee6496fd87511d6a98093c1
|
|
|
@ -0,0 +1 @@
|
||||||
|
f7899276dddd01d8a42ecfe27e7031fcf9824422
|
Loading…
Reference in New Issue