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 2024/03/18 10:34:12 UTC

(camel) branch regen_bot updated (2e59dce4127 -> b6f65ecacdb)

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 2e59dce4127 CAMEL-20555: adding check for status code when creating a new saga (#13515)
     add b6f65ecacdb Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java | 24 +++++++++++
 .../camel/dsl/xml/io/XmlRoutesBuilderLoader.java   | 13 ++++++
 .../apache/camel/dsl/xml/io/XmlLoadAppTest.java    | 35 ++++++++++++++++
 .../dsl/xml/io/{camel-app1.xml => camel-app12.xml} | 14 +++----
 ....java => LoadRestConfigurationFromXmlTest.java} | 49 +++++++---------------
 .../dsl/xml/jaxb/definition/restConfiguration.xml  | 10 ++---
 .../dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java   |  9 ++++
 7 files changed, 106 insertions(+), 48 deletions(-)
 copy dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/{camel-app1.xml => camel-app12.xml} (75%)
 copy dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/{LoadRestFromXmlTest.java => LoadRestConfigurationFromXmlTest.java} (57%)
 copy components/camel-attachments/src/test/data/message1.xml => dsl/camel-xml-jaxb-dsl-test/definition/src/test/resources/org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml (75%)