This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from c4c93c2 Add Camel 3.7.3 and ckc 0.7.3 to compatibility matrix new 1c23ee0 add itests for camel-cxfrs-kafka-connector #996 (#1099) new 716abd2 Fixed CS in cxfrs itest The 2 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: tests/{itests-cxf => itests-cxfrs}/pom.xml | 21 ++- .../camel/kafkaconnector/cxfrs/Customer.java | 79 ++++++++ .../cxfrs/CustomerServiceResource.java | 44 +++-- .../cxfrs/source/CamelSourceCXFRSITCase.java | 208 +++++++++++++++++++++ .../source/CamelSourceCXFRSPropertyFactory.java} | 40 ++-- .../kafkaconnector/cxfrs/source}/HelloService.java | 2 +- tests/pom.xml | 1 + 7 files changed, 354 insertions(+), 41 deletions(-) copy tests/{itests-cxf => itests-cxfrs}/pom.xml (86%) create mode 100644 tests/itests-cxfrs/src/test/java/org/apache/camel/kafkaconnector/cxfrs/Customer.java copy connectors/camel-cxfrs-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cxfrs/CamelCxfrsSinkConnector.java => tests/itests-cxfrs/src/test/java/org/apache/camel/kafkaconnector/cxfrs/CustomerServiceResource.java (51%) create mode 100644 tests/itests-cxfrs/src/test/java/org/apache/camel/kafkaconnector/cxfrs/source/CamelSourceCXFRSITCase.java copy tests/{itests-cxf/src/test/java/org/apache/camel/kafkaconnector/cxf/source/CamelSourceCXFPropertyFactory.java => itests-cxfrs/src/test/java/org/apache/camel/kafkaconnector/cxfrs/source/CamelSourceCXFRSPropertyFactory.java} (59%) copy tests/{itests-cxf/src/test/java/org/apache/camel/kafkaconnector/cxf/common => itests-cxfrs/src/test/java/org/apache/camel/kafkaconnector/cxfrs/source}/HelloService.java (95%)