You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/04/27 07:58:13 UTC

[camel] branch CAMEL-17832/use-netty-4.1.76 created (now 42f902cff12)

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

nfilotto pushed a change to branch CAMEL-17832/use-netty-4.1.76
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 42f902cff12 CAMEL-17832: camel-grpc - Upgrade to Netty 4.1.76

This branch includes the following new commits:

     new 42f902cff12 CAMEL-17832: camel-grpc - Upgrade to Netty 4.1.76

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-17832: camel-grpc - Upgrade to Netty 4.1.76

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-17832/use-netty-4.1.76
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 42f902cff129be94f3304d5ee9519278d5f9cdf5
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed Apr 27 09:57:07 2022 +0200

    CAMEL-17832: camel-grpc - Upgrade to Netty 4.1.76
---
 components/camel-grpc/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml
index 15db36996fa..ffa7f5f6a48 100644
--- a/components/camel-grpc/pom.xml
+++ b/components/camel-grpc/pom.xml
@@ -35,8 +35,6 @@
     <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>