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

Add okhttp adapter with cookie jar and remove cookie jar from network configuration (close #361) #372

Closed matus-tomlein closed 8 months ago

matus-tomlein commented 8 months ago

Issue #361

This PR removes references to okhttp3 from the network configuration and batch emitter to allow using the tracker without such a dependency.

In particular, it removes the cookie jar confguration from the network config. In it's place, it adds a OkHttpClientWithCookieJarAdapter adapter that is already configured with the cookie jar.