On Thu, 11 Jan 2024 22:56:38 GMT, Joe Wang wrote:
> Backport to fix the regression introduced in JDK 22.
Verified changes same as those in main-line.
-
Marked as reviewed by iris (Reviewer).
PR Review: https://git.openjdk.org/jdk22/pull/63#pullrequestreview-1817021441
On Thu, 11 Jan 2024 22:56:38 GMT, Joe Wang wrote:
> Backport to fix the regression introduced in JDK 22.
Marked as reviewed by naoto (Reviewer).
-
PR Review: https://git.openjdk.org/jdk22/pull/63#pullrequestreview-1817006707
Backport to fix the regression introduced in JDK 22.
-
Commit messages:
- Backport e4389d8dc224419b8c1ee08e9f2dea0f103c6845
Changes: https://git.openjdk.org/jdk22/pull/63/files
Webrev: https://webrevs.openjdk.org/?repo=jdk22&pr=63&range=00
Issue: https://bugs.openjdk.org/browse/J
> Fix a regression in the source resolution process where it failed to
> recognize a custom InputSource when both the public and system IDs are null.
> The particular issue is fixed at line 1233, the rest of the changes is
> formatting to make the null-check on InputSource the first.
>
> Test i
On Thu, 11 Jan 2024 20:35:33 GMT, Naoto Sato wrote:
> LGTM. If the file was modified this year, put 2024 in the header
Copyright year fixed. Thanks.
-
PR Comment: https://git.openjdk.org/jdk/pull/17377#issuecomment-1887951201
On Thu, 11 Jan 2024 18:36:39 GMT, Joe Wang wrote:
> Fix a regression in the source resolution process where it failed to
> recognize a custom InputSource when both the public and system IDs are null.
> The particular issue is fixed at line 1233, the rest of the changes is
> formatting to make
On Thu, 11 Jan 2024 18:36:39 GMT, Joe Wang wrote:
> Fix a regression in the source resolution process where it failed to
> recognize a custom InputSource when both the public and system IDs are null.
> The particular issue is fixed at line 1233, the rest of the changes is
> formatting to make
Fix a regression in the source resolution process where it failed to recognize
a custom InputSource when both the public and system IDs are null. The
particular issue is fixed at line 1233, the rest of the changes is formatting
to make the null-check on InputSource the first.
Test is provided b