This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4260485 Regen for commit 2a1be0cdc4e0ec7a92341aedf0f5219fe40fd7c6
add 6e8a249 CAMEL-16129: camel-netty - Avoid reflection when configuring
endpoints.
add ce48dea Polished
add bc9a0ac Regen
add 883a1b8 Revert "CAMEL-16129: camel-netty - Avoid reflection when
configuring endpoints."
add 2933b9c CAMEL-16129: camel-netty - Avoid reflection when configuring
endpoints.
add 440a147 CAMEL-16129: camel-netty - Avoid reflection when configuring
endpoints.
No new revisions were added by this update.
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