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 05b950484d Disable tests for extensions that have not transitioned to
@ConfigMapping
discard 4719b04064 Upgrade Quarkus to 3.26.0.CR1
add 283e056f6e Fixes #5679 Stabilize throttle test
add f8cf1c1a4a Fix disabled test in CoreMainTest
add 8941e6b3b3 Add note to @Disabled query test in InfinispanTest
add 7d10e787ff Regen SBOM from commit
8941e6b3b36611e29174305ac75af64a42b700c0 (#7577)
add bd3358d839 Enable disabled As2Test#clientMultipartSignedTest
add 951d549eb3 Upgrade Jolokia to 2.3.0
add bd747e18c3 Upgrade Quarkus Jackson JQ to 2.3.0
add 0935553067 [fix #2407] Enable Bindy native test FixedLengthWithLocaleIT
add b2d56cad7c Enlarge timeouts for FileTest
add 8eb0386401 Bump quarkiverse-cxf.version from 3.23.1 to 3.25.0
add 086d653cfe Bump quarkiverse-groovy.version from 3.24.4 to 3.25.0
new d7469014d8 Upgrade Quarkus to 3.26.0.CR1
new 99d460e01b Disable tests for extensions that have not transitioned to
@ConfigMapping
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 (05b950484d)
\
N -- N -- N refs/heads/quarkus-main (99d460e01b)
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 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:
camel-quarkus-sbom/camel-quarkus-sbom.json | 20303 +++++++++----------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 20168 +++++++++---------
.../apache/camel/quarkus/eip/it/EipResource.java | 8 +
.../org/apache/camel/quarkus/eip/it/EipRoutes.java | 13 +-
.../eip/src/main/resources/application.properties | 19 -
.../org/apache/camel/quarkus/eip/it/EipTest.java | 62 +-
.../camel/quarkus/component/as2/it/As2Helper.java | 4 +-
.../quarkus/component/as2/it/As2Receiver.java | 5 +-
.../camel/quarkus/component/as2/it/As2Test.java | 2 -
.../src/main/resources/application.properties | 4 +-
.../bindy/it/FixedLengthWithLocaleIT.java | 2 -
.../camel/quarkus/component/file/it/FileTest.java | 4 +-
.../component/infinispan/InfinispanTest.java | 2 +-
.../quarkus/component/jolokia/it/JolokiaTest.java | 2 +-
integration-tests/main/pom.xml | 32 -
.../main/src/main/resources/application.properties | 3 +-
.../apache/camel/quarkus/main/CoreMainTest.java | 3 +-
.../main/src/test/resources/application.properties | 43 -
integration-tests/pom.xml | 4 +-
pom.xml | 10 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 780 +-
.../src/main/generated/flattened-reduced-pom.xml | 70 +-
.../generated/flattened-reduced-verbose-pom.xml | 606 +-
tooling/scripts/test-categories.yaml | 4 +-
24 files changed, 20503 insertions(+), 21650 deletions(-)
delete mode 100644
integration-test-groups/foundation/eip/src/main/resources/application.properties
copy integration-tests/{as2 =>
bindy}/src/main/resources/application.properties (92%)
delete mode 100644
integration-tests/main/src/test/resources/application.properties