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

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


    from 4260485  Regen for commit 2a1be0cdc4e0ec7a92341aedf0f5219fe40fd7c6
     new 6e8a249  CAMEL-16129: camel-netty - Avoid reflection when configuring 
endpoints.
     new ce48dea  Polished
     new bc9a0ac  Regen
     new 883a1b8  Revert "CAMEL-16129: camel-netty - Avoid reflection when 
configuring endpoints."
     new 2933b9c  CAMEL-16129: camel-netty - Avoid reflection when configuring 
endpoints.
     new 440a147  CAMEL-16129: camel-netty - Avoid reflection when configuring 
endpoints.

The 6 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.


Summary of changes:
 .../apache/camel/catalog/components/aws2-sns.json  |   4 +-
 components/camel-netty-http/pom.xml                |  18 +
 .../http/NettyHttpConfigurationConfigurer.java     | 578 +++++++++++++++++++++
 ...el.component.netty.http.NettyHttpConfiguration} |   2 +-
 components/camel-netty/pom.xml                     |  22 +-
 .../netty/NettyConfigurationConfigurer.java        | 476 +++++++++++++++++
 ...apache.camel.component.netty.NettyConfiguration |   2 +
 .../camel/component/netty/NettyConfiguration.java  |  16 +-
 .../component/vertx/http/VertxHttpProducer.java    |   6 +-
 9 files changed, 1114 insertions(+), 10 deletions(-)
 create mode 100644 
components/camel-netty-http/src/generated/java/org/apache/camel/component/netty/http/NettyHttpConfigurationConfigurer.java
 copy 
components/{camel-twilio/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.twilio.QueueEndpointConfiguration
 => 
camel-netty-http/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.netty.http.NettyHttpConfiguration}
 (52%)
 create mode 100644 
components/camel-netty/src/generated/java/org/apache/camel/component/netty/NettyConfigurationConfigurer.java
 create mode 100644 
components/camel-netty/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.netty.NettyConfiguration

Reply via email to