Re: [jdk22] RFR: 8322214: Return value of XMLInputFactory.getProperty() changed from boolean to String in JDK 22 early access builds

2024-01-04 Thread Iris Clark
On Thu, 4 Jan 2024 19:09:34 GMT, Joe Wang wrote: > backport of PR: https://github.com/openjdk/jdk/pull/17252 Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk22/pull/32#pullrequestreview-1804849821

Re: [jdk22] RFR: 8322214: Return value of XMLInputFactory.getProperty() changed from boolean to String in JDK 22 early access builds

2024-01-04 Thread Naoto Sato
On Thu, 4 Jan 2024 19:09:34 GMT, Joe Wang wrote: > backport of PR: https://github.com/openjdk/jdk/pull/17252 Marked as reviewed by naoto (Reviewer). - PR Review: https://git.openjdk.org/jdk22/pull/32#pullrequestreview-1804842674

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

2024-01-04 Thread Joe Wang
backport of PR: https://github.com/openjdk/jdk/pull/17252 - Commit messages: - Backport 755722ced60a686799c7f419feae61c04ce41f09 Changes: https://git.openjdk.org/jdk22/pull/32/files Webrev: https://webrevs.openjdk.org/?repo=jdk22=32=00 Issue:

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

2024-01-03 Thread Lance Andersen
On Wed, 3 Jan 2024 19:31:16 GMT, Joe Wang 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 >

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

2024-01-03 Thread Joe Wang
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