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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from a237a242cf4 CAMEL-18310: (bug) Global SSL Context Params Force SSL for 
All HTTP Connections (#8057)
     new f772a66f2b3 CAMEL-18297: Languages with namespace support should be 
exposed in model
     new e1ba2c99d4a Flaky test
     new 6c3135840a2 Upgrade to vertx 4.3.2
     new a03e80af421 CAMEL-18297: Languages with namespace support should be 
exposed in model

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../org/apache/camel/catalog/languages/xpath.json  |  1 +
 .../org/apache/camel/catalog/languages/xquery.json |  1 +
 .../apache/camel/catalog/languages/xtokenize.json  |  1 +
 .../org/apache/camel/catalog/models/xpath.json     |  1 +
 .../org/apache/camel/catalog/models/xquery.json    |  1 +
 .../org/apache/camel/catalog/models/xtokenize.json |  1 +
 .../org/apache/camel/language/xquery/xquery.json   |  1 +
 .../org/apache/camel/language/xpath/xpath.json     |  1 +
 .../org/apache/camel/model/language/xpath.json     |  1 +
 .../org/apache/camel/model/language/xquery.json    |  1 +
 .../org/apache/camel/model/language/xtokenize.json |  1 +
 .../model/language/NamespaceAwareExpression.java   | 34 ++++++++++-
 .../DefaultAsyncProcessorAwaitManagerTest.java     |  2 +
 .../java/org/apache/camel/xml/in/ModelParser.java  | 15 ++++-
 .../camel/language/xtokenizer/xtokenize.json       |  1 +
 .../dsl/yaml/deserializers/ModelDeserializers.java | 18 ++++++
 .../generated/resources/schema/camel-yaml-dsl.json | 18 ++++++
 .../generated/resources/schema/camelYamlDsl.json   | 18 ++++++
 .../camel/dsl/yaml/XPathNamespaceTest.groovy       | 71 ++++++++++++++++++++++
 parent/pom.xml                                     |  2 +-
 21 files changed, 186 insertions(+), 6 deletions(-)
 create mode 100644 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/XPathNamespaceTest.groovy

Reply via email to