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 6339aff848 Regen SBOM from commit
5520d5f916941a3b11487fd94ab047a4f33c3f70
add d8517ecb8e Regen SBOM from commit
5520d5f916941a3b11487fd94ab047a4f33c3f70 (#7611)
add 82ab234921 Fix typo in config property
quarkus.camel.dev-ui.update-internal -> quarkus.camel.dev-ui.update-interval
add f12e155920 Bump quarkiverse-groovy.version from 3.25.0 to 3.25.1
add 52df314638 [fixes #7054] Remove workaround for management
dumpRoutesStatsAsXml and dumpStepStatsAsXml
add 6d55a66d5b [relates #6083] Enable test for JMX in Camel Debug
add 77be736671 [relates #4084] Remove not needed Spring deps from SQL
add 636a74dc1e Deprecate camel-quarkus-langchain4j extension
add d25a9ed5bf [resolves #6593] Remove Swagger ModelResolverSubstitutions
add 68be4d7e0d Fix warning about missing 'java.naming.factory.initial'
when camel debug is enabled
add 622fb90042 Remove not needed explicit versions
add 546acb3d7f Remove workaround for CAMEL-18143
add 6bf2e380da Remove not needed Infinispan exclusions which was needed
for different versions of Infinispan between Camel and Quarkus
add 1dffb36d1f Bump actions/checkout from 4.2.2 to 5.0.0
add a61069273f [relates #4089] Enable FTPS tests
add 70151567d7 CamelGraphQLConfig phase to BUILD_TIME
add aff780f5ec Use maven container image properties when referencing image
names
add a3b8f55072 Bump com.microsoft.graph:microsoft-graph from 6.49.0 to
6.50.0
add 35f2e7d947 Rebalance native CI tests group 8
add 032ab45c36 Remove native mode workarounds for Google Cloud extensions
add 66f7126409 Evenly distribute modules across alternate JDK test groups
add f9e3fcc6b8 Remove redundant log format override in AS2 extension
add 06a195a16a Upgrade Quarkus to 3.26.0.CR1
add c3f2ab8925 Disable tests for extensions that have not transitioned to
@ConfigMapping
add b52e762ab7 Upgrade Cassandra Quarkus to 1.3.0-rc1
add ef18c071a6 Avoid configuring JasyptPropertiesParser unless encrypted
properties are detected
add 57dd177dae Bump quarkiverse-langchain4j.version from 1.1.0 to 1.1.1
add 72914891fc Bump cq-plugin.version from 4.17.10 to 4.18.0
add fcf195ebef Update Dev UI dependencies to relocated GAVs
add e53f5ca56f Regen SBOM from commit
fcf195ebef9c8dd03b759d403702412fccf3ad9b
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 (6339aff848)
\
N -- N -- N refs/heads/regen_bot_sbom (e53f5ca56f)
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:
.github/dependabot.yml | 1 -
.github/workflows/camel-master-cron.yaml | 23 +-
.github/workflows/check-dependency-convergence.yml | 2 +-
.github/workflows/ci-build.yaml | 23 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/label-issue.yaml | 2 +-
.github/workflows/pr-validate.yml | 2 +-
.github/workflows/quarkus-lts-ci-build.yaml | 19 +-
.github/workflows/quarkus-master-cron.yaml | 23 +-
.../workflows/synchronize-dependabot-branch.yaml | 2 +-
camel-quarkus-sbom/camel-quarkus-sbom.json | 13134 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 12634 +++++++++---------
docs/antora.yml | 2 +-
.../modules/ROOT/pages/migration-guide/3.26.0.adoc | 11 +
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../ROOT/pages/reference/extensions/core.adoc | 2 +-
.../pages/reference/extensions/langchain4j.adoc | 6 +-
extensions-core/core/deployment/pom.xml | 2 +-
.../org/apache/camel/quarkus/core/CamelConfig.java | 2 +-
.../camel/quarkus/devui/CamelCoreDevUIService.java | 2 +-
.../google/cloud/GoogleCloudSupportProcessor.java | 31 -
.../runtime/graal/SwaggerSubstitutions.java | 25 -
.../component/as2/deployment/As2Processor.java | 11 -
.../camel/quarkus/component/as2/As2Recorder.java | 34 -
extensions/cassandraql/runtime/pom.xml | 3 +-
.../deployment/DebugEnabledFromCamelMainTest.java | 10 +-
.../component/graphql/CamelGraphQLConfig.java | 2 +-
extensions/jasypt/deployment/pom.xml | 2 +-
...t.java => JasyptNoEncryptedPropertiesTest.java} | 11 +-
.../component/jasypt/CamelJasyptConfig.java | 18 +-
.../component/jasypt/CamelJasyptRecorder.java | 35 +-
extensions/langchain4j/runtime/pom.xml | 1 +
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
.../management/deployment/ManagementProcessor.java | 23 +-
extensions/sql/runtime/pom.xml | 8 -
integration-test-groups/jdbc/db2/pom.xml | 8 +
.../resources/container-license-acceptance.txt | 2 +-
integration-test-groups/jdbc/mssql/pom.xml | 8 +
.../resources/container-license-acceptance.txt | 2 +-
.../file/src/main/resources/application.properties | 19 -
.../camel/quarkus/component/ftps/it/FtpsIT.java | 3 -
.../camel/quarkus/component/ftps/it/FtpsTest.java | 2 -
integration-tests/jdbc-grouped/pom.xml | 6 +
.../management/it/ManagementResource.java | 28 +
.../quarkus/component/management/it/Routes.java | 17 +
.../component/management/it/ManagementTest.java | 43 +
integration-tests/pom.xml | 4 +-
pom.xml | 24 +-
poms/bom/pom.xml | 53 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 214 +-
.../src/main/generated/flattened-reduced-pom.xml | 96 +-
.../generated/flattened-reduced-verbose-pom.xml | 112 +-
tooling/scripts/test-categories.yaml | 10 +-
53 files changed, 13720 insertions(+), 13041 deletions(-)
create mode 100644 docs/modules/ROOT/pages/migration-guide/3.26.0.adoc
delete mode 100644
extensions-support/google-cloud/deployment/src/main/java/org/apache/camel/quarkus/support/google/cloud/GoogleCloudSupportProcessor.java
delete mode 100644
extensions/as2/runtime/src/main/java/org/apache/camel/quarkus/component/as2/As2Recorder.java
copy
extensions/jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/{JasyptPasswordSysEnvPrefixTest.java
=> JasyptNoEncryptedPropertiesTest.java} (84%)
delete mode 100644
integration-tests/file/src/main/resources/application.properties