This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/maven/maven-version-3.9.16
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 13f0b764a431 chore(deps): Bump maven-version from 3.9.15 to 3.9.16
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 d3384e9e73e9 chore(deps-dev): Bump agroal-version from 3.1 to 3.1.2
add 5cb1c8546a5e CAMEL-23542 - Fix main branch - revert requirements of
non null value in some ValidationException fields
add 8e2cbc55730b chore(deps): Bump eu.maveniverse.maven.nisse:extension
add 0f974a2399dd chore(deps): Bump mima-version from 2.4.43 to 2.4.44
add 4216a0c20675 chore(deps): Bump com.azure:azure-storage-blob-changefeed
add 8e32563d353b chore(deps): Bump com.pubnub:pubnub-gson from 13.2.1 to
13.3.0
add 7c9bb8e1db7f chore(deps): Bump maven-version from 3.9.15 to 3.9.16
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 (13f0b764a431)
\
N -- N -- N refs/heads/dependabot/maven/maven-version-3.9.16
(7c9bb8e1db7f)
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:
.mvn/extensions.xml | 2 +-
.../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 +--
.../org/apache/camel/CamelExchangeException.java | 9 ++---
.../java/org/apache/camel/ValidationException.java | 12 ++----
.../org/apache/camel/spi/RestConfiguration.java | 2 +-
.../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 | 10 ++---
.../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 +-
18 files changed, 126 insertions(+), 35 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%)