This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
from 3f00e64196 Drop test-jar type from camel-test-infra deps and fix Kafka
API rename
new 8eb3545cd1 Switch SJMS2 tests from DispatchRouter to embedded Artemis
AMQP
new f99b6d9be4 Fix KafkaConnectRunner for Kafka 3.9.1 API compatibility
new 33c70e1db3 Fix KafkaConnectRunnerService executor lifecycle and REST
port conflicts
new b0dc7d0dbb Increase netty test timeouts from 30s to 90s
new 32b77226e1 Fix CXF/CXFRS source tests: wait for endpoint readiness and
remove unused dispatch-router
The 5 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:
.../DefaultKafkaConnectPropertyFactory.java | 5 ++--
.../services/kafkaconnect/KafkaConnectRunner.java | 32 ++++++++++------------
.../kafkaconnect/KafkaConnectRunnerService.java | 10 +++++--
tests/itests-cxf/pom.xml | 14 +++++-----
.../cxf/source/CamelSourceCXFITCase.java | 29 +++++++++++++++++---
tests/itests-cxfrs/pom.xml | 14 +++++-----
.../cxfrs/source/CamelSourceCXFRSITCase.java | 29 ++++++++++----------
.../nettyhttp/sink/CamelSinkNettyhttpITCase.java | 4 +--
.../netty/sink/CamelSinkNettyITCase.java | 4 +--
.../netty/source/CamelSourceNettyITCase.java | 4 +--
tests/itests-sjms2/pom.xml | 9 +-----
.../kafkaconnector/sjms2/common/SJMS2Common.java | 10 +++----
.../sjms2/sink/CamelSinkIdempotentJMSITCase.java | 14 ++++------
.../sjms2/sink/CamelSinkJMSITCase.java | 14 ++++------
.../sjms2/source/CamelSourceJMSITCase.java | 12 +++-----
.../source/CamelSourceJMSWithAggregation.java | 12 +++-----
16 files changed, 106 insertions(+), 110 deletions(-)