gnodet opened a new pull request, #26331: URL: https://github.com/apache/camel/pull/26331
Follow-up to #25165, as pointed out by @graben. When a custom `TransformerFactory` class is configured via `transformerFactoryClass`, it may not support the JDK-specific `jdk.xml.xpathTotalOpLimit` attribute and will throw `IllegalArgumentException`. `XsltSaxonEndpoint` already wraps the `setAttribute` call in a try-catch for exactly this reason — this PR applies the same defensive pattern to `XsltEndpoint`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
