This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 47e7760b24 Upgrade Quarkus to 3.10.0.CR1
add 2228dcd62d jt400: extend test coverage
add 5178e704c2 Regen SBOM from commit
2228dcd62db27332c97693b92a284261212a447b (#5886)
new fb157a7ff0 Upgrade Quarkus to 3.10.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 (47e7760b24)
\
N -- N -- N refs/heads/quarkus-main (fb157a7ff0)
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 | 29594 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 26317 +++++++++--------
integration-tests/jt400/README.adoc | 104 +
.../quarkus/component/jt400/it/Jt400Resource.java | 194 +-
.../Jt400MockProducers.java} | 4 +-
.../Jt400MockResource.java} | 8 +-
.../it/{ => mock}/MockAS400ConnectionPool.java | 2 +-
.../src/main/resources/application.properties | 14 +-
.../quarkus/component/jt400/it/Jt400MockTest.java | 57 +-
.../quarkus/component/jt400/it/Jt400Test.java | 135 +
pom.xml | 2 +-
11 files changed, 28592 insertions(+), 27839 deletions(-)
create mode 100644 integration-tests/jt400/README.adoc
rename
integration-tests/jt400/src/main/java/org/apache/camel/quarkus/component/jt400/it/{Jt400Producers.java
=> mock/Jt400MockProducers.java} (95%)
copy
integration-tests/jt400/src/main/java/org/apache/camel/quarkus/component/jt400/it/{Jt400Resource.java
=> mock/Jt400MockResource.java} (96%)
rename
integration-tests/jt400/src/main/java/org/apache/camel/quarkus/component/jt400/it/{
=> mock}/MockAS400ConnectionPool.java (97%)
create mode 100644
integration-tests/jt400/src/test/java/org/apache/camel/quarkus/component/jt400/it/Jt400Test.java