This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 5aa4904  CAMEL-16309 - The Rest Openapi schema generator has a typo; 
"sting" instead of "string"
     new 4ad2b2b  CAMEL-16315 - Camel-Netty: Support Hostname verification even 
though we are on Netty 4.1.x
     new b84e68a  CAMEL-16315 - Camel-Netty: Support Hostname verification even 
though we are on Netty 4.1.x
     new 045b8c6  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(-)

Reply via email to