You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2014/11/10 16:16:00 UTC

svn commit: r1637883 - in /ofbiz/trunk: ./ framework/base/lib/

Author: adrianc
Date: Mon Nov 10 15:15:59 2014
New Revision: 1637883

URL: http://svn.apache.org/r1637883
Log:
Upgraded httpclient libraries. HttpClient defaults to TLS instead of SSLv3.

http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.3.x.txt

Added:
    ofbiz/trunk/framework/base/lib/httpclient-4.3.6.jar   (with props)
    ofbiz/trunk/framework/base/lib/httpclient-cache-4.3.6.jar   (with props)
    ofbiz/trunk/framework/base/lib/httpcore-4.3.3.jar   (with props)
Removed:
    ofbiz/trunk/framework/base/lib/httpclient-4.2.1.jar
    ofbiz/trunk/framework/base/lib/httpclient-cache-4.2.1.jar
    ofbiz/trunk/framework/base/lib/httpcore-4.2.1.jar
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/LICENSE

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1637883&r1=1637882&r2=1637883&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Mon Nov 10 15:15:59 2014
@@ -22,9 +22,9 @@
     <classpathentry kind="lib" path="framework/base/lib/hamcrest-all-1.2.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/fop-1.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/freemarker-2.3.21.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/httpclient-4.2.1.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/httpclient-cache-4.2.1.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/httpcore-4.2.1.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/httpclient-4.3.6.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/httpclient-cache-4.3.6.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/httpcore-4.3.3.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/httpunit-1.7.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/ical4j-1.0-rc2.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/icu4j-52_1.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1637883&r1=1637882&r2=1637883&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Mon Nov 10 15:15:59 2014
@@ -19,9 +19,9 @@ framework/base/lib/batik-all-1.7.jar
 framework/base/lib/barcode4j-2.1-barcode4j-fop-ext-complete.jar
 framework/base/lib/clhm-release-1.0-lru.jar
 framework/base/lib/freemarker-2.3.21.jar
-framework/base/lib/httpclient-4.2.1.jar
-framework/base/lib/httpclient-cache-4.2.1.jar
-framework/base/lib/httpcore-4.2.1.jar
+framework/base/lib/httpclient-4.3.6.jar
+framework/base/lib/httpclient-cache-4.3.6.jar
+framework/base/lib/httpcore-4.3.3.jar
 framework/base/lib/ivy-2.2.0.jar
 framework/base/lib/jackson-annotations-2.4.0.jar
 framework/base/lib/jackson-core-2.4.2.jar

Added: ofbiz/trunk/framework/base/lib/httpclient-4.3.6.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/httpclient-4.3.6.jar?rev=1637883&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/httpclient-4.3.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/framework/base/lib/httpclient-cache-4.3.6.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/httpclient-cache-4.3.6.jar?rev=1637883&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/httpclient-cache-4.3.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/framework/base/lib/httpcore-4.3.3.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/httpcore-4.3.3.jar?rev=1637883&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/httpcore-4.3.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream