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
24 stars 36 forks source link

Remove Guava dependency #320

Closed LeoNiedermeier closed 2 years ago

LeoNiedermeier commented 2 years ago

Is your feature request related to a problem? Please describe.

The library includes guava, but uses just two classes (so far I can see)

Both can be replaced with plain java classes, e.g

Describe the solution you'd like

No guava dependency because

Describe alternatives you've considered

Additional context

mscwilson commented 2 years ago

Hi @LeoNiedermeier, thanks for the suggestion. We'll look into this for the next release.

mscwilson commented 2 years ago

Hi @LeoNiedermeier. We just released Java tracker v1. Guava has been removed 😊