You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/04/16 00:50:16 UTC

[GitHub] [incubator-iceberg] mccheah opened a new issue #162: Upgrade Guava and don't use deprecated methods like ToStringHelper

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org