This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/quarkiverse-langchain4j.version-1.1.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 2cb8631937 Auto generated changes for dependabot commit
cf18810cd98dbcd79616b3dafe5c50362411511e
discard cf18810cd9 Bump quarkiverse-langchain4j.version from 1.1.0 to 1.1.1
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 8ba6402c2c Bump quarkiverse-langchain4j.version from 1.1.0 to 1.1.1
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 (2cb8631937)
\
N -- N -- N
refs/heads/dependabot/maven/quarkiverse-langchain4j.version-1.1.1 (8ba6402c2c)
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/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 +-
docs/antora.yml | 2 +-
.../google/cloud/GoogleCloudSupportProcessor.java | 31 ----
.../component/as2/deployment/As2Processor.java | 11 --
.../camel/quarkus/component/as2/As2Recorder.java | 34 ----
extensions/cassandraql/runtime/pom.xml | 3 +-
.../component/graphql/CamelGraphQLConfig.java | 2 +-
...t.java => JasyptNoEncryptedPropertiesTest.java} | 11 +-
.../component/jasypt/CamelJasyptConfig.java | 18 +-
.../component/jasypt/CamelJasyptRecorder.java | 35 +++-
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 +-
.../camel/quarkus/component/ftps/it/FtpsIT.java | 3 -
.../camel/quarkus/component/ftps/it/FtpsTest.java | 2 -
integration-tests/jdbc-grouped/pom.xml | 6 +
integration-tests/pom.xml | 4 +-
pom.xml | 15 +-
poms/bom/pom.xml | 44 ++---
poms/bom/src/main/generated/flattened-full-pom.xml | 202 +++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 84 +++++----
.../generated/flattened-reduced-verbose-pom.xml | 100 +++++-----
tooling/scripts/test-categories.yaml | 10 +-
32 files changed, 358 insertions(+), 377 deletions(-)
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%)