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

Remove deprecated APIs (close #373) #374

Closed matus-tomlein closed 8 months ago

matus-tomlein commented 8 months ago

Issue #373

This PR removes deprecated APIs ahead of the 2.0 release. This mostly affects the builder classes.

github-actions[bot] commented 8 months ago

This pull request is for issue #373.

matus-tomlein commented 8 months ago

@mscwilson that's true, but I think I can't remove those because they are necessary in order to implement the Payload interface. I think the reason why they are deprecated is just to make people avoid using them.