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

JiriOndrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard cb4229c27e Generated core.adoc
 discard d2dad48be4 Fixes #8768. Add CamelAiToolProvider bridge and 
@CamelAiTools tag filtering for langchain4j
    omit f95d66ae8c Add camel-quarkus-ai-tool extension
    omit c79ef81fdb Bump quarkiverse-minio.version from 3.8.6 to 3.9.1
    omit 6e50b3454d Fixed azure-servicebus, debezium-mssql test modules
    omit 9ee42aa9df Generated
    omit 2a18897e02 Rebased
    omit a31fa7e3f6 Upgrade Camel to 4.22.0
    omit 7d196426ee Fixes #8854. Adapt weaviate extension and tests for 
weaviate client v6
    omit b7912b22e8 Fixes #8878. Add integration test coverage for new weaviate 
operations (BATCH_CREATE, HYBRID_QUERY, BM25_QUERY, AGGREGATE)
     add eb17c56237 Remove explicit cq-maven-plugin version references in the 
release guide
     add 25f764afb9 Add changelog for 3.38.0
     add 63af3cc05e Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
     add f99e802d74 Bump quarkiverse-cxf.version from 3.38.0.CR2 to 3.38.0
     add 2396a222bf Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
     add 8bda2f7b2e Fix versions:set command in release guide to ensure all 
sub-module versions are updated
     add 39feb9b3ff Disable local Develocity build cache by default & add docs
     add 4f40a5b979 Fixes #8932: update and add AI agent help CEQ rules
     add 0639dcdba7 Exclude .oss-ai-helper-rules from license header check
     new 7acbedf987 Fixes #8878. Add integration test coverage for new weaviate 
operations (BATCH_CREATE, HYBRID_QUERY, BM25_QUERY, AGGREGATE)
     new 16ca4cbac9 Fixes #8854. Adapt weaviate extension and tests for 
weaviate client v6
     new cc3c6b254d Fixes #8768. Add CamelAiToolProvider bridge and 
@CamelAiTools tag filtering for langchain4j
     new 0a659f1677 Upgrade Camel to 4.22.0
     new 4838083811 Rebased
     new a401a778fd Generated
     new b5929b5982 Fixed azure-servicebus, debezium-mssql test modules
     new ddffcd62fa Bump quarkiverse-minio.version from 3.8.6 to 3.9.1
     new dfa9ee3674 Add camel-quarkus-ai-tool extension
     new c5e7d65a61 Generated core.adoc

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   (cb4229c27e)
            \
             N -- N -- N   refs/heads/camel-main (c5e7d65a61)

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.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mvn/develocity.xml                                |   2 +-
 .oss-ai-helper-rules/project-guidelines.md         |  19 +++
 .oss-ai-helper-rules/project-info.md               |  14 ++
 .oss-ai-helper-rules/project-security.md           |  35 +++++
 .oss-ai-helper-rules/project-standards.md          |  19 +++
 CHANGELOG.md                                       | 150 +++++++++++++++++++++
 docs/modules/ROOT/pages/contributor-guide/ci.adoc  |  18 +++
 .../pages/contributor-guide/release-guide.adoc     |   6 +-
 .../ROOT/pages/reference/extensions/ai-tool.adoc   |  56 --------
 extensions/ai-tool/runtime/src/main/doc/usage.adoc |  54 --------
 integration-tests/pom.xml                          |   1 -
 pom.xml                                            |   5 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  58 ++++----
 .../src/main/generated/flattened-reduced-pom.xml   |  58 ++++----
 .../generated/flattened-reduced-verbose-pom.xml    |  58 ++++----
 tooling/scripts/test-categories.yaml               |   1 -
 16 files changed, 349 insertions(+), 205 deletions(-)
 create mode 100644 .oss-ai-helper-rules/project-guidelines.md
 create mode 100644 .oss-ai-helper-rules/project-info.md
 create mode 100644 .oss-ai-helper-rules/project-security.md
 create mode 100644 .oss-ai-helper-rules/project-standards.md

Reply via email to