You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/15 17:35:22 UTC

[camel] branch regen_bot updated (9064457 -> ba72a95)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9064457  regen allcomponents. We need a different solution for assembly.
     add a421bf8  CAMEL-15852: PropertyBindingSupport should support dots in map keys
     add 8d53b37  Fixed camel-log autowired exchange formatter tests
     add ba72a95  CAMEL-15852: PropertyBindingSupport should support dots in map keys

No new revisions were added by this update.

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