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 (close #364) #370

Closed matus-tomlein closed 8 months ago

matus-tomlein commented 8 months ago

Issue #364

Updates the Apache HTTP client version from 4 to 5.

Unfortunately this is a breaking change (e.g., the CloseableHttpClient that we accept in the adapter now comes from a different package), so we'll need to make a v2 release.

github-actions[bot] commented 8 months ago

This pull request is for issue #364.