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

ppalaga pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 3b654ba  Updated CHANGELOG.md
     new 0069803  Remove redundant camel-quarkus-xml-jaxb dependency from 
file-split-log-xml example
     new daab714  Work around camel main inability to load REST DSL configs 
from XML for #1852
     new 4be271f  Document camel main xml configuration properties

The 3 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:
 docs/modules/ROOT/pages/user-guide/bootstrap.adoc  | 88 ++++++++++++++++++++++
 examples/file-split-log-xml/pom.xml                | 17 -----
 .../quarkus/main/CamelMainRoutesCollector.java     | 53 +++++++++++++
 integration-tests/main-xml-io/pom.xml              | 17 +++++
 .../camel/quarkus/main/CoreMainXmlIoResource.java  |  7 ++
 .../src/main/resources/application.properties      |  3 +
 .../src/main/resources/rests/my-rests.xml}         | 19 +++--
 .../src/main/resources/templates/my-templates.xml} | 12 ++-
 .../camel/quarkus/main/CoreMainXmlIoTest.java      | 10 ++-
 integration-tests/main-xml-jaxb/pom.xml            | 17 +++++
 .../quarkus/main/CoreMainXmlJaxbResource.java      |  7 ++
 .../src/main/resources/application.properties      |  3 +
 .../src/main/resources/rests/my-rests.xml}         | 19 +++--
 .../src/main/resources/templates/my-templates.xml} | 12 ++-
 .../camel/quarkus/main/CoreMainXmlJaxbTest.java    | 10 ++-
 15 files changed, 255 insertions(+), 39 deletions(-)
 copy integration-tests/{jing/src/main/resources/schema.rng => 
main-xml-io/src/main/resources/rests/my-rests.xml} (72%)
 copy integration-tests/{tika/src/main/resources/quarkus.xml => 
main-xml-io/src/main/resources/templates/my-templates.xml} (69%)
 copy integration-tests/{jing/src/main/resources/schema.rng => 
main-xml-jaxb/src/main/resources/rests/my-rests.xml} (72%)
 copy integration-tests/{tika/src/main/resources/quarkus.xml => 
main-xml-jaxb/src/main/resources/templates/my-templates.xml} (69%)

Reply via email to