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/08/17 08:31:43 UTC

[GitHub] [dubbo] CuttingWaveKnife commented on issue #8273: Upgrade Dubbo from 2.7.11 to 3.0.1 get RuntimeException: [source error] getExportedURLs() not found in org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService

CuttingWaveKnife commented on issue #8273:
URL: https://github.com/apache/dubbo/issues/8273#issuecomment-900102207


   今天也碰到这个问题,最终是将
   <dependency>
       <groupId>org.javassist</groupId>
       <artifactId>javassist</artifactId>
   </dependency>
   从3.18.1-GA升级到3.21.0-GA解决,猜测是动态编译时,加载不了interface中的default方法


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