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

davsclaus pushed a change to branch rv
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 8b9ad445dfa CAMEL-22121: rest-dsl: Add client response validator
     add aba205e53c0 chore(deps): Bump 
org.springframework.data:spring-data-redis (#18371)
     add a2fe5b8057d chore(deps): Bump org.snmp4j:snmp4j from 3.9.3 to 3.9.4 
(#18369)
     add 8248334752f chore(deps): Bump 
org.hibernate.validator:hibernate-validator (#18374)
     add 22974e75571 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin 
(#18373)
     add a1bd40aeaa4 chore(deps): Bump org.apache:apache from 34 to 35 (#18372)
     add 2285d1d0eb3 feat(components): camel-micrometer exchanges last timestamp
     add 9b053ea26a3 chore(deps): Bump io.milvus:milvus-sdk-java from 2.5.10 to 
2.6.0 (#18370)
     add 8e0443b9ce3 CAMEL-22145: camel-core: Include source location when 
throwing failed to create or start route exception so end user can better known 
which file has the problem.
     add cc059534284 chore(deps): Bump bytebuddy-version from 1.17.5 to 1.17.6 
(#18376)
     add 3b59fbda2ad chore(deps): Bump com.cedarsoftware:java-util from 3.3.2 
to 3.3.3 (#18378)
     add ed2ad8f3548 chore(deps): Bump spring-security-version from 6.5.0 to 
6.5.1 (#18377)
     add 7dd002b8971 CAMEL-22096: Upgrade Langchain4j websearch to Langchain4j 
1.0.1
     add 6ff64c887ec CAMEL-22167 : Cleanup LangChain4j versions in camel-ai
     add 4cbde011cb2 chore(deps): Bump jackson2-version from 2.19.0 to 2.19.1 
(#18368)
     add 7f8b7e442e4 CAMEL-22121: rest-dsl: Add client response validator

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   (8b9ad445dfa)
            \
             N -- N -- N   refs/heads/rv (7f8b7e442e4)

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:
 components/camel-ai/camel-langchain4j-chat/pom.xml |  9 ++-------
 .../camel-ai/camel-langchain4j-embeddings/pom.xml  |  9 +++------
 .../camel-ai/camel-langchain4j-tokenizer/pom.xml   |  7 ++-----
 .../camel-ai/camel-langchain4j-tools/pom.xml       |  4 +---
 .../camel-ai/camel-langchain4j-web-search/pom.xml  |  4 ++--
 components/camel-ai/camel-milvus/pom.xml           |  1 -
 components/camel-ai/camel-neo4j/pom.xml            |  1 -
 components/camel-ai/camel-pinecone/pom.xml         |  1 -
 components/camel-ai/camel-qdrant/pom.xml           |  1 -
 components/camel-ai/camel-weaviate/pom.xml         |  1 -
 .../DisruptorConcurrentConsumersNPEIssueTest.java  |  4 ++--
 .../component/micrometer/MicrometerConstants.java  |  1 +
 .../MicrometerExchangeEventNotifier.java           | 19 +++++++++++++++++++
 ...MicrometerExchangeEventNotifierDynamicTest.java |  2 +-
 .../MicrometerExchangeEventNotifierStaticTest.java |  2 +-
 parent/pom.xml                                     | 22 ++++++++++++----------
 pom.xml                                            |  2 +-
 17 files changed, 47 insertions(+), 43 deletions(-)

Reply via email to