This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
discard 3648372 core: use camel's built-in support for configuring data formats trough properties #497 discard 7c8bd3f core: switch to SimpleMain as base class for CamelKafkaConnectMain omit 7f8ed58 Aligned with 3.6.0-SNAPSHOT omit 50018a3 Aggregation Support: Changed option name from camel.beans.aggregation to camel.aggregation omit 3816853 CamelKafkaConnectorMain: Aligned with the improvements in BaseMainSupport and MainSupport omit ce51dcd Changelog on camel-master should push on camel-master omit 9cfb52a Point to 3.6.0-SNAPSHOT add 5adaf06 Do not use the wrapper test client on the AWS v2 service classes add 24ca89b Add an integration test for the archetype new 13ddb4b Point to 3.6.0-SNAPSHOT new dd61cea Changelog on camel-master should push on camel-master new 3756158 CamelKafkaConnectorMain: Aligned with the improvements in BaseMainSupport and MainSupport new 69a97c7 Aggregation Support: Changed option name from camel.beans.aggregation to camel.aggregation new 671d5e5 Aligned with 3.6.0-SNAPSHOT new dee82df core: switch to SimpleMain as base class for CamelKafkaConnectMain new 3caeb01 core: use camel's built-in support for configuring data formats trough properties #497 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3648372) \ N -- N -- N refs/heads/camel-master (3caeb01) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 7 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: .../camel-timer-kafka-connector/archetype.properties | 13 ++++++++++--- .../resources/projects/camel-timer-kafka-connector/goal.txt | 1 + .../kafkaconnector/aws/v2/clients/AWSSDKClientUtils.java | 4 ++-- .../aws/v2/services/AWSSQSLocalContainerService.java | 9 +++------ .../kafkaconnector/aws/v2/services/AWSServiceFactory.java | 4 ++-- .../aws/v2/sqs/sink/CamelSinkAWSSQSITCase.java | 5 +++-- .../aws/v2/sqs/source/CamelSourceAWSSQSITCase.java | 5 +++-- 7 files changed, 24 insertions(+), 17 deletions(-) copy tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources-filtered/project.properties => archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties (74%) create mode 100644 archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/goal.txt