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 2024/01/06 11:50:35 UTC

(camel) branch regen_bot updated (4762b1fe990 -> 7e32c2d99d7)

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


    from 4762b1fe990 CAMEL-20264: Removed unused `AvailablePortFinder`, simplified another one
     add a21d4a761c9 (chores) camel-paho-mqtt5: fix integration/unit test mismatch
     add 7e32c2d99d7 (chores) camel-kafka: disable flaky tests on ppc64le

No new revisions were added by this update.

Summary of changes:
 .../KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java   |  5 +++++
 .../KafkaBreakOnFirstErrorReplayOldMessagesIT.java           |  5 +++++
 .../kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java |  5 +++++
 ...BreakOnFirstErrorWithBatchUsingAsynchCommitManagerIT.java |  5 +++++
 ...kaBreakOnFirstErrorWithBatchUsingKafkaManualCommitIT.java |  5 +++++
 ...akOnFirstErrorWithBatchUsingKafkaManualCommitRetryIT.java |  5 +++++
 .../kafka/integration/health/KafkaConsumerHealthCheckIT.java |  5 +++++
 .../PahoMqtt5ComponentMqtt5IT.java}                          | 12 +++++++++---
 .../PahoMqtt5ITSupport.java}                                 |  4 ++--
 .../PahoMqtt5OverrideTopicMqtt5IT.java}                      |  6 ++++--
 .../PahoMqtt5ToDIT.java}                                     |  5 +++--
 .../PahoMqtt5ToDSendDynamicIT.java}                          |  5 +++--
 12 files changed, 56 insertions(+), 11 deletions(-)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5ComponentMqtt5Test.java => integration/PahoMqtt5ComponentMqtt5IT.java} (91%)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5TestSupport.java => integration/PahoMqtt5ITSupport.java} (91%)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5OverrideTopicMqtt5Test.java => integration/PahoMqtt5OverrideTopicMqtt5IT.java} (87%)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5ToDTest.java => integration/PahoMqtt5ToDIT.java} (91%)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5ToDSendDynamicTest.java => integration/PahoMqtt5ToDSendDynamicIT.java} (92%)