This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/langchain4j-59957d059f
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 4c64dda83eb1 chore(deps): Bump the langchain4j group with 18 updates
add 38b21c924562 CAMEL-23515: docs - sync camel-nats 4.18 upgrade-guide
entry to main
add b644722fd451 CAMEL-23515: docs - sync camel-nats 4.14 upgrade-guide
entry to main
add bb4176fe87dc CAMEL-23528: validate property names when building
MATCH/DELETE WHERE clause
add 33323bcad73c chore(deps): Bump huaweicloud-sdk-version from 3.1.195 to
3.1.196
add 70ea1a4329da chore(camel-test-infra-weaviate): upgrade
weaviate.container to 1.37.4
add 494c7f05ae49 chore(camel-test-infra-qdrant): upgrade qdrant.container
to v1.18.0-unprivileged
add 8908b1f56556 chore(camel-test-infra-postgres): upgrade
postgres.container to 17.10-alpine
add f29889b9aafc chore(camel-test-infra-kafka): upgrade
confluent.container.image to 8.2.1
add 4a07498a7ecc CAMEL-23516: camel-xmpp - Use dedicated
HeaderFilterStrategy aligned with sibling components
add 4a01108e40e9 chore(deps): Bump the langchain4j group across 1
directory with 18 updates
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 (4c64dda83eb1)
\
N -- N -- N refs/heads/dependabot/maven/langchain4j-59957d059f
(4a01108e40e9)
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/component/neo4j/Neo4jProducer.java | 26 ++++++++++++
.../neo4j/Neo4jPropertyNameValidationTest.java | 46 ++++++++++++++++++++++
.../apache/camel/component/xmpp/XmppBinding.java | 3 +-
.../apache/camel/component/xmpp/XmppEndpoint.java | 3 +-
.../component/xmpp/XmppHeaderFilterStrategy.java} | 6 +--
.../xmpp/XmppHeaderFilterStrategyTest.java} | 6 +--
.../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 9 +++++
.../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 10 +++++
.../ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 9 +++++
parent/pom.xml | 2 +-
.../test/infra/kafka/services/container.properties | 2 +-
.../infra/postgres/services/container.properties | 2 +-
.../infra/qdrant/services/container.properties | 2 +-
.../infra/weaviate/services/container.properties | 2 +-
14 files changed, 113 insertions(+), 15 deletions(-)
create mode 100644
components/camel-ai/camel-neo4j/src/test/java/org/apache/camel/component/neo4j/Neo4jPropertyNameValidationTest.java
copy
components/{camel-mail/src/main/java/org/apache/camel/component/mail/MailHeaderFilterStrategy.java
=>
camel-xmpp/src/main/java/org/apache/camel/component/xmpp/XmppHeaderFilterStrategy.java}
(88%)
copy
components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsHeaderFilterStrategyTest.java
=>
camel-xmpp/src/test/java/org/apache/camel/component/xmpp/XmppHeaderFilterStrategyTest.java}
(93%)