mccheah opened a new issue #162: Upgrade Guava and don't use deprecated methods 
like ToStringHelper
URL: https://github.com/apache/incubator-iceberg/issues/162
 
 
   Our Guava dependency is pretty old right now. When we bring in Iceberg as a 
dependency, we hit `NoSuchMethodError`s when calling the 
`Objects#toStringHelper` method, which was removed in later versions of Guava. 
It's been replaced by `MoreObjects#toStringHelper`.
   
   There's two matters to consider here:
   - Should we bump Guava? We're using 23.6.1: 
https://github.com/palantir/incubator-iceberg/pull/8
   -Let's minimize our use of Guava's deprecated APIs. We can start with 
`toStringHelper` and perhaps add linting rules to find others.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to