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 f4ed810  CAMEL-15724: camel-cdi-jta - To decouple CDI from JTA
     add 5c936b7  CAMEL-17461: camel-netty - Migrate from commons-pool v1 to v2
     add 72470a0  CAMEL-17461: camel-netty - Migrate from commons-pool v1 to v2
     add e3c1fe1  Regen for commit 72470a0fb814426e389750d8730e95f7565ca729

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/netty-http.json       |  4 +-
 .../org/apache/camel/catalog/components/netty.json |  4 +-
 .../http/NettyHttpConfigurationConfigurer.java     | 12 +--
 .../netty/http/NettyHttpEndpointUriFactory.java    |  2 +-
 .../camel/component/netty/http/netty-http.json     |  4 +-
 components/camel-netty/pom.xml                     |  6 +-
 .../component/netty/NettyComponentConfigurer.java  | 12 +--
 .../netty/NettyConfigurationConfigurer.java        | 12 +--
 .../component/netty/NettyEndpointConfigurer.java   | 12 +--
 .../component/netty/NettyEndpointUriFactory.java   |  2 +-
 .../org/apache/camel/component/netty/netty.json    |  4 +-
 .../camel/component/netty/NettyConfiguration.java  | 10 +--
 .../camel/component/netty/NettyProducer.java       | 97 ++++++++++++----------
 .../component/netty/SharedSingletonObjectPool.java | 49 +++++------
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc    |  5 ++
 .../dsl/NettyComponentBuilderFactory.java          | 30 +++----
 .../dsl/NettyHttpComponentBuilderFactory.java      | 30 +++----
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  | 56 ++++++-------
 .../dsl/NettyHttpEndpointBuilderFactory.java       | 56 ++++++-------
 19 files changed, 209 insertions(+), 198 deletions(-)

Reply via email to