You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Dubbo 3.3 support: replace dubbo-dependencies-zookeeper with direct deps
dubbo-dependencies-zookeeper was removed in Dubbo 3.3. Replace with:
- dubbo-registry-zookeeper (exists in all 3.x versions)
- curator-x-discovery (overridable via run.sh property for 3.3+)
- zookeeper 3.5.9 (for embedded ZK server compatibility)
Locally verified: 3.0.4, 3.1.11, 3.2.19, 3.3.4 all passed.
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Release Notes.
18
18
* Extend Spring Kafka plugin to support Spring Kafka 2.4 -> 2.9 and 3.0 -> 3.3.
19
19
* Enhance test/plugin/run.sh to support extra Maven properties per version in support-version.list (format: version,key=value).
20
20
* Extend OkHttp plugin to support OkHttp 4.10 -> 4.12.
21
-
* Extend Dubbo 3.x plugin to support Dubbo 3.1 -> 3.2.
21
+
* Extend Dubbo 3.x plugin to support Dubbo 3.1 -> 3.3. Replace dubbo-dependencies-zookeeper (removed in 3.3) with direct dependencies in test scenario.
22
22
23
23
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/249?closed=1)
0 commit comments