This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.2
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 6853887cb3 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 
to 3.6.2
     add ac19bfd9a2 Bump quarkiverse-mcp-server.version from 2.0.0 to 2.0.1
     add 539a896753 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.3 to 3.6.4
     add 29d48bd031 Bump eu.maveniverse.maven.scalpel:extension from 0.3.10 to 
0.4.0
     add 6fe7a7a3dd Bump actions/setup-java from 6.0.0 to 6.0.1
     add eda59709c0 Fixes #9153. Native build fails on the kamelet 
DelegatingSchemaResolver without camel-jackson
     add dde4d46fa1 Add --ignore-scripts to yarn installation in 
pr-doc-validation workflow
     add 4367b04b9e Fixes #9162. Read the document id from the 
CamelLangChain4jIngestDocumentId header
     add 84059ddb0a Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 
to 3.6.2

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   (6853887cb3)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.2 
(84059ddb0a)

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/alternate-jdk-build.yaml         | 12 ++++----
 .github/workflows/camel-master-cron.yaml           | 14 ++++-----
 .github/workflows/check-dependency-convergence.yml |  2 +-
 .github/workflows/ci-build.yaml                    | 14 ++++-----
 .github/workflows/generate-sbom-main.yml           |  2 +-
 .github/workflows/pr-doc-validation.yml            |  2 +-
 .github/workflows/pr-validate.yml                  |  2 +-
 .github/workflows/quarkus-lts-ci-build.yaml        | 12 ++++----
 .github/workflows/quarkus-master-cron.yaml         | 14 ++++-----
 .mvn/extensions.xml                                |  2 +-
 .../modules/ROOT/pages/migration-guide/3.40.0.adoc |  6 ++++
 .../reference/extensions/langchain4j-ingest.adoc   |  5 +--
 .../kamelet/deployment/KameletProcessor.java       | 13 ++++++++
 .../runtime/src/main/doc/usage.adoc                |  2 +-
 .../langchain4j/ingest/IngestHeaders.java          | 14 ++++++++-
 .../component/langchain4j/ingest/IngestRoutes.java | 36 ++++++++++++++++++++--
 .../langchain4j/ingest/IngestRunTimeConfig.java    |  3 +-
 integration-tests/kamelet/pom.xml                  | 17 ++++++++++
 .../component/kamelet/it/KameletResource.java      | 19 ++++++++++++
 .../component/kamelet/it/KameletRoutes.java        |  3 ++
 .../src/main/resources/application.properties      |  7 ++++-
 ....kamelet.yaml => file-source-test.kamelet.yaml} | 26 ++++++++--------
 .../quarkus/component/kamelet/it/KameletTest.java  | 23 ++++++++++++++
 .../langchain4j/ingest/it/IngestResource.java      | 33 ++++++++++++++++++++
 .../src/main/resources/application.properties      |  2 +-
 .../ingest/it/Langchain4jIngestIdempotentTest.java | 33 ++++++++++++++++++++
 pom.xml                                            |  4 +--
 poms/bom/src/main/generated/flattened-full-pom.xml |  4 +--
 .../src/main/generated/flattened-reduced-pom.xml   |  4 +--
 .../generated/flattened-reduced-verbose-pom.xml    |  4 +--
 30 files changed, 266 insertions(+), 68 deletions(-)
 copy 
integration-tests/kamelet/src/main/resources/kamelets/{greeting-from-property.kamelet.yaml
 => file-source-test.kamelet.yaml} (72%)

Reply via email to