You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/07/08 14:44:32 UTC

[GitHub] [dubbo] horizonzy edited a comment on issue #7772: 2.7.11,java.lang.NoSuchMethodError: org.apache.curator.framework.recipes.cache.NodeCache.getListenable

horizonzy edited a comment on issue #7772:
URL: https://github.com/apache/dubbo/issues/7772#issuecomment-876499736


   Hi, it seems that curator's api compatible problem.  We use curator 4.x in dubbo.
   NodeCache in curator 5.x getListenable() return Listenable.
   NodeCache in curator 4.x getListenable() return  ListenerContainer.
   If user import curator 5.x in there project, it will cover dubbo's curator version. So cause the compatible problem.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org