This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 3e4f1307616 CAMEL-19392: Correct template bean definition schema (#10214) new ea4d77a35c7 CAMEL-19393: camel-kafka - Should keep the configuration value types as-is as Kafka converts this automatic. new 8038c120de2 CAMEL-19393: Allow to specify if a value should be converter to a specific type when using property binding. This is needed with camel-kafka and other vendor integrations such as MS Azure. new 8f8ecf83f4a CAMEL-19393: Allow to specify if a value should be converter to a specific type when using property binding. This is needed with camel-kafka and other vendor integrations such as MS Azure. The 3 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/component/kafka/KafkaConfiguration.java | 12 +++++------ .../camel/support/PropertyBindingSupportTest.java | 24 ++++++++++++++++++++++ .../camel/support/PropertyBindingSupport.java | 16 +++++++++++++-- .../modules/ROOT/pages/property-binding.adoc | 6 ++++-- 4 files changed, 47 insertions(+), 11 deletions(-)