Integrated: 8323571: Regression in source resolution process
Joe Wang
joehw at openjdk.org
Thu Jan 11 22:41:33 UTC 2024
On Thu, 11 Jan 2024 18:36:39 GMT, Joe Wang <joehw at openjdk.org> 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 the null-check on InputSource the first.
>
> Test is provided by Marc, thanks Marc! (https://github.com/junit-team/junit5/issues/3594)
>
> XML tests, including the new test, pass with this change.
This pull request has now been integrated.
Changeset: e4389d8d
Author: Joe Wang <joehw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e4389d8dc224419b8c1ee08e9f2dea0f103c6845
Stats: 357 lines in 4 files changed: 339 ins; 0 del; 18 mod
8323571: Regression in source resolution process
Reviewed-by: lancea, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/17377
More information about the core-libs-dev
mailing list