Skip to content

Remove StAX from the build. - #500

Merged
pgiffuni merged 2 commits into
apache:trunkfrom
pgiffuni:trunk
Sep 2, 2026
Merged

Remove StAX from the build.#500
pgiffuni merged 2 commits into
apache:trunkfrom
pgiffuni:trunk

Conversation

@pgiffuni

Copy link
Copy Markdown
Contributor

AOO still carries a standalone StAX 1.2.0 source tree even though StAX has been part of Java SE since Java 6 and is in the java.xml module today.

Modern Java exposes them through;

module java.xml
javax.xml.stream
javax.xml.stream.events
javax.xml.stream.util

StaX was a dependency for Saxon, but once the corresponding jar is removed, the build goes on fine. Clean up the Saxon build file while here.

pgiffuni and others added 2 commits August 31, 2026 00:00
AOO still carries a standalone StAX 1.2.0 source tree even though StAX
has been part of Java SE since Java 6 and is in the java.xml module today.

Modern Java exposes them through;

module java.xml
    javax.xml.stream
    javax.xml.stream.events
    javax.xml.stream.util

StaX was a dependency for Saxon, but once the corresponding jar is removed,
the build goes on fine.
@pgiffuni
pgiffuni merged commit 15dca6d into apache:trunk Sep 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant