You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/02/03 13:17:15 UTC

[camel] branch master updated (cffadbc -> 28104c4)

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

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


    from cffadbc  Merge pull request #3538 from PickledDragon/patch-3
     add 58aff9f  CAMEL-14477 - Disable object serialization
     add 28104c4  Merge pull request #3537 from apache/CAMEL-14477

No new revisions were added by this update.

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 +++++++++++++++++++++
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  |  18 ++--
 15 files changed, 224 insertions(+), 146 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