This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch feat/camel-22760-kafka-spring-boot-properties
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from afa9b4e105b CAMEL-22760: Bridge spring.kafka.* properties to
camel-kafka component
add 33e9b206103 CAMEL-22760: Fix review issues in Spring Kafka properties
bridge
No new revisions were added by this update.
Summary of changes:
.../SpringKafkaPropertiesAutoConfiguration.java | 82 +++++++++++++---------
.../kafka/springboot/BinderKeyFormatTest.java | 63 +++++++++++++++++
2 files changed, 110 insertions(+), 35 deletions(-)
create mode 100644
components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/springboot/BinderKeyFormatTest.java