This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 287e0a1a824 CAMEL-17992: don't overwrite ssl from configuration with uri new 5440c6ab01a CAMEL-17704: camel-netty-starter - Unable to set camel.component.netty.decoders new 726f7467810 Upgrade spring 5.3.19 new 5215dcc14bf CAMEL-18011: Depedency upgrades in preparing for spring boot 2.6.7 upgrade 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-dependencies/pom.xml | 14 +- .../camel/catalog/components/netty-http.json | 8 +- .../org/apache/camel/catalog/components/netty.json | 8 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 14329 +++++++++++++++---- .../http/NettyHttpConfigurationConfigurer.java | 28 +- .../camel/component/netty/http/netty-http.json | 8 +- .../netty/http/HttpClientInitializerFactory.java | 4 +- .../netty/http/HttpServerInitializerFactory.java | 4 +- .../netty/http/NettyHttpConfiguration.java | 8 +- components/camel-netty/pom.xml | 5 + .../component/netty/NettyComponentConfigurer.java | 10 +- .../netty/NettyConfigurationConfigurer.java | 28 +- .../component/netty/NettyEndpointConfigurer.java | 10 +- .../org/apache/camel/component/netty/netty.json | 8 +- .../netty/DefaultClientInitializerFactory.java | 4 +- .../netty/DefaultServerInitializerFactory.java | 4 +- .../camel/component/netty/NettyConfiguration.java | 97 +- .../component/netty/MainNettyCustomCodecTest.java | 60 + .../dsl/NettyComponentBuilderFactory.java | 16 +- .../dsl/NettyHttpComponentBuilderFactory.java | 16 +- .../endpoint/dsl/NettyEndpointBuilderFactory.java | 127 +- .../dsl/NettyHttpEndpointBuilderFactory.java | 127 +- parent/pom.xml | 14 +- 23 files changed, 11467 insertions(+), 3470 deletions(-) create mode 100644 components/camel-netty/src/test/java/org/apache/camel/component/netty/MainNettyCustomCodecTest.java