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 c8d45d6 Regen catalog new 1acf5bc CAMEL-15437: properties-binding: support binding from maps of maps new 25b1b05 CAMEL-15437: Use mapOf 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: .../support/PropertyBindingSupportFlattenTest.java | 364 +++++++++++++++++++++ .../camel/support/PropertyBindingSupportTest.java | 1 - .../camel/support/PropertyBindingSupport.java | 105 +++++- 3 files changed, 464 insertions(+), 6 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportFlattenTest.java