[
https://issues.apache.org/jira/browse/CURATOR-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991792#comment-15991792
]
Jordan Zimmerman commented on CURATOR-403:
------------------------------------------
No - shading means "hiding" the library. All of Guava (except for 3 classes) is
now hidden behind Curator specific package names. It's as if it's a completely
different library. There are no conflicts now with any version of Guava.
Details here: https://cwiki.apache.org/confluence/display/CURATOR/TN13
> Curator framework incompatible with guava 21
> --------------------------------------------
>
> Key: CURATOR-403
> URL: https://issues.apache.org/jira/browse/CURATOR-403
> Project: Apache Curator
> Issue Type: Bug
> Components: Framework
> Affects Versions: 3.3.0, 2.12.0
> Reporter: Vladimir Dergachev
>
> Guava version 21 incompatible with curator framework. Now it uses version
> 16.0.1 of guava, and compatible up to version 20 inclusive. To reproduce a
> problem just put 21 version in dependencies management and you will get
> message like this in runtime.
> {code}
> Caused by: java.lang.NoSuchMethodError:
> com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()Lcom/google/common/util/concurrent/ListeningExecutorService;
> at
> org.apache.curator.framework.listen.ListenerContainer.addListener(ListenerContainer.java:41)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)