[HTTPCLIENT-1939] Update Apache Commons Codec from 1.10 to 1.11.

This commit is contained in:
Gary Gregory 2018-08-13 13:02:47 -06:00
parent 681d11e265
commit b9a286ed93
2 changed files with 25 additions and 11 deletions

View File

@ -1,10 +1,24 @@
Release 4.5.7
-------------------
This is a maintenance release.
Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog:
-------------------
* HTTPCLIENT-1939: Update Apache Commons Codec from 1.10 to 1.11
Contributed by Gary Gregory <ggregory at apache.org>
Release 4.5.6 Release 4.5.6
------------------- -------------------
This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility
with Java 9 Platform Module System and fixes a number of issues discovered since 4.5.5 with Java 9 Platform Module System and fixes a number of issues discovered since 4.5.5
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -44,7 +58,7 @@ Release 4.5.5
HttpClient 4.5.5 (GA) is a maintenance release that fixes a regression introduced HttpClient 4.5.5 (GA) is a maintenance release that fixes a regression introduced
by the previous release causing a NPE in SystemDefaultCredentialsProvider. by the previous release causing a NPE in SystemDefaultCredentialsProvider.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -68,7 +82,7 @@ Release 4.5.4
HttpClient 4.5.4 (GA) is a maintenance release that fixes a number of defects found since 4.5.3. HttpClient 4.5.4 (GA) is a maintenance release that fixes a number of defects found since 4.5.3.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -138,7 +152,7 @@ Release 4.5.3
HttpClient 4.5.3 (GA) is a maintenance release that fixes a number of defects found since 4.5.2. HttpClient 4.5.3 (GA) is a maintenance release that fixes a number of defects found since 4.5.2.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -215,7 +229,7 @@ Release 4.5.2
HttpClient 4.5.2 (GA) is a maintenance release that fixes a number of minor defects found since 4.5.1. HttpClient 4.5.2 (GA) is a maintenance release that fixes a number of minor defects found since 4.5.1.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -265,7 +279,7 @@ Release 4.5.1
HttpClient 4.5.1 (GA) is a maintenance release that fixes a number of minor defects found since 4.5. HttpClient 4.5.1 (GA) is a maintenance release that fixes a number of minor defects found since 4.5.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -332,7 +346,7 @@ introduced in version 4.4.
Users of HttpClient 4.4 are encouraged to upgrade. Users of HttpClient 4.4 are encouraged to upgrade.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
------------------- -------------------
@ -390,7 +404,7 @@ Use at your discretion.
This release also includes all fixes from the stable 4.3.x release branch. This release also includes all fixes from the stable 4.3.x release branch.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
@ -456,7 +470,7 @@ requests
This release also includes all fixes from the stable 4.3.x release branch. This release also includes all fixes from the stable 4.3.x release branch.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Changelog: Changelog:
@ -500,7 +514,7 @@ requests
This release also includes all fixes from the stable 4.3.x release branch. This release also includes all fixes from the stable 4.3.x release branch.
Please note that as of 4.4 HttpClient requires Java 1.6 or newer. Please note that as of 4.4, HttpClient requires Java 1.6 or newer.
Please note that new features included in this release are still considered experimental and Please note that new features included in this release are still considered experimental and
their API may change in the future 4.4 alpha and beta releases. their API may change in the future 4.4 alpha and beta releases.

View File

@ -69,7 +69,7 @@
<maven.compiler.target>1.6</maven.compiler.target> <maven.compiler.target>1.6</maven.compiler.target>
<httpcore.version>4.4.10</httpcore.version> <httpcore.version>4.4.10</httpcore.version>
<commons-logging.version>1.2</commons-logging.version> <commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.10</commons-codec.version> <commons-codec.version>1.11</commons-codec.version>
<ehcache.version>2.6.11</ehcache.version> <ehcache.version>2.6.11</ehcache.version>
<memcached.version>2.12.3</memcached.version> <memcached.version>2.12.3</memcached.version>
<slf4j.version>1.7.25</slf4j.version> <slf4j.version>1.7.25</slf4j.version>