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 958d8cb055 Regen SBOM from commit
3329c3ab9c4680f5b7b0d7465ae4cd5db609aa5e
add 76dbfa7a3b Regen SBOM from commit
3329c3ab9c4680f5b7b0d7465ae4cd5db609aa5e (#7352)
add 47a7306804 Remove duplicate camel-dfdl dependency declaration
add 017a94bb56 Bump quarkiverse-groovy.version from 3.22.1 to 3.22.2
(#7357)
add efd862d3e3 Use more correct convention with configuring datasource
add 1fa9df2844 Run camel-quarkus-junit5 tests in the Quarkus Platform
add fb757c36dd Remove redundant BaseMainSupport method overrides
add 0bfeea21f5 Upgrade Quarkus to 3.23.0.CR1
add 848968fe69 Disable groovy integration test native profile due to #7361
add 4761e7d821 Do not exclude findbugs from wss4j-ws-security-common in
the BOM because it transitively depends on quarkus-grpc-common that requires it
at runtime
add 33550fef09 Bump
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.5.0 to 3.6.1
add 66ff4b18c3 Improve handling of findSingleByType where multiple beans
exist without any @Default qualifier
add 055887465b Upgrade to cq-maven-plugin 4.17.9, fix #7371
add a6459dea87 Regen SBOM from commit
055887465bc9ad9ffbf2b1e757abf37c38a333e9
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 (958d8cb055)
\
N -- N -- N refs/heads/regen_bot_sbom (a6459dea87)
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 | 15801 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 15449 +++++++++---------
docs/antora.yml | 2 +-
.../core/runtime/CamelBeanPrecedenceTest.java | 172 +
.../quarkus/core/runtime/CamelPrecedeBeanTest.java | 70 -
.../camel/quarkus/core/RuntimeBeanRepository.java | 75 +-
.../org/apache/camel/quarkus/main/CamelMain.java | 26 -
.../component/jpa/deployment/JpaProcessor.java | 52 +
integration-tests/groovy/pom.xml | 2 +
.../quarkus/component/jpa/it/JpaResource.java | 35 +
.../camel/quarkus/component/jpa/it/JpaRoute.java | 2 +
.../jpa/src/main/resources/application.properties | 33 +-
...efaultAndExplicitEntityManagerFactoryTest.java} | 35 +-
...JpaMultipleNamedResourcesWithNoDefaultTest.java | 23 +-
.../JpaSingleNamedResourceWithNoDefaultTest.java} | 22 +-
.../kubernetes/it/KubernetesConfigMapTest.java | 2 +-
.../it/KubernetesCustomResourceTest.java | 2 +-
.../kubernetes/it/KubernetesDeploymentTest.java | 2 +-
.../component/kubernetes/it/KubernetesJobTest.java | 2 +-
.../kubernetes/it/KubernetesPodsTest.java | 2 +-
.../kubernetes/it/KubernetesSecretTest.java | 2 +-
.../component/master/it/MasterOpenShiftTest.java | 2 +-
.../quarkus/component/sql/it/SqlDbInitializer.java | 2 +
.../quarkus/component/sql/it/SqlResource.java | 2 +
.../camel/quarkus/component/sql/it/SqlRoutes.java | 2 +
.../sql/it/datasource/SqlDataSourceResource.java | 64 +
.../sql/src/main/resources/application.properties | 19 +-
...SqlMultipleNamedDatasourceWithDefaultTest.java} | 44 +-
...lMultipleNamedDatasourceWithNoDefaultTest.java} | 43 +-
pom.xml | 12 +-
poms/bom/pom.xml | 11 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 2683 ++--
.../src/main/generated/flattened-reduced-pom.xml | 124 +-
.../generated/flattened-reduced-verbose-pom.xml | 344 +-
test-framework/junit5/pom.xml | 12 +-
tooling/test-list/pom.xml | 6 +
36 files changed, 18167 insertions(+), 17014 deletions(-)
create mode 100644
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelBeanPrecedenceTest.java
delete mode 100644
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/runtime/CamelPrecedeBeanTest.java
copy
integration-tests/{jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/JolokiaAdditionalPropertiesTest.java
=>
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaMultipleNamedResourcesWithNoDefaultAndExplicitEntityManagerFactoryTest.java}
(59%)
copy
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java
=>
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaMultipleNamedResourcesWithNoDefaultTest.java
(62%)
copy
integration-tests/{jasypt/src/test/java/org/apache/camel/quarkus/component/jasypt/it/JasyptConfigurationCustomizerTest.java
=>
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/JpaSingleNamedResourceWithNoDefaultTest.java}
(65%)
create mode 100644
integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/datasource/SqlDataSourceResource.java
copy
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java
=>
sql/src/test/java/org/apache/camel/quarkus/component/sql/it/SqlMultipleNamedDatasourceWithDefaultTest.java}
(56%)
copy
integration-tests/{jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/JolokiaDiscoveryDisabledTest.java
=>
sql/src/test/java/org/apache/camel/quarkus/component/sql/it/SqlMultipleNamedDatasourceWithNoDefaultTest.java}
(53%)