You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/09/06 13:33:00 UTC

[dubbo] 02/04: Merge branch 'cloud-native' of https://github.com/apache/dubbo into cloud-native

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

liujun pushed a commit to branch cloud-native
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit 09463577c85bdd3202604972b83c0027ca50454f
Merge: 1ade692 374899c
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Aug 29 09:25:16 2019 +0800

    Merge branch 'cloud-native' of https://github.com/apache/dubbo into cloud-native

 .gitignore                                         |    6 +-
 LICENSE                                            |    3 +
 NOTICE                                             |   10 +
 dubbo-all/pom.xml                                  |    8 +
 dubbo-bom/pom.xml                                  |    5 +
 .../dubbo-demo-xml/dubbo-demo-xml-consumer/pom.xml |    4 +
 dubbo-demo/dubbo-demo-xml/pom.xml                  |    8 +
 dubbo-dependencies-bom/pom.xml                     |   17 +
 dubbo-distribution/src/assembly/source-release.xml |    1 +
 .../.gradle/4.3/fileChanges/last-build.bin         |  Bin 0 -> 1 bytes
 .../4.3/fileContent/annotation-processors.bin      |  Bin 0 -> 19793 bytes
 .../.gradle/4.3/fileContent/fileContent.lock       |  Bin 0 -> 17 bytes
 .../compiler/.gradle/4.3/fileHashes/fileHashes.bin |  Bin 0 -> 523091 bytes
 .../.gradle/4.3/fileHashes/fileHashes.lock         |  Bin 0 -> 17 bytes
 .../.gradle/4.3/fileHashes/resourceHashesCache.bin |  Bin 0 -> 193707 bytes
 .../.gradle/4.3/nativeCompile/nativeCompile.bin    |  Bin 0 -> 18497 bytes
 .../.gradle/4.3/nativeCompile/nativeCompile.lock   |  Bin 0 -> 17 bytes
 .../.gradle/4.3/taskHistory/taskHistory.bin        |  Bin 0 -> 5498488 bytes
 .../.gradle/4.3/taskHistory/taskHistory.lock       |  Bin 0 -> 17 bytes
 .../.gradle/4.9/fileChanges/last-build.bin         |  Bin 0 -> 1 bytes
 .../4.9/fileContent/annotation-processors.bin      |  Bin 0 -> 19064 bytes
 .../.gradle/4.9/fileContent/fileContent.lock       |  Bin 0 -> 17 bytes
 .../.gradle/4.9/fileContent/parsedCSource.bin      |  Bin 0 -> 4542342 bytes
 .../compiler/.gradle/4.9/fileHashes/fileHashes.bin |  Bin 0 -> 882335 bytes
 .../.gradle/4.9/fileHashes/fileHashes.lock         |  Bin 0 -> 17 bytes
 .../.gradle/4.9/fileHashes/resourceHashesCache.bin |  Bin 0 -> 397477 bytes
 .../.gradle/4.9/nativeCompile/nativeCompile.bin    |  Bin 0 -> 50817 bytes
 .../.gradle/4.9/nativeCompile/nativeCompile.lock   |  Bin 0 -> 17 bytes
 .../.gradle/4.9/taskHistory/taskHistory.bin        |  Bin 0 -> 12054698 bytes
 .../.gradle/4.9/taskHistory/taskHistory.lock       |  Bin 0 -> 17 bytes
 .../buildOutputCleanup/buildOutputCleanup.lock     |  Bin 0 -> 17 bytes
 .../.gradle/buildOutputCleanup/cache.properties    |    2 +
 .../.gradle/buildOutputCleanup/outputFiles.bin     |  Bin 0 -> 57533 bytes
 .../compiler/.gradle/vcsWorkingDirs/gc.properties  |    0
 dubbo-rpc/dubbo-rpc-grpc/compiler/BUILD.bazel      |   12 +
 dubbo-rpc/dubbo-rpc-grpc/compiler/README.md        |  171 +++
 dubbo-rpc/dubbo-rpc-grpc/compiler/build.gradle     |  405 +++++
 .../dubbo-rpc-grpc/compiler/check-artifact.sh      |  131 ++
 .../gradle/wrapper/gradle-wrapper.properties       |    5 +
 dubbo-rpc/dubbo-rpc-grpc/compiler/gradlew          |  172 +++
 dubbo-rpc/dubbo-rpc-grpc/compiler/gradlew.bat      |   84 ++
 .../src/java_plugin/cpp/java_generator.cpp         | 1553 ++++++++++++++++++++
 .../compiler/src/java_plugin/cpp/java_generator.h  |   57 +
 .../compiler/src/java_plugin/cpp/java_plugin.cpp   |   70 +
 .../src/test/golden/TestDeprecatedService.java.txt |  316 ++++
 .../compiler/src/test/golden/TestService.java.txt  |  665 +++++++++
 .../test/proto/grpc/testing/compiler/test.proto    |   83 ++
 .../testLite/golden/TestDeprecatedService.java.txt |  279 ++++
 .../src/testLite/golden/TestService.java.txt       |  623 ++++++++
 .../testNano/golden/TestDeprecatedService.java.txt |  305 ++++
 .../src/testNano/golden/TestService.java.txt       |  664 +++++++++
 dubbo-rpc/{ => dubbo-rpc-grpc}/pom.xml             |   56 +-
 .../rpc/protocol/grpc/DubboHandlerRegistry.java    |   70 +
 .../dubbo/rpc/protocol/grpc/GrpcProtocol.java      |  200 +++
 .../dubbo/internal/org.apache.dubbo.rpc.Protocol   |    1 +
 dubbo-rpc/pom.xml                                  |    1 +
 pom.xml                                            |   24 +-
 57 files changed, 5976 insertions(+), 35 deletions(-)