treasure-data / td-client-java

Java Client Library for Treasure Data
http://docs.treasuredata.com/articles/java
Apache License 2.0
12 stars 22 forks source link

Upgrade Guava 31.1 and remove jackson-guava binding #215

Closed xerial closed 1 year ago

xerial commented 1 year ago

Guava 31.1 has not been updated for a year since 2022. Using the latest version will reduce the chance of dependency hell.

And also, jackson binding for Guava is no longer necessary as we have removed Guava Optional usage thanks to @exoego in #181

xerial commented 1 year ago

Thanks. I'll release 1.0.0 soon