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

[camel] branch regen_bot updated (7aea258 -> 8009b01)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    omit 7aea258  CAMEL-15731: Add support for InOnly exchange pattern to camel-mllp (#4552)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (8009b01)
            \
             O -- O -- O   (7aea258)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/mllp-component.adoc  |   7 +-
 .../camel-mllp/src/main/docs/mllp-component.adoc   |   7 +-
 .../component/mllp/MllpTcpClientProducer.java      |   7 +-
 .../component/mllp/MllpTcpServerConsumer.java      |  35 ++++----
 .../MllpProducerConsumerLoopbackInOnlyTest.java    |  91 -------------------
 ...wledgementWithBridgeErrorHandlerInOnlyTest.java | 100 ---------------------
 ...cpServerConsumerAcknowledgementTestSupport.java |  11 +--
 .../modules/ROOT/pages/mllp-component.adoc         |   7 +-
 8 files changed, 26 insertions(+), 239 deletions(-)
 delete mode 100644 components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackInOnlyTest.java
 delete mode 100644 components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerManualAcknowledgementWithBridgeErrorHandlerInOnlyTest.java