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 2018/09/07 04:17:39 UTC

[GitHub] lexburner commented on issue #2418: [Dubbo-2353]fix Invalid property 'interfaceName' of bean class [org.apache.dubbo.config.spring.ServiceBean]#2353

lexburner commented on issue #2418: [Dubbo-2353]fix Invalid property 'interfaceName' of bean class [org.apache.dubbo.config.spring.ServiceBean]#2353
URL: https://github.com/apache/incubator-dubbo/pull/2418#issuecomment-419317727
 
 
   I reproduced the same problem locally. When use @Service(interfaceName = "xx.xx.xx") Annotation. ServiceConfig will mismatch the setter `setInterface()` .Given that the function `setInterface()` is heavily used through the dubbo framework, it is a good idea to redundancy a new function `setInterfaceName()`.
   
   this pr should be merged soon.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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