This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 96fb97d857 Upgrade Quarkus to 3.24.0.CR1
add 055887465b Upgrade to cq-maven-plugin 4.17.9, fix #7371
add 919202a179 Regen SBOM from commit
055887465bc9ad9ffbf2b1e757abf37c38a333e9 (#7379)
add 493872ea6d Remove rest-assured groovy exclusions
add 5cb73cad45 Fixes #7373 extend saga coverage
add d6a3c77b58 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 (#7381)
new 48d8cd642e Upgrade Quarkus to 3.24.0.CR1
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 (96fb97d857)
\
N -- N -- N refs/heads/quarkus-main (48d8cd642e)
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:
camel-quarkus-sbom/camel-quarkus-sbom.json | 15801 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 15449 +++++++++---------
integration-tests/groovy/pom.xml | 6 -
integration-tests/saga/pom.xml | 96 +
.../quarkus/component/saga/it/SagaResource.java | 99 +
.../camel/quarkus/component/saga/it/SagaRoute.java | 133 +
.../LraCreditService.java} | 20 +-
.../it/{CreditService.java => lra/LraService.java} | 43 +-
.../component/saga/it/lra/LraTicketService.java | 70 +
.../saga/it/lra/LraTicketServiceStatus.java | 11 +-
.../src/main/resources/application.properties | 5 +-
.../saga/src/main/resources/routes/saga-routes.xml | 54 +
.../camel/quarkus/component/saga/it/SagaTest.java | 132 +
pom.xml | 4 +-
14 files changed, 16683 insertions(+), 15240 deletions(-)
copy
integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/{CreditService.java
=> lra/LraCreditService.java} (71%)
copy
integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/{CreditService.java
=> lra/LraService.java} (57%)
create mode 100644
integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/lra/LraTicketService.java
copy
extensions/jasypt/runtime/src/main/java/org/apache/camel/quarkus/component/jasypt/JasyptConfigurationCustomizer.java
=>
integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/lra/LraTicketServiceStatus.java
(73%)
copy integration-tests/{sjms-artemis-client =>
saga}/src/main/resources/application.properties (94%)
create mode 100644
integration-tests/saga/src/main/resources/routes/saga-routes.xml