Skip to content

Improve XMLUtil and usage#9488

Draft
mbien wants to merge 2 commits into
apache:masterfrom
mbien:explicit-sp
Draft

Improve XMLUtil and usage#9488
mbien wants to merge 2 commits into
apache:masterfrom
mbien:explicit-sp

Conversation

@mbien

@mbien mbien commented Jul 6, 2026

Copy link
Copy Markdown
Member

No description provided.

mbien added 2 commits July 6, 2026 14:44
The parse methods will leave it at its default value since setting it
to true by default would break compatibility.

'getDOMImplementation()' and 'normalize()' will now set it to true.

note:

It is a 3-state boolean with JDK (11+) default set to true. Setting it
to true again however, enables additional checks since the JDK impl
tracks if it has been set explicitly by the application.

That is also why passing false as parameter to the new methods will
leave it at its default value instead of turning it completely off.
@mbien mbien added ci:all-tests [ci] enable all tests Code cleanup Label for cleanup done on the Netbeans IDE labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:all-tests [ci] enable all tests Code cleanup Label for cleanup done on the Netbeans IDE

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant