This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from e5adb02 Upgrade Json Schema Validator to version 0.1.25
new 3785c8c CAMEL-12994: Added unit tests
new 8073fde CAMEL-12994: Fixed issue in camel-saxon to skip reservered
namespace prefix according to the XQuery spec.
The 2 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/component/xquery/XQueryBuilder.java | 9 +++++++--
.../saxon/SpringXQueryTransformIssueTest.java} | 21 +++++++++++----------
.../builder/saxon/XQueryTransformIssueTest.java | 20 +++++++++++++-------
.../camel-saxon/src/test/resources/myinput.xml | 9 ++++++++-
.../saxon/SpringXQueryTransformIssueTest.xml} | 7 +++----
5 files changed, 42 insertions(+), 24 deletions(-)
copy
components/{camel-jxpath/src/test/java/org/apache/camel/language/jxpath/SpringJXPathFilterLenientTest.java
=>
camel-saxon/src/test/java/org/apache/camel/builder/saxon/SpringXQueryTransformIssueTest.java}
(70%)
copy
connectors/examples/beverage-component/src/test/java/org/beverage/BeverageTest.java
=>
components/camel-saxon/src/test/java/org/apache/camel/builder/saxon/XQueryTransformIssueTest.java
(66%)
copy camel-core/src/test/data/bar.xml =>
components/camel-saxon/src/test/resources/myinput.xml (88%)
copy
components/{camel-spring/src/test/resources/org/apache/camel/spring/processor/transformWithExpressionContext.xml
=>
camel-saxon/src/test/resources/org/apache/camel/builder/saxon/SpringXQueryTransformIssueTest.xml}
(89%)