You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/09 16:54:53 UTC

[camel] branch regen_bot updated (3fd3518 -> 0601569)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3fd3518  CAMEL-15833: prevent a concurrent access error on AWS v2 SQS (#4582)
     add 34b6d90  CAMEL-15818: xquery language can now configure a custom saxon configuration instance.
     add 0601569  Regen for commit 34b6d9002b1fc140bec0d0f297a37a868b3750f8

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/xquery-language.adoc |  3 ++-
 .../org/apache/camel/catalog/languages/xquery.json |  1 +
 .../org/apache/camel/catalog/models/xquery.json    |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  9 +++++++
 .../org/apache/camel/language/xquery/xquery.json   |  1 +
 .../camel-saxon/src/main/docs/xquery-language.adoc |  3 ++-
 .../camel/language/xquery/XQueryLanguage.java      | 17 +++++++++++++
 .../SaxonLanguageExtensionFunctionsTest.java}      | 25 ++++++++++++-------
 .../org/apache/camel/model/language/xquery.json    |  1 +
 .../camel/model/language/XQueryExpression.java     | 29 ++++++++++++++++++++++
 .../reifier/language/XQueryExpressionReifier.java  |  5 ++++
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../modules/languages/pages/xquery-language.adoc   |  3 ++-
 13 files changed, 87 insertions(+), 12 deletions(-)
 copy components/{camel-groovy/src/test/java/org/apache/camel/language/groovy/GroovySetFixedHeaderTest.java => camel-saxon/src/test/java/org/apache/camel/component/xslt/extensions/SaxonLanguageExtensionFunctionsTest.java} (60%)