You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/06 17:55:31 UTC

[camel] branch master updated: CAMEL-14263: camel-netty-http should use source code generated configurer to avoid reflection configuration.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72f24cf  CAMEL-14263: camel-netty-http should use source code generated configurer to avoid reflection configuration.
72f24cf is described below

commit 72f24cf7802c1a89881028beb8bee0f9aac31ab8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 6 18:55:03 2019 +0100

    CAMEL-14263: camel-netty-http should use source code generated configurer to avoid reflection configuration.
---
 .../java/org/apache/camel/component/netty/http/NettyHttpComponent.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
index a7289e3..c35a766 100644
--- a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
+++ b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
@@ -151,7 +151,6 @@ public class NettyHttpComponent extends NettyComponent implements HeaderFilterSt
 
         // configure configuration
         config = parseConfiguration(config, remaining, parameters);
-        setProperties(config, parameters);
 
         // set default ssl config
         if (config.getSslContextParameters() == null) {