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/10/06 17:47:01 UTC

[camel] branch regen_bot updated (a21bfab -> b762d5a)

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 a21bfab  Fixed CS
     add e6a5226  CAMEL-15643: camel-xpath - Add option to pre-compile xpath expression
     add b762d5a  Regen for commit e6a5226f5428dfd0f7b8fc28ef5855e5b081c343

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/xpath-language.adoc  |  3 +-
 .../org/apache/camel/catalog/languages/xpath.json  |  1 +
 .../org/apache/camel/catalog/models/xpath.json     |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 12 ++++++
 .../org/apache/camel/language/xpath/xpath.json     |  1 +
 .../camel-xpath/src/main/docs/xpath-language.adoc  |  3 +-
 .../apache/camel/language/xpath/XPathBuilder.java  | 43 ++++++++++++++++++----
 .../apache/camel/language/xpath/XPathLanguage.java | 17 +++++++++
 .../org/apache/camel/model/language/xpath.json     |  1 +
 .../camel/model/language/XPathExpression.java      | 19 ++++++++++
 .../reifier/language/XPathExpressionReifier.java   |  3 +-
 .../org/apache/camel/builder/xml/XPathTest.java    |  4 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../modules/languages/pages/xpath-language.adoc    |  3 +-
 14 files changed, 98 insertions(+), 14 deletions(-)