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/21 03:24:55 UTC

[GitHub] chenlushun commented on issue #2542: provider service register version incorrect

chenlushun commented on issue #2542: provider service register version incorrect
URL: https://github.com/apache/incubator-dubbo/issues/2542#issuecomment-423401867
 
 
   com.alibaba.dubbo.common.Version中有这样的一行代码
   ```java
   // Dubbo RPC protocol version, for compatibility, it must not be between 2.0.10 ~ 2.6.2
       public static final String DEFAULT_DUBBO_PROTOCOL_VERSION = "2.0.2";
   ```
   它代表的是不是dubbo的发布版本吗?不止是2.6.3有这个问题,以前的版本也是一样的
   
   

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