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

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


    from 3bf5aed  back port fix for group aggregation for Camel 2.25.x  (#3514)
     new a53c0f9  CAMEL-14477 - Disable object serialization
     new b45ef11  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-core/readme.adoc                             |  82 +-------
 .../src/main/docs/netty4-component.adoc            |  22 ++-
 .../component/netty4/ChannelHandlerFactories.java  |  42 +---
 .../camel/component/netty4/NettyConfiguration.java |  20 +-
 .../camel/component/netty4/NettyBacklogTest.java   |  12 +-
 .../component/netty4/NettyConcurrentTest.java      |  25 ++-
 .../camel/component/netty4/NettyOptionTest.java    |  12 +-
 .../camel/component/netty4/NettyTCPAsyncTest.java  |  27 ++-
 .../component/netty4/NettyTCPChainedTest.java      |  18 +-
 .../netty4/NettyTCPSyncNotLazyChannelTest.java     |  13 --
 .../camel/component/netty4/NettyTCPSyncTest.java   |  21 +-
 .../netty4/NettyTransferExchangeOptionTest.java    |  28 ++-
 .../camel/component/netty4/NettyUDPAsyncTest.java  |   4 +-
 .../component/netty4/NettyUDPObjectSyncTest.java   |  50 -----
 .../component/netty4/ObjectSerializationTest.java  | 107 +++++++++++
 components/readme.adoc                             | 212 ++++++++++++++++++---
 .../modules/ROOT/pages/netty4-component.adoc       |  22 ++-
 .../src/main/resources/camel-connector-schema.json |   2 +-
 .../src/main/resources/camel-connector.json        |   4 +-
 .../springboot/NettyComponentConfiguration.java    |   3 +-
 20 files changed, 439 insertions(+), 287 deletions(-)
 delete mode 100644 
components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUDPObjectSyncTest.java
 create mode 100644 
components/camel-netty4/src/test/java/org/apache/camel/component/netty4/ObjectSerializationTest.java

Reply via email to