You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by li...@apache.org on 2021/01/21 08:21:25 UTC

[dubbo-samples] branch master updated (6679b82 -> 5429dd7)

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

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


    from 6679b82  Improve protobuf json (#269)
     add 5429dd7  add case configuration (#267)

No new revisions were added by this update.

Summary of changes:
 .../case-configuration.yml                         |  5 +-
 .../case-versions.conf                             |  0
 dubbo-samples-protobuf/pom.xml                     | 18 ++++-
 dubbo-samples-protobuf/protobuf-consumer/pom.xml   | 55 ++-------------
 .../{Application.java => ConsumerApplication.java} |  2 +-
 .../src/main/resources/spring/dubbo-consumer.xml   |  2 +-
 dubbo-samples-protobuf/protobuf-provider/pom.xml   | 78 +++-------------------
 .../apache/dubbo/demo/provider/Application.java    |  6 +-
 .../src/main/resources/spring/dubbo-provider.xml   |  2 +-
 .../org/apache/dubbo/samples/DubboProtobufIT.java  |  8 +--
 .../src/test/resources/spring/dubbo-consumer.xml   |  2 +-
 11 files changed, 43 insertions(+), 135 deletions(-)
 copy {dubbo-samples-api => dubbo-samples-protobuf}/case-configuration.yml (86%)
 copy {dubbo-samples-zookeeper => dubbo-samples-protobuf}/case-versions.conf (100%)
 rename dubbo-samples-protobuf/protobuf-consumer/src/main/java/org/apache/dubbo/demo/consumer/{Application.java => ConsumerApplication.java} (97%)


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