Skip to content

Commit

Permalink
gRpc compiler refactor (apache#5416)
Browse files Browse the repository at this point in the history
Refactor protobuf compiler support (gRPC and Dubbo), add Reactive gRPC support.
  • Loading branch information
chickenlj authored Dec 4, 2019
1 parent cd582c5 commit a8800c8
Show file tree
Hide file tree
Showing 60 changed files with 1,455 additions and 4,072 deletions.
6 changes: 1 addition & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,4 @@ https://github.com/edazdarevic/CIDRUtils. The project is licensed under a MIT Li
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.

This product contains a modified portion of 'proto-gen-grpc-java' - a protobuf plugin used to generate grpc-java stubs,
under a "Apache License 2.0" license, see https://github.com/grpc/grpc-java/blob/v1.22.1/NOTICE.txt. All files are placed
under '/dubbo/compiler'
* THE SOFTWARE.
9 changes: 0 additions & 9 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ Please visit the Netty web site for more information:

Copyright 2014 The Netty Project


This product contains code for the gRPC Project:

The gRPC Project
=================
Please visit the gRPC web site for more information:
* http://grpc.io/

Copyright 2014 The gRPC Project
Binary file removed compiler/.gradle/4.3/fileChanges/last-build.bin
Binary file not shown.
Binary file not shown.
Binary file removed compiler/.gradle/4.3/fileContent/fileContent.lock
Binary file not shown.
Binary file removed compiler/.gradle/4.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Binary file removed compiler/.gradle/4.3/nativeCompile/nativeCompile.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.3/nativeCompile/nativeCompile.lock
Binary file not shown.
Binary file removed compiler/.gradle/4.3/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.3/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed compiler/.gradle/4.9/fileChanges/last-build.bin
Binary file not shown.
Binary file not shown.
Binary file removed compiler/.gradle/4.9/fileContent/fileContent.lock
Binary file not shown.
Binary file removed compiler/.gradle/4.9/fileContent/parsedCSource.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.9/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.9/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Binary file removed compiler/.gradle/4.9/nativeCompile/nativeCompile.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.9/nativeCompile/nativeCompile.lock
Binary file not shown.
Binary file removed compiler/.gradle/4.9/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed compiler/.gradle/4.9/taskHistory/taskHistory.lock
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions compiler/.gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed compiler/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Empty file.
12 changes: 0 additions & 12 deletions compiler/BUILD.bazel

This file was deleted.

202 changes: 0 additions & 202 deletions compiler/README.md

This file was deleted.

Loading

0 comments on commit a8800c8

Please sign in to comment.