Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dubbo服务版本修改 #4313

Closed
jiafuweiJava opened this issue Jun 14, 2019 · 7 comments
Closed

Dubbo服务版本修改 #4313

jiafuweiJava opened this issue Jun 14, 2019 · 7 comments

Comments

@jiafuweiJava
Copy link

image
如何修改生产者的dubbo版本?通过dubbo-admin,查看到的版本不一样!怎么把2.4.9的这个应用版本改成2.0.2

@web1992
Copy link
Contributor

web1992 commented Jun 14, 2019

这个版本号应该是通过 MANIFEST.MF 文件读取的。
具体的实现逻辑 在org.apache.dubbo.common.Version 中。
如果你想修改这个版本号需要所有的Dubbo服务使用相同的 jar 包版本,可以通过maven 修改。

希望能有帮助。

@jiafuweiJava
Copy link
Author

这个版本号应该是通过 MANIFEST.MF 文件读取的。
具体的实现逻辑 在org.apache.dubbo.common.Version 中。
如果你想修改这个版本号需要所有的Dubbo服务使用相同的 jar 包版本,可以通过maven 修改。

希望能有帮助。

好的 谢谢! 你说的 “所有的Dubbo服务使用相同的 jar 包” 指的是dubbo的jar吗

@web1992
Copy link
Contributor

web1992 commented Jun 17, 2019

@jiafuweiJava 是的

比如这个:
image

@cvictory
Copy link
Contributor

dubbo之前版本,没有区分协议和dubbo的包版本。
在2.6的部分版本中,已经统一将这个版本声明为2.0.2,就是协议版本。没有提供包的版本。
在2.7中,除了协议版本之外,增加了release-key,作为包的版本。
无论怎么样,老的admin估计都不识别。

@cvictory cvictory added the FAQ label Jun 19, 2019
@qixiaobo
Copy link
Contributor

可以参考当时的issue #1843

@qixiaobo
Copy link
Contributor

#1466

@qixiaobo
Copy link
Contributor

因为这个改动导致和低版本不兼容 新的修复pr 在这 #2117

@beiwei30 beiwei30 closed this as completed Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants