This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch CAMEL-19390/cxf-upgrade
in repository https://gitbox.apache.org/repos/asf/camel.git
discard d6146ac9502 CAMEL-19390: camel-cxf - Upgrade to 3.6.1
add ea4d77a35c7 CAMEL-19393: camel-kafka - Should keep the configuration
value types as-is as Kafka converts this automatic.
add 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.
add 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.
new 2d88324f08b CAMEL-19390: camel-cxf - Upgrade to 3.6.1
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 (d6146ac9502)
\
N -- N -- N refs/heads/CAMEL-19390/cxf-upgrade (2d88324f08b)
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 1 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(-)