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 2022/08/18 03:28:46 UTC

[GitHub] [dubbo] qinzhewudao opened a new issue, #10480: dubbo2.6.12版本下,注册的url上表示dubbo版本号的参数dubbo用了默认值2.0.2,而没有用Version.getVersion()获取真正的版本

qinzhewudao opened a new issue, #10480:
URL: https://github.com/apache/dubbo/issues/10480

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.6.12
   * Operating System version: xxx
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   在2.6.2中 url上版本号参数设置为:map.put("dubbo", Version.getVersion());
   在2.6.12中,变成了map.put("dubbo", Version.getProtocolVersion());


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


[GitHub] [dubbo] AlbumenJ commented on issue #10480: dubbo2.6.12版本下,注册的url上表示dubbo版本号的参数dubbo用了默认值2.0.2,而没有用Version.getVersion()获取真正的版本

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10480:
URL: https://github.com/apache/dubbo/issues/10480#issuecomment-1219005471

   dubbo 2.0.2 是指的 Dubbo 这个二进制协议的版本,目前只有 2.0.2


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


[GitHub] [dubbo] chickenlj commented on issue #10480: dubbo2.6.12版本下,注册的url上表示dubbo版本号的参数dubbo用了默认值2.0.2,而没有用Version.getVersion()获取真正的版本

Posted by GitBox <gi...@apache.org>.
chickenlj commented on issue #10480:
URL: https://github.com/apache/dubbo/issues/10480#issuecomment-1234026689

   > 在2.6.2中 url上版本号参数设置为:map.put("dubbo", Version.getVersion());
   > 在2.6.12中,变成了map.put("dubbo", Version.getProtocolVersion());
   
   含义如Albumen所述。这个变化对你们使用上是否有带来兼容性问题?


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


[GitHub] [dubbo] qinzhewudao commented on issue #10480: dubbo2.6.12版本下,注册的url上表示dubbo版本号的参数dubbo用了默认值2.0.2,而没有用Version.getVersion()获取真正的版本

Posted by GitBox <gi...@apache.org>.
qinzhewudao commented on issue #10480:
URL: https://github.com/apache/dubbo/issues/10480#issuecomment-1219074034

   但是在2.6.2中,dubbo参数最终的值是2.6.2.


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


[GitHub] [dubbo] qinzhewudao commented on issue #10480: dubbo2.6.12版本下,注册的url上表示dubbo版本号的参数dubbo用了默认值2.0.2,而没有用Version.getVersion()获取真正的版本

Posted by GitBox <gi...@apache.org>.
qinzhewudao commented on issue #10480:
URL: https://github.com/apache/dubbo/issues/10480#issuecomment-1219075003

   在2.7.x版本中是可以通过release来看用的dubbo版本的,2.6.12中没有设置release参数


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