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

github-bot pushed a change to branch 
dependabot/maven/org.apache.kafka-kafka-clients-3.9.0
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 58504375197 chore(deps): Bump org.apache.kafka:kafka-clients from 
3.8.0 to 3.9.0
     add 722eac4d296 (chores) camel-etcd3: prevent manual test from running
     add 6bfd76f3ca4 (chores) camel-plc4x: prevent manual test from running
     add 0e479de49b5 CAMEL-21420: XML and YAML DSL should better support 
languages with namespaces such as xpath when parsing and writing outputs 
(#16219)
     add b10284d84be chore(deps): Bump aws-java-sdk2-version from 2.29.8 to 
2.29.9 (#16207)
     add dcf35225032 chore(deps): Bump org.apache.maven:maven-archiver from 
3.6.2 to 3.6.3 (#16208)
     add 33c412d32c8 chore(deps): Bump org.atmosphere:atmosphere-runtime 
(#16215)
     add 6921663870c chore(deps-dev): Bump com.nimbusds:nimbus-jose-jwt from 
9.45 to 9.46 (#16216)
     add b822ebc577e chore(deps): Bump com.ibm.icu:icu4j from 75.1 to 76.1 
(#16210)
     add cdbb3bbf955 chore(deps): Bump org.apache.santuario:xmlsec from 4.0.2 
to 4.0.3 (#16211)
     add 8ff90afade2 chore(deps): Bump org.opensearch.client:opensearch-java 
(#16212)
     add f0d1938d239 camel-bindy - Make test run faster
     add 6012767a65d chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager-bom (#16206)
     add 8d77d479d5b chore(deps): Bump 
org.apache.httpcomponents.client5:httpclient5 (#16217)
     add cb157f0d11f chore(deps): Bump io.smallrye:smallrye-fault-tolerance 
(#16213)
     add c6679e8cf81 chore(deps): Bump org.apache.kafka:kafka-clients from 
3.8.0 to 3.9.0

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   (58504375197)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.kafka-kafka-clients-3.9.0 (c6679e8cf81)

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:
 .../fixed/link/BindyRaceConditionLinkTest.java     |   6 +-
 .../component/etcd3/AggregateEtcd3ManualTest.java  |   2 +
 .../apache/camel/component/plc4x/ManualTest.java   |   2 +
 .../model/language/NamespaceAwareExpression.java   |   5 +
 core/camel-xml-io/pom.xml                          |  11 ++
 .../java/org/apache/camel/xml/in/BaseParser.java   |  20 ++-
 .../java/org/apache/camel/xml/out/BaseWriter.java  |  10 +-
 .../org/apache/camel/xml/out/ModelWriterTest.java  | 171 +++++++++++++++++++++
 .../src/test/resources/beansWithFactoryMethod.xml  |   1 +
 .../src/test/resources/resequencerStream.xml       |   2 +-
 .../test/resources/routeXPathAndXmlNamespaces.xml  |  43 ++++++
 .../src/test/resources/routingSlip.xml             |   2 +-
 .../src/test/resources/routingSlipHeaderSet.xml    |   2 +-
 core/camel-yaml-io/pom.xml                         |  10 ++
 .../org/apache/camel/yaml/out/ModelWriter.java     |   2 +-
 .../java/org/apache/camel/yaml/io/YamlWriter.java  |  38 ++++-
 .../apache/camel/yaml/out/XPathNamespacesTest.java | 118 ++++++++++++++
 parent/pom.xml                                     |  20 +--
 .../src/main/resources/velocity/model-writer.vm    |   3 +-
 19 files changed, 441 insertions(+), 27 deletions(-)
 create mode 100644 
core/camel-xml-io/src/test/resources/routeXPathAndXmlNamespaces.xml
 create mode 100644 
core/camel-yaml-io/src/test/java/org/apache/camel/yaml/out/XPathNamespacesTest.java

Reply via email to