Skip to content

Commit

Permalink
Upgrade grpc to 1.45.1 and protobuf to 3.19.2
Browse files Browse the repository at this point in the history
- grpc < 1.45.1 is not compatible with Netty > 4.1.74.Final
  - grpc/grpc-java#9004
  • Loading branch information
lhotari committed Apr 19, 2022
1 parent de79918 commit f92ab73
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
34 changes: 17 additions & 17 deletions distribution/server/src/assemble/LICENSE.bin.txt
Expand Up @@ -466,21 +466,21 @@ The Apache Software License, Version 2.0
- org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.4.32.jar
- org.jetbrains-annotations-13.0.jar
* gRPC
- io.grpc-grpc-all-1.42.1.jar
- io.grpc-grpc-auth-1.42.1.jar
- io.grpc-grpc-context-1.42.1.jar
- io.grpc-grpc-core-1.42.1.jar
- io.grpc-grpc-netty-1.42.1.jar
- io.grpc-grpc-protobuf-1.42.1.jar
- io.grpc-grpc-protobuf-lite-1.42.1.jar
- io.grpc-grpc-stub-1.42.1.jar
- io.grpc-grpc-alts-1.42.1.jar
- io.grpc-grpc-api-1.42.1.jar
- io.grpc-grpc-grpclb-1.42.1.jar
- io.grpc-grpc-netty-shaded-1.42.1.jar
- io.grpc-grpc-services-1.42.1.jar
- io.grpc-grpc-xds-1.42.1.jar
- io.grpc-grpc-rls-1.42.1.jar
- io.grpc-grpc-all-1.45.1.jar
- io.grpc-grpc-auth-1.45.1.jar
- io.grpc-grpc-context-1.45.1.jar
- io.grpc-grpc-core-1.45.1.jar
- io.grpc-grpc-netty-1.45.1.jar
- io.grpc-grpc-protobuf-1.45.1.jar
- io.grpc-grpc-protobuf-lite-1.45.1.jar
- io.grpc-grpc-stub-1.45.1.jar
- io.grpc-grpc-alts-1.45.1.jar
- io.grpc-grpc-api-1.45.1.jar
- io.grpc-grpc-grpclb-1.45.1.jar
- io.grpc-grpc-netty-shaded-1.45.1.jar
- io.grpc-grpc-services-1.45.1.jar
- io.grpc-grpc-xds-1.45.1.jar
- io.grpc-grpc-rls-1.45.1.jar
- com.google.auto.service-auto-service-annotations-1.0.jar
* Perfmark
- io.perfmark-perfmark-api-0.19.0.jar
Expand Down Expand Up @@ -561,8 +561,8 @@ MIT License

Protocol Buffers License
* Protocol Buffers
- com.google.protobuf-protobuf-java-3.16.1.jar -- licenses/LICENSE-protobuf.txt
- com.google.protobuf-protobuf-java-util-3.16.1.jar -- licenses/LICENSE-protobuf.txt
- com.google.protobuf-protobuf-java-3.19.2.jar -- licenses/LICENSE-protobuf.txt
- com.google.protobuf-protobuf-java-util-3.19.2.jar -- licenses/LICENSE-protobuf.txt

CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt
* Java Annotations API
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -131,9 +131,9 @@ flexible messaging model and an intuitive client API.</description>
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
<dockerfile-maven.version>1.4.13</dockerfile-maven.version>
<typetools.version>0.5.0</typetools.version>
<protobuf3.version>3.16.1</protobuf3.version>
<protobuf3.version>3.19.2</protobuf3.version>
<protoc3.version>${protobuf3.version}</protoc3.version>
<grpc.version>1.42.1</grpc.version>
<grpc.version>1.45.1</grpc.version>
<perfmark.version>0.19.0</perfmark.version>
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
<gson.version>2.8.9</gson.version>
Expand Down
20 changes: 10 additions & 10 deletions pulsar-sql/presto-distribution/LICENSE
Expand Up @@ -258,14 +258,14 @@ The Apache Software License, Version 2.0
- netty-transport-native-unix-common-4.1.76.Final-linux-x86_64.jar
- netty-codec-http2-4.1.76.Final.jar
* GRPC
- grpc-api-1.42.1.jar
- grpc-context-1.42.1.jar
- grpc-core-1.42.1.jar
- grpc-grpclb-1.42.1.jar
- grpc-netty-1.42.1.jar
- grpc-protobuf-1.42.1.jar
- grpc-protobuf-lite-1.42.1.jar
- grpc-stub-1.42.1.jar
- grpc-api-1.45.1.jar
- grpc-context-1.45.1.jar
- grpc-core-1.45.1.jar
- grpc-grpclb-1.45.1.jar
- grpc-netty-1.45.1.jar
- grpc-protobuf-1.45.1.jar
- grpc-protobuf-lite-1.45.1.jar
- grpc-stub-1.45.1.jar
* JEtcd
- jetcd-common-0.5.11.jar
- jetcd-core-0.5.11.jar
Expand Down Expand Up @@ -483,8 +483,8 @@ The Apache Software License, Version 2.0

Protocol Buffers License
* Protocol Buffers
- protobuf-java-3.16.1.jar
- protobuf-java-util-3.16.1.jar
- protobuf-java-3.19.2.jar
- protobuf-java-util-3.19.2.jar
- proto-google-common-protos-2.0.1.jar

BSD 3-clause "New" or "Revised" License
Expand Down

0 comments on commit f92ab73

Please sign in to comment.