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/08 16:48:52 UTC

(camel) branch regen_bot_40x updated (f314d761bab -> 2f11b3147d4)

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

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


    from f314d761bab Bump org.apache.commons:commons-exec from 1.3 to 1.4.0
     add aa9be3a195c (chores) camel-paho-mqtt5: disable tests on s390x
     add 14e8d40316f (chores) camel-elasticsearch-rest: fixed incorrect name pattern for integration test
     add 9d1b207a692 (chores) camel-elasticsearch-rest: disable tests on Power and s390x
     add b1ccf6d99f6 CAMEL-20279 - provide retry attempts for known flaky container start  during tests
     add 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
     add d5b43d6cfc9 (chores) camel-kafka: disable flaky tests on ppc64le
     add 70488f42226 (chores) camel-paho-mqtt5: fix another integration/unit test mismatch
     add 8443a996180 Regen SBOM from commit 70488f4222669853aa8d4ce2190329e045df6439 (#12686)
     add 5f05908f459 Bump aws-java-sdk2-version from 2.22.10 to 2.22.11 (#12672)
     add a7a69540cfa docs: fix typos (#12681)
     add d2de234ec52 Regen for commit a7a69540cfaeacdf38787b6f0bd06f54a93c2d95 (#12688)
     add 6c962afe37c Bump org.kiwiproject:consul-client from 1.2.0 to 1.3.0 (#12690)
     add 4403f39e47b Bump org.owasp:dependency-check-maven from 9.0.7 to 9.0.8
     add ae89742d256 Upgrade Vert.x to 4.5.1
     add f96ca9e632f camel-vertx-websocket: Fix potentially flaky VertxWebsocketTest.testWsSchemeUriPrefix
     add 449180edf25 Bump opentelemetry-version from 1.33.0 to 1.34.0
     add 98497d765e0 (chores) camel-mllp: minor cleanups (#12694)
     add 06fd0c730d9 Bump aws-java-sdk2-version from 2.22.10 to 2.22.12
     add e87a79e927c CAMEL-20286: camel-netty - add support for native transport over kqueue and fixed UDS-connected warnings (#12625)
     add d4c535e5fa7 Camel-Robotframework: Fixed typo in docs (#12696)
     add b00051f5f7c CAMEL-20297 camel-file-watch: do not swallow interrupted exceptions
     add 56327a735c0 CAMEL-20297 camel-kafka: do not swallow interrupted exceptions
     add 80921f085bd CAMEL-20297 camel-rocketmq: do not swallow interrupted exceptions
     add 1c73ce90679 CAMEL-20297 camel-seda: do not swallow interrupted exceptions
     add de350b2ac28 CAMEL-20297 camel-stream: do not swallow interrupted exceptions
     add 07db1966e1c CAMEL-20297 camel-test: do not swallow interrupted exceptions
     add 2f11b3147d4 Bump curator-version from 5.5.0 to 5.6.0

No new revisions were added by this update.

Summary of changes:
 camel-sbom/camel-sbom.json                         | 4032 +++++++++++---------
 camel-sbom/camel-sbom.xml                          | 3674 +++++++++---------
 .../camel/catalog/components/robotframework.json   |    2 +-
 .../src/main/docs/bindy-dataformat.adoc            |    4 +-
 components/camel-elasticsearch-rest-client/pom.xml |    6 +
 ...ava => ElasticsearchRestClientComponentIT.java} |    2 +-
 ....java => ElasticsearchRestClientITSupport.java} |    4 +-
 .../component/file/watch/FileWatchConsumer.java    |    1 +
 .../kafka/KafkaIdempotentRepository.java           |   11 +-
 ...eakOnFirstErrorOffUsingKafkaManualCommitIT.java |    5 +
 .../KafkaBreakOnFirstErrorReplayOldMessagesIT.java |    5 +
 .../KafkaBreakOnFirstErrorSeekIssueIT.java         |    5 +
 ...stErrorWithBatchUsingAsynchCommitManagerIT.java |    5 +
 ...irstErrorWithBatchUsingKafkaManualCommitIT.java |    5 +
 ...rrorWithBatchUsingKafkaManualCommitRetryIT.java |    5 +
 ...rstErrorWithBatchUsingSynchCommitManagerIT.java |    5 +
 .../health/KafkaConsumerHealthCheckIT.java         |    5 +
 ...onsumerOptionalEndOfDataWithValidationTest.java |   14 +-
 ...rConsumerEndOfDataAndValidationTestSupport.java |   10 -
 components/camel-netty/pom.xml                     |   67 +
 .../camel-netty/src/main/docs/netty-component.adoc |   40 +
 .../camel/component/netty/NettyProducer.java       |   30 +-
 .../netty/NettyServerBossPoolBuilder.java          |   12 +-
 .../component/netty/NettyWorkerPoolBuilder.java    |   12 +-
 .../SingleTCPNettyServerBootstrapFactory.java      |   32 +-
 .../camel/component/netty/NettyTCPSyncUDSTest.java |   10 +-
 components/camel-paho-mqtt5/pom.xml                |    1 +
 ....java => PahoMqtt5ReconnectAfterFailureIT.java} |    6 +-
 .../PahoMqtt5ComponentMqtt5IT.java}                |   12 +-
 .../PahoMqtt5ITSupport.java}                       |    4 +-
 .../PahoMqtt5OverrideTopicMqtt5IT.java}            |    6 +-
 .../PahoMqtt5ToDIT.java}                           |    5 +-
 .../PahoMqtt5ToDSendDynamicIT.java}                |    5 +-
 .../src/main/docs/quickfix-component.adoc          |    2 +-
 .../component/robotframework/robotframework.json   |    2 +-
 .../src/main/docs/robotframework-component.adoc    |    6 +-
 .../robotframework/RobotFrameworkEndpoint.java     |    2 +-
 .../camel/component/rocketmq/RocketMQProducer.java |    5 +
 .../apache/camel/component/seda/SedaConsumer.java  |    5 +-
 .../apache/camel/component/seda/SedaProducer.java  |    8 +-
 .../camel/component/stream/StreamProducer.java     |    3 +
 .../org/apache/camel/test/junit5/TestSupport.java  |    2 +-
 .../src/main/docs/thrift-component.adoc            |    2 +-
 .../vertx/websocket/VertxWebsocketTest.java        |    2 +-
 .../camel-xj/src/main/docs/xj-component.adoc       |    4 +-
 .../camel/management/util/AvailablePortFinder.java |   58 -
 .../core/commands/process/AvailablePortFinder.java |   50 +-
 parent/pom.xml                                     |   12 +-
 .../aws2/services/AWSLocalContainerService.java    |    1 +
 .../HashicorpVaultLocalContainerService.java       |    1 +
 50 files changed, 4384 insertions(+), 3823 deletions(-)
 rename components/camel-elasticsearch-rest-client/src/test/java/org/apache/camel/component/elasticsearch/rest/client/integration/{ElasticsearchRestClientComponentTest.java => ElasticsearchRestClientComponentIT.java} (99%)
 rename components/camel-elasticsearch-rest-client/src/test/java/org/apache/camel/component/elasticsearch/rest/client/integration/{ElasticsearchRestClientTestSupport.java => ElasticsearchRestClientITSupport.java} (96%)
 rename components/camel-paho-mqtt5/src/test/java/org/apache/camel/component/paho/mqtt5/{PahoMqtt5ReconnectAfterFailureTest.java => PahoMqtt5ReconnectAfterFailureIT.java} (96%)
 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%)
 delete mode 100644 core/camel-management/src/test/java/org/apache/camel/management/util/AvailablePortFinder.java