Sure I didn't catch that, guess the compiler doesn't care. I am making the [changes on the fly](https://github.com/Obsidian-StudiosInc/os-xtoo/blob/master/dev-java/jclouds-core/jclouds-core-9999.ebuild#L55) at build time so kinda moot to me. But that hopefully explains the failure. Its nasty code...
Few others have some set as well, changing same stuff, ```getHostText``` to ```getHost```, and some static imports for like ```and()``` and ```or()`` [Predicates](https://github.com/google/guava/blob/master/guava/src/com/google/common/base/Predicates.java) like in [compute](https://github.com/Obsidian-StudiosInc/os-xtoo/blob/master/dev-java/jclouds-compute/jclouds-compute-9999.ebuild#L55). Otherwise got all switched over to guava 24, and gson 2.8.2 Pretty pleased as it was one of the few packages making me keep older guava. Now just 2 others to fix to get rid of guava 21. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1180#issuecomment-366163803
