This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 46ee3797f0 Regen SBOM from commit
b1f9b9c083a55a3c2d8e290fa7c7340800762741
add fbe7c07d89 Regen SBOM from commit
b1f9b9c083a55a3c2d8e290fa7c7340800762741 (#6903)
add 3644c9455f Upgrade Quarkus to 3.18.0.CR1
add 28932ccd15 Disable microprofile-fault-tolerance tests due to #6851
add 859a94669c Disable kubernetes-client tests due to #6892
add ded80818cb Disable postgres-debezium update & delete tests due to #6911
add afb12712d9 Upgrade Debezium to 3.0.7.Final
add 049d05bc39 Langchain4j: remove useless dependency (#6915)
add 3d58130e4b Fix usage of deprecated locale configuration
add ba1c23cd6a Disable kubernetes-client dev services
add bc181fa9b8 Fix #6905 to add a test for using artemis jca connector
(#6906)
add 795a66458f Regen SBOM from commit
bc181fa9b8ad9d22924b3d62e92e761cc4cd4de6
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 (46ee3797f0)
\
N -- N -- N refs/heads/regen_bot_sbom (795a66458f)
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.
No new revisions were added by this update.
Summary of changes:
camel-quarkus-sbom/camel-quarkus-sbom.json | 16067 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 15173 ++++++++---------
docs/antora.yml | 2 +-
.../ROOT/pages/reference/extensions/bindy.adoc | 23 +-
.../modules/ROOT/pages/user-guide/native-mode.adoc | 14 +-
.../bindy/runtime/src/main/doc/limitations.adoc | 23 +-
.../KubernetesClusterServiceConfigDefaultTest.java | 1 +
...terServiceConfigEnabledWithRebalancingTest.java | 1 +
...terServiceConfigEnabledWithoutDefaultsTest.java | 1 +
...ServiceConfigEnabledWithoutRebalancingTest.java | 1 +
.../resources/container-license-acceptance.txt | 2 +-
.../support/activemq/ActiveMQTestResource.java | 9 +
.../messaging/it/MessagingCommonRoutes.java | 16 +-
.../debezium/common/it/AbstractDebeziumTest.java | 3 +
.../{jms-artemis-client => jms-artemis-ra}/pom.xml | 14 +-
.../quarkus/component/jms/ra/it/JmsResource.java} | 8 +-
.../src/main/resources/application.properties | 3 +-
.../camel/quarkus/component/jms/ra/it/JmsRAIT.java | 5 +-
.../quarkus/component/jms/ra/it/JmsRATest.java} | 20 +-
integration-tests/kubernetes/pom.xml | 2 +
integration-tests/langchain4j/pom.xml | 4 -
integration-tests/master-openshift/pom.xml | 104 +-
.../component/master/it/MasterOpenShiftTest.java | 10 +-
.../master/it/MasterOpenShiftTestResource.java | 4 +-
.../microprofile-fault-tolerance/pom.xml | 15 +
.../src/main/resources/application.properties | 7 +-
integration-tests/pom.xml | 1 +
pom.xml | 19 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 464 +-
.../src/main/generated/flattened-reduced-pom.xml | 40 +-
.../generated/flattened-reduced-verbose-pom.xml | 154 +-
tooling/scripts/test-categories.yaml | 1 +
32 files changed, 16831 insertions(+), 15380 deletions(-)
copy integration-tests/{jms-artemis-client => jms-artemis-ra}/pom.xml (92%)
copy
integration-tests/{jms-qpid-amqp-client/src/main/java/org/apache/camel/quarkus/component/jms/qpid/it/QpidJmsResource.java
=>
jms-artemis-ra/src/main/java/org/apache/camel/quarkus/component/jms/ra/it/JmsResource.java}
(89%)
copy {integration-test-groups/foundation/dataset =>
integration-tests/jms-artemis-ra}/src/main/resources/application.properties
(95%)
copy
integration-test-groups/aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwIT.java
=>
integration-tests/jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRAIT.java
(90%)
copy
integration-tests/{jms-qpid-amqp-client/src/test/java/org/apache/camel/quarkus/component/jms/qpid/it/JmsQpidTest.java
=>
jms-artemis-ra/src/test/java/org/apache/camel/quarkus/component/jms/ra/it/JmsRATest.java}
(74%)