You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/05/08 20:00:56 UTC

svn commit: r1794448 - in /httpcomponents/httpclient/branches/4.5.x: RELEASE_NOTES.txt pom.xml

Author: ggregory
Date: Mon May  8 20:00:56 2017
New Revision: 1794448

URL: http://svn.apache.org/viewvc?rev=1794448&view=rev
Log:
[HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11. Builds like a champ on Oracle Java 6 up until the OSGi module which requires Java 7 since the Maven Bundle plugin class is compiled with Java 7. Builds like a champ on Oracle Java 7.

Modified:
    httpcomponents/httpclient/branches/4.5.x/RELEASE_NOTES.txt
    httpcomponents/httpclient/branches/4.5.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.5.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/RELEASE_NOTES.txt?rev=1794448&r1=1794447&r2=1794448&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/branches/4.5.x/RELEASE_NOTES.txt Mon May  8 20:00:56 2017
@@ -30,6 +30,9 @@ Changelog:
   DeflateDecompressingEntity for reuse and to create less garbage.
   Contributed by Gary Gregory <ggregory at apache.org>
 
+* [HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
 
 Release 4.5.3
 -------------------

Modified: httpcomponents/httpclient/branches/4.5.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/pom.xml?rev=1794448&r1=1794447&r2=1794448&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/pom.xml Mon May  8 20:00:56 2017
@@ -69,7 +69,7 @@
     <httpcore.version>4.4.6</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.10</commons-codec.version>
-    <ehcache.version>2.6.9</ehcache.version>
+    <ehcache.version>2.6.11</ehcache.version>
     <memcached.version>2.11.4</memcached.version>
     <slf4j.version>1.7.7</slf4j.version>
     <junit.version>4.11</junit.version>