This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 631afbb CAMEL-14449: camel-main: duration properties are ignored new 5642bca CAMEL-14477 - Disable object serialization new 6667e30 Updating docs The 2 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-netty/src/main/docs/netty-component.adoc | 22 +++- .../component/netty/ChannelHandlerFactories.java | 31 ------ .../camel/component/netty/NettyConfiguration.java | 14 +-- .../camel/component/netty/NettyBacklogTest.java | 6 -- .../camel/component/netty/NettyConcurrentTest.java | 25 ++++- .../camel/component/netty/NettyOptionTest.java | 6 -- .../camel/component/netty/NettyTCPAsyncTest.java | 17 ++- .../camel/component/netty/NettyTCPChainedTest.java | 12 ++- .../netty/NettyTCPSyncNotLazyChannelTest.java | 13 --- .../camel/component/netty/NettyTCPSyncTest.java | 13 --- .../netty/NettyTransferExchangeOptionTest.java | 25 ++++- .../camel/component/netty/NettyUDPAsyncTest.java | 2 +- .../component/netty/NettyUDPObjectSyncTest.java | 50 --------- .../component/netty/ObjectSerializationTest.java | 116 +++++++++++++++++++++ .../src/main/docs/salesforce-component.adoc | 6 +- .../endpoint/dsl/NettyEndpointBuilderFactory.java | 18 ++-- .../modules/ROOT/pages/netty-component.adoc | 22 +++- .../modules/ROOT/pages/salesforce-component.adoc | 6 +- .../springboot/NettyComponentConfiguration.java | 3 +- .../SalesforceComponentConfiguration.java | 12 +++ .../camel-spring-boot-dependencies/pom.xml | 56 +++++----- 21 files changed, 291 insertions(+), 184 deletions(-) delete mode 100644 components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUDPObjectSyncTest.java create mode 100644 components/camel-netty/src/test/java/org/apache/camel/component/netty/ObjectSerializationTest.java