On Mon, 16 May 2022 21:21:28 GMT, Joe Wang <jo...@openjdk.org> wrote:
>> Update to Xerces 2.12.2. >> >> The update also fixes JDK-8144117. Added a test. >> >> Tests: local XML tests passed. Tier2 passed. Two JCK tests failed with this >> update. See related issue report. > > Thanks Lance. > > Yes, I've notified the JCK team, will wait till they've resolved the issue > (or at least put them in the known list). Meanwhile, just want to get the > patch reviewed. @JoeWang-Java https://github.com/openjdk/jdk/pull/8732/files#diff-559485fb84e5da2f5c0db2e967e6522895fb398da4d2eca9bd0f571461585b01R3224-R3235 introduces a bug where `reportSchemaError( "cvc-complex-type.4", new Object[] { element.rawname, currDecl.fName });` may be emitted twice. ------------- PR: https://git.openjdk.org/jdk/pull/8732