The Apache HttpComponents project is pleased to announce 5.5-beta2 release of HttpComponents Core.
This BETA release corrects Java 8 binary problem introduced in the previous BETA release. The previous version has been compiled against Java 17 APIs by mistake. This release also adds support for QUERY method (RFC 10008). This release includes all the fixes from the stable 5.4 branch. Notable changes and features included in the 5.5 series: * Connection pool implementation improvements. * HTTP message stream APIs and support for HTTP/2 message stream timeout. * SSLContexts to respect system properties by default. * Cap pending HTTP/2 request commands per connection. * HPACK RFC 7540, RFC 7541, and HTTP/2 RFC 9113 conformance improvements. * Building HttpCore with Maven now requires Java 17 or newer. Published artifacts remain compatible with Java 8. * QUERY method support (RFC 10008). Compatibility notes: * HTTP requesters and servers take into account SSL/TLS system properties by default. * Building HttpCore with Maven now requires Java 17 or newer. Published artifacts remain compatible with Java 8. Download - <http://hc.apache.org/downloads.cgi> Release notes - <http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-5.4.x.txt HttpComponents site - <http://hc.apache.org/> About HttpComponents Core HttpCore is a set of HTTP/1.1 and HTTP/2 transport components that can be used to build custom client and server side HTTP services with a minimal footprint. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
