This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from b6156c2 Added a daily workflow for building with newer Java versions (#928) new a108cf1 Add a map Camel Properties to Kafka headers option to make the behavior configurable new 005cb69 Fixed CS 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: .../camel/kafkaconnector/CamelConnectorConfig.java | 4 ++ .../kafkaconnector/CamelSinkConnectorConfig.java | 3 +- .../apache/camel/kafkaconnector/CamelSinkTask.java | 6 ++- .../kafkaconnector/CamelSourceConnectorConfig.java | 3 +- .../camel/kafkaconnector/CamelSourceTask.java | 9 +++- .../camel/kafkaconnector/CamelSinkTaskTest.java | 59 ++++++++++++++++++++++ .../camel/kafkaconnector/CamelSourceTaskTest.java | 24 +++++++++ 7 files changed, 103 insertions(+), 5 deletions(-)