This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 8d714fa CAMEL-13599: Claim check - Allow to use dynamic key via simple language new 7680c2a CAMEL-13557: Add property binding support to make it convenient to configure components and whatnot. new db1738e CAMEL-13557: Add property binding support to make it convenient to configure components and whatnot. new e86896f CAMEL-13557: Add property binding support to make it convenient to configure components and whatnot. 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: .../support/PropertyBindingSupportListTest.java | 206 +++++++++++++++++++++ .../support/PropertyBindingSupportMapTest.java | 205 ++++++++++++++++++++ .../apache/camel/support/IntrospectionSupport.java | 62 ++++++- .../camel/support/PropertyBindingSupport.java | 43 ++++- 4 files changed, 511 insertions(+), 5 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportListTest.java create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportMapTest.java