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

apupier pushed a change to branch 
automated/upgrade-milvus-container-ppc64le-v2.6.5
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 6d50e8641473 chore(camel-test-infra-milvus): upgrade 
milvus.container.ppc64le to v2.6.5
     add 8629043381d0 CAMEL-23227: Enhance camel-datasonnet with utility 
functions and standard library
     add 721c8aa2046a chore(camel-test-infra-milvus): upgrade milvus.container 
to v2.6.13
     add 44c44d3a25ec chore(camel-test-infra-weaviate): upgrade 
weaviate.container to 1.36.6
     add b10a3913f2e6 chore(deps): Bump com.google.cloud:google-cloud-speech
     add 42aff3b91118 chore(camel-test-infra-milvus): upgrade 
milvus.container.ppc64le to v2.6.5

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   (6d50e8641473)
            \
             N -- N -- N   
refs/heads/automated/upgrade-milvus-container-ppc64le-v2.6.5 (42aff3b91118)

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:
 .../src/main/docs/datasonnet-language.adoc         | 114 +++++++
 .../org/apache/camel/language/datasonnet/CML.java  | 250 +++++++++++++++-
 .../src/main/resources/camel.libsonnet             |  68 +++++
 .../language/datasonnet/CamelLibsonnetTest.java    | 269 +++++++++++++++++
 .../language/datasonnet/CmlFunctionsTest.java      | 333 +++++++++++++++++++++
 parent/pom.xml                                     |   2 +-
 .../infra/milvus/services/container.properties     |   2 +-
 .../infra/weaviate/services/container.properties   |   2 +-
 8 files changed, 1028 insertions(+), 12 deletions(-)
 create mode 100644 
components/camel-datasonnet/src/main/resources/camel.libsonnet
 create mode 100644 
components/camel-datasonnet/src/test/java/org/apache/camel/language/datasonnet/CamelLibsonnetTest.java
 create mode 100644 
components/camel-datasonnet/src/test/java/org/apache/camel/language/datasonnet/CmlFunctionsTest.java

Reply via email to