Pre-check
- [x] I am sure that all the content I provide is in English.
Search before asking
- [x] I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/registry/zookeeper/
3.3.3 delete project dubbo-dependencies-zookeeper-curator5
https://github.com/apache/dubbo/pull/14869/files
This submission is an incompatible update and the official documentation has not been updated. Please maintain consistency
Steps to reproduce this issue
none
What you expected to happen
Provide compatibility solutions or update documents
Anything else
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Comment From: CantosSong
@AlbumenJ @CrazyHZM
Comment From: CrazyHZM
@CantosSong
It can be replaced by dubbo-zookeeper-curator5-spring-boot-starter
Comment From: CantosSong
@CantosSong It can be replaced by
dubbo-zookeeper-curator5-spring-boot-starter
@CrazyHZM 我的意思是这不是一个兼容性升级,特别是从3.3.2升级到3.3.3的小版本升级,需要在官方文档中特别标注一下,或者继续将该maven项目deploy到仓库
What I mean is that this is not a compatibility upgrade, especially for the minor version upgrade from 3.3.2 to 3.3.3, which needs to be specifically noted in the official documentation, or continue to deploy the Maven project to the repository
Comment From: Polaris-XLY
When I upgraded from dubbo 3.3.2 to 3.3.3, I also encountered the same issue
Comment From: CrazyHZM
This really needs to be explained in the documentation, thanks for reminding @CantosSong
Comment From: CrazyHZM
I have updated the 3.3.3 release note as follows: https://github.com/apache/dubbo/releases/tag/dubbo-3.3.3
Comment From: Polaris-XLY
When the Dubbo version is 3.3.3, I configured the service according to the following documentation: https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/registry/zookeeper/. However, the service failed to start properly. But when I rolled back to version 3.3.2, the service started and ran normally.
Comment From: Polaris-XLY
@AlbumenJ @CrazyHZM
Comment From: CrazyHZM
@Polaris-XLY Please check whether your project has multiple curator-client
versions.