This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch CAMEL-22793
in repository https://gitbox.apache.org/repos/asf/camel.git
omit d1cdea696667 CAMEL-22793 - Camel-Langchain4j-Agent: Provide
pre-defined guardrails for input/output
add a08710840454 chore(components): platform http rename Test class not
containing tests
add 877bfeeed4c8 chore(components): salesforce rename Test classes which
don't contain tests
add f7cabdf6a1bf Polished
add 70890bdd15b8 Upgrade spring boot 3.5.9
add 9db7c4c4a004 CAMEL-22793 - Camel-Langchain4j-Agent: Provide
pre-defined guardrails for input/output
add b1116c359cf5 Regen
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 (d1cdea696667)
\
N -- N -- N refs/heads/CAMEL-22793 (b1116c359cf5)
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:
catalog/camel-csimple-maven-plugin/pom.xml | 2 +-
components/camel-micrometer-prometheus/pom.xml | 2 +-
.../services/org/apache/camel/other.properties | 2 +-
components/camel-observation/pom.xml | 2 +-
.../services/org/apache/camel/other.properties | 2 +-
.../platform/http/DefaultPlatformHttpConsumer.java | 3 +--
.../platform/http/AbstractPlatformHttpTest.java | 6 +++---
.../http/JettyCustomPlatformHttpConsumer.java | 6 +++---
.../http/JettyCustomPlatformHttpEngine.java | 6 +++---
...ttyServerTest.java => JettyEmbeddedServer.java} | 6 +++---
.../api/MultiSelectPicklistJsonTest.java | 24 +++++++++++-----------
.../dto/generated/{MSPTest.java => MSP.java} | 4 ++--
.../{StringMSPTest.java => StringMSP.java} | 4 ++--
parent/pom.xml | 2 +-
test-infra/camel-test-infra-all/pom.xml | 2 +-
.../camel-validator-test-resources/pom.xml | 2 +-
.../pom.xml | 4 ++--
tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
18 files changed, 40 insertions(+), 41 deletions(-)
rename
components/camel-platform-http/src/test/java/org/apache/camel/component/platform/http/{JettyServerTest.java
=> JettyEmbeddedServer.java} (93%)
rename
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/dto/generated/{MSPTest.java
=> MSP.java} (97%)
rename
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/dto/generated/{StringMSPTest.java
=> StringMSP.java} (95%)