You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/08 15:01:51 UTC

[camel] branch regen_bot updated (a5f6bf1 -> 9b596d7)

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 a5f6bf1  Regen for commit f12572cb2dd95e402ddde56bcd14313b843c0e0e
     add cc836cb  CAMEL-16315 - Camel-Netty: Support Hostname verification even though we are on Netty 4.1.x
     add 3b02bcd  CAMEL-16315 - Camel-Netty: Support Hostname verification even though we are on Netty 4.1.x
     add 9b596d7  CAMEL-16315 - Camel-Netty: Support Hostname verification even though we are on Netty 4.1.x

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/netty-http.json       |  2 +
 .../org/apache/camel/catalog/components/netty.json |  2 +
 .../apache/camel/catalog/docs/netty-component.adoc |  6 +-
 .../camel/catalog/docs/netty-http-component.adoc   |  6 +-
 .../http/NettyHttpConfigurationConfigurer.java     |  6 ++
 .../netty/http/NettyHttpEndpointUriFactory.java    |  3 +-
 .../camel/component/netty/http/netty-http.json     |  2 +
 .../src/main/docs/netty-http-component.adoc        |  6 +-
 .../component/netty/NettyComponentConfigurer.java  |  6 ++
 .../netty/NettyConfigurationConfigurer.java        |  6 ++
 .../component/netty/NettyEndpointConfigurer.java   |  6 ++
 .../component/netty/NettyEndpointUriFactory.java   |  3 +-
 .../org/apache/camel/component/netty/netty.json    |  2 +
 .../camel-netty/src/main/docs/netty-component.adoc |  6 +-
 .../netty/DefaultClientInitializerFactory.java     |  6 ++
 .../netty/DefaultServerInitializerFactory.java     |  6 ++
 .../camel/component/netty/NettyConfiguration.java  | 13 +++
 .../apache/camel/component/netty/NettySSLTest.java |  2 +-
 .../dsl/NettyComponentBuilderFactory.java          | 17 ++++
 .../dsl/NettyHttpComponentBuilderFactory.java      | 17 ++++
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  | 99 ++++++++++++++++++++++
 .../dsl/NettyHttpEndpointBuilderFactory.java       | 99 ++++++++++++++++++++++
 .../modules/ROOT/pages/netty-component.adoc        |  6 +-
 .../modules/ROOT/pages/netty-http-component.adoc   |  6 +-
 24 files changed, 318 insertions(+), 15 deletions(-)