GitHub user pvdbosch opened a pull request:
https://github.com/apache/camel/pull/2457
CAMEL-12714 - support handlers in cxf payload mode without SEI
Support JAX-WS handlers for cxf endpoint in payload mode with a WSDL
specified and without service class by using a JaxWsEndpointImpl
GitHub user pvdbosch opened a pull request:
https://github.com/apache/camel/pull/2456
CAMEL-12713 - XsltUriResolver fix: relative imports can ignore URI scheme
fix for CAMEL-12713
FileUtil.compactPath() is used to calculate the relative URI, but this call
ignores the
GitHub user pvdbosch opened a pull request:
https://github.com/apache/camel/pull/2440
fix xslt nested relative refs
If an XSLT A includes XSLT B which includes XSLT C using relative
references, XSLT C is resolved relative to A instead of B.
An example is added in unit test