You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/20 08:36:02 UTC

[camel] branch main updated: CAMEL-17832: camel-grpc does not work with netty 4.1.75. Need to use last working 4.1.72

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3498f02  CAMEL-17832: camel-grpc does not work with netty 4.1.75. Need to use last working 4.1.72
3498f02 is described below

commit 3498f02d95c8a8e7677f3361537d972f937d7f76
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 20 09:35:18 2022 +0100

    CAMEL-17832: camel-grpc does not work with netty 4.1.75. Need to use last working 4.1.72
---
 components/camel-grpc/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml
index 7e58c4e..802a1574 100644
--- a/components/camel-grpc/pom.xml
+++ b/components/camel-grpc/pom.xml
@@ -35,6 +35,8 @@
     <properties>
         <!-- gRPC requires strong own of the Google Guava version -->
         <google-guava-version>${grpc-guava-version}</google-guava-version>
+        <!-- https://issues.apache.org/jira/browse/CAMEL-17832 -->
+        <netty-version>4.1.72.Final</netty-version>
     </properties>
 
     <dependencies>