ppkarwasz opened a new pull request, #280: URL: https://github.com/apache/commons-bsf/pull/280
> [!WARNING] > This PR was submitted automatically to smoke-test > [Apache Commons Secure XML](https://github.com/apache/commons-xml) > and has not yet been verified by a human. > It will stay a draft until a committer reviews it and marks it ready. Creates the XSLT engine's transformer factory through `org.apache.commons:commons-secure-xml` (1.0.0-SNAPSHOT until its first release), enabling XML secure processing and bounded entity expansion on every transformer it produces. The documented `xslt:styleBaseURI` contract keeps working: the engine installs a URI resolver performing the standard resolution, so stylesheets may still import, include and reference documents relative to the user-supplied base URI — without it, the secure factory's resolver floor would resolve those lookups to empty content. CI and CodeQL run with `-Puse-apache-snapshots` so the SNAPSHOT dependency resolves. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
