This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 036cc7d Sync deps
new d8dadf8 Polished
new be7ec1f CAMEL-16129: camel-netty - Avoid reflection when configuring
endpoints.
new 5f805f8 CAMEL-16129: camel-netty - Avoid reflection when configuring
endpoints.
The 3 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:
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 +-
8 files changed, 1112 insertions(+), 8 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