RFR: 8322214: Return value of XMLInputFactory.getProperty() changed from boolean to String in JDK 22 early access builds
Lance Andersen
lancea at openjdk.org
Wed Jan 3 21:39:22 UTC 2024
On Wed, 3 Jan 2024 19:31:16 GMT, Joe Wang <joehw at openjdk.org> wrote:
> Fix the get (return) operation by using the same method as that used for checking the values of the DTD features during the resolution process.
>
> Note: this patch also addresses the issue reported in https://bugs.openjdk.org/browse/JDK-8322216
>
> Test: new test added covers DTD properties for SAX/DOM/StAX.
> Existing tests passed.
Marked as reviewed by lancea (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17252#pullrequestreview-1803102547
More information about the core-libs-dev
mailing list