You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first GA release in the 5.2 release series. This release finalizes the 5.2 APIs
and also corrects a number of defects discovered since the previous release.
Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required).
Notable changes and features included in the 5.2 series:
Upgrade to Java 8.
Improved support for TLS upgrade and HTTP protocol upgrade (async).
Improved HTTP protocol negotiation.
Improved customization of connection listeners (async).
Improved parsing and formatting of URI components.
Use of Java 8 date / time APIs
The text was updated successfully, but these errors were encountered:
That's much appreciated @bsmahi ! I've moved the issue to the right project. Feel free to open a draft pull request here again that expands on the Apache httpclient recipes we already have.
What problem are you trying to solve?
Upgrade users to 5.2+
What precondition(s) should be checked before applying this recipe?
Using at least Java 8.
Any additional context
Likely requires
5.2+ release notes
The text was updated successfully, but these errors were encountered: