snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
23 stars 36 forks source link

Update to Apache Http Client to v5 #364

Closed jamesdh closed 7 months ago

jamesdh commented 1 year ago

Is your feature request related to a problem? Please describe. Apache HttpClient v4.x+ is no longer being maintained. Outside of security vulnerabilities, new features and fixes are going into v5.x+.

Describe the solution you'd like Update to use v5.x+

Describe alternatives you've considered Switch to Java 11's Http Client

Given that Spring 6 now defaults to Http Client 5, it's a bit annoying to have other 3rd party dependencies potentially holding it back.