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 9064457 regen allcomponents. We need a different solution for assembly. new a421bf8 CAMEL-15852: PropertyBindingSupport should support dots in map keys new 8d53b37 Fixed camel-log autowired exchange formatter tests new ba72a95 CAMEL-15852: PropertyBindingSupport should support dots in map keys 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: .../component/log/LogComponentOptionsTest.java | 4 ++ .../component/log/LogCustomFormatterTest.java | 2 + .../PropertyBindingSupportMapDotKeyTest.java | 76 ++++++++++++++++++++++ .../camel/support/PropertyBindingSupport.java | 56 ++++++++++++++-- 4 files changed, 134 insertions(+), 4 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/PropertyBindingSupportMapDotKeyTest.java