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/11/29 15:58:48 UTC

[camel] branch regen_bot updated (ab0a7f170ca -> 89691a2a857)

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 ab0a7f170ca CAMEL-18608: camel-elasticsearch - Adapt the test to behavior change in elasticsearch-java 8.5.1+ with ObjectMapper default config
     add 89691a2a857 CAMEL-18764: camel-core - Add unit test and fix regressions (#8794)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/cdi/CdiCamelExtension.java    | 38 ++++++++++++++++++++--
 .../apache/camel/test/junit5/CamelTestSupport.java |  6 +++-
 ...a => CamelTestSupportOneContextForAllTest.java} | 17 +++-------
 .../java/org/apache/camel/spi/RoutesLoader.java    |  3 ++
 .../org/apache/camel/builder/RouteBuilder.java     |  7 ++--
 .../XmlMainTemplatedRouteFromDifferentDSLTest.java | 15 +++------
 ...el-template.xml => camel-my-route-template.xml} |  2 +-
 7 files changed, 59 insertions(+), 29 deletions(-)
 rename components/camel-test/camel-test-junit5/src/test/java/org/apache/camel/test/junit5/{CamelTestSupporOneContextForAllTest.java => CamelTestSupportOneContextForAllTest.java} (86%)
 copy core/camel-main/src/test/java/org/apache/camel/main/MainTemplatedRouteTest.java => dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlMainTemplatedRouteFromDifferentDSLTest.java (85%)
 copy dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/main/xml/{camel-template.xml => camel-my-route-template.xml} (93%)