This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from a5f6bf1 Regen for commit f12572cb2dd95e402ddde56bcd14313b843c0e0e
new cc836cb CAMEL-16315 - Camel-Netty: Support Hostname verification even
though we are on Netty 4.1.x
new 3b02bcd CAMEL-16315 - Camel-Netty: Support Hostname verification even
though we are on Netty 4.1.x
new 9b596d7 CAMEL-16315 - Camel-Netty: Support Hostname verification even
though we are on Netty 4.1.x
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:
.../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(-)