This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard d98f329 Upgrade to Quarkus 1.9.0 - WIP
add 3b654ba Updated CHANGELOG.md
add 0069803 Remove redundant camel-quarkus-xml-jaxb dependency from
file-split-log-xml example
add daab714 Work around camel main inability to load REST DSL configs
from XML for #1852
add 4be271f Document camel main xml configuration properties
add de103b1 Upgrade to cq-maven-plugin 0.20.0, set nativeSince property
when promoting an extension to native
new b7bb87e Upgrade to Quarkus 1.9.0 - WIP
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d98f329)
\
N -- N -- N refs/heads/quarkus-master (b7bb87e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
CHANGELOG.md | 4 +-
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 ++-
pom.xml | 2 +-
17 files changed, 258 insertions(+), 42 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%)