This is an automated email from the ASF dual-hosted git repository.

crazyhzm pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 0871406946 Fix zookeeper reflection type describer registrar path 
(#15109)
0871406946 is described below

commit 08714069460c8633fa966cc454dd14bf4b42aef4
Author: Jermaine Hua <[email protected]>
AuthorDate: Thu Feb 6 23:22:42 2025 +0800

    Fix zookeeper reflection type describer registrar path (#15109)
    
    Signed-off-by: “JermaineHua” <[email protected]>
---
 .../internal/org.apache.dubbo.aot.api.ReflectionTypeDescriberRegistrar  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.aot.api.ReflectionTypeDescriberRegistrar
 
b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.aot.api.ReflectionTypeDescriberRegistrar
index fbf8d18b8d..ed05e18564 100644
--- 
a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.aot.api.ReflectionTypeDescriberRegistrar
+++ 
b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.aot.api.ReflectionTypeDescriberRegistrar
@@ -1 +1 @@
-curator5Zookeeper=org.apache.dubbo.remoting.zookeeper.aot.Curator5ZookeeperReflectionTypeDescriberRegistrar
+curator5Zookeeper=org.apache.dubbo.remoting.zookeeper.curator5.aot.Curator5ZookeeperReflectionTypeDescriberRegistrar

Reply via email to