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

github-bot pushed a change to branch 
dependabot/maven/org.apache.avro-avro-ipc-jetty-1.12.1
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 81b53e779835 chore(deps): Bump org.apache.avro:avro-ipc-jetty from 
1.12.0 to 1.12.1
     add 39c347d594a7 Execute agent, tools and chat AI tests locally with 
granite4
     add 7727e198bb26 Avoid port number in use test error
     add a66a589e464d chore(deps): Bump org.apache.avro:avro-ipc-netty from 
1.12.0 to 1.12.1 (#19582)
     add 680b4941be79 chore(deps): Bump org.apache.avro:avro-ipc-jetty from 
1.12.0 to 1.12.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   (81b53e779835)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.avro-avro-ipc-jetty-1.12.1 (680b4941be79)

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:
 .../camel-ai/camel-langchain4j-agent/pom.xml       |  8 +++
 .../agent/integration/AbstractRAGIT.java           | 14 +++-
 .../integration/LangChain4jAgentCustomToolsIT.java | 23 +++++--
 .../LangChain4jAgentGuardrailsIntegrationIT.java   | 14 +++-
 .../integration/LangChain4jAgentMixedToolsIT.java  | 14 +++-
 .../integration/LangChain4jAgentNaiveRagIT.java    |  4 +-
 .../integration/LangChain4jAgentServiceIT.java     |  4 +-
 .../integration/LangChain4jAgentWithMemoryIT.java  | 14 +++-
 .../LangChain4jAgentWithMemoryServiceIT.java       |  6 +-
 .../integration/LangChain4jAgentWithToolsIT.java   | 15 +++--
 .../integration/LangChain4jSimpleAgentIT.java      | 14 +++-
 .../langchain4j/agent/integration/ModelHelper.java | 62 +++++++++++++++++
 .../camel-langchain4j-agent/test-execution.md      | 17 +++++
 .../langchain4j/chat/OllamaTestSupport.java        | 10 +--
 .../camel-langchain4j-chat/test-execution.md       | 17 +++++
 .../component/langchain4j/tools/ToolsHelper.java   | 24 ++++---
 .../tools/integration/LangChain4jToolIT.java       |  4 +-
 .../LangChain4jToolMultipleCallsIT.java            |  4 +-
 .../LangChain4jToolMultipleGroupsIT.java           |  4 +-
 .../LangChain4jToolMultipleMatchingGroupsIT.java   |  4 +-
 .../integration/LangChain4jToolNoToolsExistIT.java |  4 +-
 .../LangChain4jToolNoToolsToBeCalledIT.java        |  4 +-
 .../camel-langchain4j-tools/test-execution.md      | 17 +++++
 parent/pom.xml                                     |  2 +-
 .../infra/ollama/commons/OllamaProperties.java     |  5 ++
 .../infra/ollama/services/OllamaInfraService.java  | 10 +++
 .../services/OllamaLocalContainerInfraService.java | 78 ++++++++++++++++++++++
 .../ollama/services/OllamaRemoteInfraService.java  | 27 +++++++-
 .../services/OllamaServiceConfiguration.java       |  3 +
 .../infra/ollama/services/container.properties     | 12 +++-
 .../ollama/services/OllamaServiceFactory.java      | 20 ++++++
 .../apache/camel/tooling/maven}/AvailablePort.java |  3 +-
 .../camel/tooling/maven}/AvailablePortFinder.java  |  2 +-
 .../camel/tooling/maven/MavenResolverTest.java     |  2 +-
 .../src/test/resources/log4j2.properties           |  2 +-
 35 files changed, 400 insertions(+), 67 deletions(-)
 create mode 100644 
components/camel-ai/camel-langchain4j-agent/test-execution.md
 create mode 100644 components/camel-ai/camel-langchain4j-chat/test-execution.md
 create mode 100644 
components/camel-ai/camel-langchain4j-tools/test-execution.md
 copy 
{components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test => 
tooling/camel-tooling-maven/src/test/java/org/apache/camel/tooling/maven}/AvailablePort.java
 (98%)
 copy 
{components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test => 
tooling/camel-tooling-maven/src/test/java/org/apache/camel/tooling/maven}/AvailablePortFinder.java
 (99%)

Reply via email to