Integrated: 8322214: Return value of XMLInputFactory.getProperty() changed from boolean to String in JDK 22 early access builds

Joe Wang joehw at openjdk.org
Thu Jan 4 05:07:27 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.

This pull request has now been integrated.

Changeset: 755722ce
Author:    Joe Wang <joehw at 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


More information about the core-libs-dev mailing list