You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by hy...@apache.org on 2020/10/29 11:20:00 UTC

[dubbo-samples] 02/02: Merge branch 'vio-lin-protobuf-demo'

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

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

commit c1ea4ca2c297b39cf149070476fe563aad17c16b
Merge: 1902d4d 1f6ba73
Author: Huang Yunkun <ht...@gmail.com>
AuthorDate: Thu Oct 29 19:17:39 2020 +0800

    Merge branch 'vio-lin-protobuf-demo'

 java/dubbo-samples-protobuf-json/README.md         |  36 +++
 java/dubbo-samples-protobuf-json/pom.xml           |  78 +++++++
 .../protobuf-json-serialization-api/pom.xml        |  69 ++++++
 .../sample/protobuf/GoogleProtobufService.java     |  25 +++
 .../resources/protobuf/googleProtobufBasic.proto   |  77 +++++++
 .../protobuf-json-serialization-demo/pom.xml       |  75 +++++++
 .../sample/protobuf/consumer/ConsumerStarter.java  |  44 ++++
 .../sample/protobuf/genericCall/GenericClient.java |  81 +++++++
 .../protobuf/provider/EmbeddedZooKeeper.java       | 250 +++++++++++++++++++++
 .../provider/GoogleProtobufServiceImpl.java        |  44 ++++
 .../sample/protobuf/provider/ProviderStarter.java  |  34 +++
 .../apache/dubbo/sample/protobuf/utils/ZkUtil.java |  56 +++++
 ...org.apache.dubbo.common.serialize.Serialization |   1 +
 .../src/main/resources/log4j.properties            |  26 +++
 .../src/main/resources/spring/provider.xml         |  37 +++
 .../protobuf-json-serialization-implement/pom.xml  |  56 +++++
 .../serialization/ProtobufObjectInput.java         | 137 +++++++++++
 .../serialization/ProtobufObjectOutput.java        | 122 ++++++++++
 .../serialization/ProtobufSerialization.java       |  59 +++++
 .../exception/ProtobufSerializationException.java  |  25 +++
 .../serialization/utils/ProtobufUtils.java         | 137 +++++++++++
 java/pom.xml                                       |   1 +
 22 files changed, 1470 insertions(+)


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