This is an automated email from the ASF dual-hosted git repository.
rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 116df8c Rollback protobuf version to 3.5.1 (#8014)
116df8c is described below
commit 116df8c3b63fcefc528f2ef37d46140299ed3720
Author: 冉小龙 <[email protected]>
AuthorDate: Thu Sep 10 18:40:56 2020 +0800
Rollback protobuf version to 3.5.1 (#8014)
### Motivation
Due to protobuf version conflicts and incompatibility issues, first roll
back the protobuf version, and then resend a new pull request to fix this
problem.
### Modifications
- Rollback protobuf version to 3.5.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 774492c..086ff06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,8 +123,8 @@ flexible messaging model and an intuitive client
API.</description>
<dockerfile-maven.version>1.4.13</dockerfile-maven.version>
<typetools.version>0.5.0</typetools.version>
<protobuf2.version>2.4.1</protobuf2.version>
- <protobuf3.version>3.11.4</protobuf3.version>
- <protoc3.version>3.11.4</protoc3.version>
+ <protobuf3.version>3.5.1</protobuf3.version>
+ <protoc3.version>3.5.1-1</protoc3.version>
<grpc.version>1.18.0</grpc.version>
<protoc-gen-grpc-java.version>1.12.0</protoc-gen-grpc-java.version>
<gson.version>2.8.2</gson.version>