Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move XML parsing into its own Standard.XML module #10325

Open
JaroslavTulach opened this issue Jun 20, 2024 · 0 comments
Open

Move XML parsing into its own Standard.XML module #10325

JaroslavTulach opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
-compiler -libs Libraries: New libraries to be implemented x-chore Type: chore

Comments

@JaroslavTulach
Copy link
Member

XML specification and XML support in JDK is quite bloated. Moreover it is even packaged in its own Java module - it is not part of java.base.

We should move the XML support out of Standard.Base library in order to not force people to include JDK's java.xml module.

Originally posted by @JaroslavTulach in #10296 (comment)

When at it, please: refactor the polyglot java import of XML classes. Rather than importing org.w3c.dom interfaces, import "only" own wrapper XML_Utils with static methods.

@JaroslavTulach JaroslavTulach added the -libs Libraries: New libraries to be implemented label Jun 20, 2024
@jdunkerley jdunkerley moved this from ❓New to 📤 Backlog in Issues Board Jun 25, 2024
@jdunkerley jdunkerley moved this from 📤 Backlog to ❓New in Issues Board Jul 8, 2024
@GregoryTravis GregoryTravis self-assigned this Jul 23, 2024
@GregoryTravis GregoryTravis moved this from ❓New to 📤 Backlog in Issues Board Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler -libs Libraries: New libraries to be implemented x-chore Type: chore
Projects
Status: 📤 Backlog
Development

No branches or pull requests

4 participants