Github user ajayk commented on the issue:
https://github.com/apache/curator/pull/224
@Randgalt Thanks for the link i was not aware of the
https://cwiki.apache.org/confluence/display/CURATOR/TN13 ,
This would help us to leverage JDK 7 and there are few optimizations on
the ImmutableCollection https://github.com/google/guava/wiki/Release22
and when the curator moves to JDK 8 this might be handy
The intent is that the Android version always be a strict subset of what's
available in the main/Java 8 version, so anything compiled against version N of
the Android version will work when run against the Java 8 version.
For the medium-term future, Guava users who need to target JDK 7 can use
the Android flavor, which has no Android-specific dependencies. At some point
in the future, when Android diverges sufficiently from JDK 7, Guava may stop
providing a JDK 7-compatible flavor, at which time those users will have to
stay with the latest prior version
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---