On Thu, 11 Jan 2024 18:36:39 GMT, Joe Wang <[email protected]> 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 <[email protected]> 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
