You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by so...@apache.org on 2024/03/16 02:49:20 UTC

(dubbo-samples) 01/01: Merge pull request #1064 from wcy666103/update/samples-zookeeper

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

songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit 0c9ead3e9e55e76e8fcc27b01fcb2418348f0cc7
Merge: 21cb3d745 8f131fb2a
Author: xiaosheng <so...@apache.org>
AuthorDate: Sat Mar 16 10:49:13 2024 +0800

    Merge pull request #1064 from wcy666103/update/samples-zookeeper
    
    Upgrade zookeeper samples

 .../dubbo-samples-zookeeper/case-versions.conf     |   6 +-
 .../dubbo-samples-zookeeper-consumer/pom.xml       |  63 +++++++++++
 .../apache/dubbo/samples/ConsumerApplication.java} |  34 +++---
 .../samples/action/GreetingServiceConsumer.java    |   1 -
 .../src/main/resources/application.yml             |  23 ++++
 .../apache/dubbo/samples/GreetingServiceIT.java}   |  48 ++++----
 .../dubbo-samples-zookeeper-interface/pom.xml      |  20 ++++
 .../apache/dubbo/samples/api/GreetingService.java  |   0
 .../dubbo-samples-zookeeper-provider/pom.xml       |  63 +++++++++++
 .../apache/dubbo/samples/ProviderApplication.java} |  20 ++--
 .../samples/impl/AnnotatedGreetingService.java     |   2 +-
 .../src/main/resources/application.yml             |  27 +++++
 .../registry/dubbo-samples-zookeeper/pom.xml       | 124 +++++++--------------
 .../src/main/resources/log4j2.xml                  |  29 -----
 .../resources/spring/dubbo-consumer.properties     |  22 ----
 .../resources/spring/dubbo-provider.properties     |  23 ----
 .../apache/dubbo/samples/GreetingServiceIT.java    |  39 -------
 3-extensions/registry/pom.xml                      |   2 +-
 18 files changed, 291 insertions(+), 255 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org