[
https://issues.apache.org/jira/browse/CAMEL-8830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489107#comment-15489107
]
Edstrom Johan commented on CAMEL-8830:
--------------------------------------
I did some work on this for a customer, I upgraded to Saxon PE 9.7.0.8 - The
main changes after getting Luca's fixes for
XpathBuilder the changes mainly were ;
//dynamicQueryContext.setParameter(parameterPrefix + entry.getKey(),
entry.getValue());
dynamicQueryContext.setParameter(new
StructuredQName(parameterPrefix+entry.getKey(),"",parameterPrefix+entry.getKey()),
new StringValue (entry.getValue().toString()));
For the Saxon component, I have to check with the customer what I can release
but shading the jar also wasn't a big deal and if
we need to I could get a new bundle out in ServiceMix.
> Upgrade to Saxon HE 9.6
> -----------------------
>
> Key: CAMEL-8830
> URL: https://issues.apache.org/jira/browse/CAMEL-8830
> Project: Camel
> Issue Type: Improvement
> Components: camel-saxon
> Affects Versions: 2.15.2
> Reporter: Kartik
> Fix For: 2.18.0
>
>
> Upgrade to Saxon HE 9.6 which uses XQuery 3.0 by default, allowing to use
> powerful new XQuery 3.0 features such as 'group by'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)