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 2022/06/02 06:43:17 UTC

[camel] branch regen_bot updated (092010e1fc2 -> 943e5013269)

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 092010e1fc2 Added unit test based on https://github.com/apache/camel/pull/7686
     add 03f58e9f1e2 Unit test to reproduce bug in CAMEL-18160
     add 6d0adb81403 Merge branch 'CAMEL-18160' of https://github.com/klease/camel into klease-CAMEL-18160
     add 6cc4d55ef7c CAMEL-18160: camel-spring-xml - Setup type converter registry eager to allow typeConverterExists=Override to work.
     add 943e5013269 Merge branch 'klease-CAMEL-18160'

No new revisions were added by this update.

Summary of changes:
 .../camel/spring}/impl/converter/MyConverters.java  |  7 ++++---
 ...t.java => SpringTypeConvertersOverrideTest.java} |  8 +++++---
 .../src/test/resources/log4j2.properties            |  2 ++
 ...est.xml => SpringTypeConvertersOverrideTest.xml} |  4 +++-
 .../core/xml/AbstractCamelContextFactoryBean.java   | 21 ++++++++++-----------
 5 files changed, 24 insertions(+), 18 deletions(-)
 copy {core/camel-core/src/test/java/org/apache/camel => components/camel-spring-xml/src/test/java/org/apache/camel/spring}/impl/converter/MyConverters.java (87%)
 copy components/camel-spring-xml/src/test/java/org/apache/camel/spring/impl/converter/{SpringTypeConvertersTest.java => SpringTypeConvertersOverrideTest.java} (84%)
 copy components/camel-spring-xml/src/test/resources/org/apache/camel/spring/impl/converter/{SpringTypeConvertersTest.xml => SpringTypeConvertersOverrideTest.xml} (86%)