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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 40de7ca  CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider 
option to all the components - Secrets Manager Component
     new c2e2d11  CAMEL-16664: camel-core - XML routes loader allow to not have 
root namespace defined
     new f5ce96c  CAMEL-16664: camel-core - XML routes loader allow to load 
single route files also

The 2 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:
 .../java/org/apache/camel/xml/in/ModelParser.java  | 65 +++++++++++++++++++++-
 .../java/org/apache/camel/xml/in/BaseParser.java   | 14 +++++
 .../org/apache/camel/xml/in/ModelParserTest.java   | 19 +++++++
 .../resources/nonamespace/routeNoNamespace.xml}    |  2 +-
 .../nonamespace/singleRouteNoNamespace.xml         |  5 +-
 .../camel/dsl/xml/io/XmlRoutesBuilderLoader.java   | 17 +++++-
 .../dsl/xml/io/XmlRoutesDefinitionLoader.java      |  1 +
 .../org/apache/camel/dsl/xml/io/XmlLoadTest.java   | 23 ++++++++
 .../resources/org/apache/camel/dsl/xml/io/bar2.xml |  7 ++-
 .../xml/jaxb/JaxbXmlRoutesDefinitionLoader.java    |  1 +
 .../packaging/ModelXmlParserGeneratorMojo.java     | 35 +++++++++++-
 11 files changed, 181 insertions(+), 8 deletions(-)
 copy 
core/{camel-core/src/test/resources/org/apache/camel/model/routeWithChoice.xml 
=> camel-xml-io/src/test/resources/nonamespace/routeNoNamespace.xml} (94%)
 copy 
archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
 => core/camel-xml-io/src/test/resources/nonamespace/singleRouteNoNamespace.xml 
(91%)
 copy 
archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
 => 
dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/bar2.xml 
(87%)

Reply via email to