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
With Spring's RestTemplate being in maintenance mode and Spring planning to require Java 17 by the end of 2022, the Client should consider migrating to another HTTP layer. The HttpClient introduced in Java 11 is a good candidate. That would imply requiring Java 11 for Hop, but this is a reasonable decision.
If possible without too much hassle, we could squeeze JDK's HttpClient along the RestTemplate in Client and deprecate any method involving some RestTemplate configuration in a major version and then remove RestTemplate all together in another major version.
No description provided.
The text was updated successfully, but these errors were encountered: