22------------------
33
44This is the first BETA release in the 5.4 release series. It upgrades HttpCore to version
5- 5.3-beta1 and adds a number of minor improvements and fixes.
5+ 5.3-beta1 and adds a few minor improvements and fixes.
66
77IMPORTANT! Please note the new cache entry serialization format is incompatible with earlier
88versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche
99with object serialization) created with any earlier version MUST be flushed and re-populated
10- or the cache backend MUST be configured to use the old deprecated cache entry serializer.
10+ or the cache backend MUST be configured to use the old, deprecated cache entry serializer.
1111
1212
1313Notable changes and features included in the 5.4 series:
1414
1515* Improved conformance to RFC 9110 (HTTP Semantics), RFC 7616 (HTTP Digest Access
1616 Authentication), RFC 2617 (’Basic’ HTTP Authentication Scheme).
1717
18- * UTF-8 encoding to be used by default for text where appropriate.
18+ * UTF-8 encoding is used by default for text where appropriate.
1919
2020* Compatibility with Java Virtual Threads and Java 21 Runtime.
2121
@@ -41,11 +41,11 @@ Notable changes and features included in the 5.4 series:
4141Change Log
4242-------------------
4343
44- * HTTPCLIENT-2328: Blocking i/o connections to check if the opposite TLS endpoint
44+ * HTTPCLIENT-2328: Blocking I/O connections to check if the opposite TLS endpoint
4545 has been closed by the opposite endpoint while writing out request body.
4646 Contributed by Oleg Kalnichevski <olegk at apache.org>
4747
48- * Redesign of test server APIs and integration test setup
48+ * Redesign of test server APIs and integration test setup.
4949 Contributed by Oleg Kalnichevski <olegk at apache.org>
5050
5151* HTTPCLIENT-2331: Skip cookie header generation if a Cookie header is already
0 commit comments