On Wed, 3 Jan 2024 19:31:16 GMT, Joe Wang <jo...@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.
This pull request has now been integrated. Changeset: 755722ce Author: Joe Wang <jo...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/755722ced60a686799c7f419feae61c04ce41f09 Stats: 144 lines in 3 files changed: 140 ins; 0 del; 4 mod 8322214: Return value of XMLInputFactory.getProperty() changed from boolean to String in JDK 22 early access builds Reviewed-by: lancea ------------- PR: https://git.openjdk.org/jdk/pull/17252