[jdk8u-dev] Integrated: 8129572: Cleanup usage of getResourceAsStream in jaxp
Alex Kasko
akasko at openjdk.java.net
Tue Mar 22 19:43:43 UTC 2022
On Wed, 9 Mar 2022 21:11:48 GMT, Alex Kasko <akasko at openjdk.org> wrote:
> Please review a backport of a JAXP cleanup.
>
> Original commit [17b47acf5b3d](https://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/17b47acf5b3d) in jdk9.
>
> Commit [4ebbfc9](https://github.com/openjdk/jdk11u-dev/commit/4ebbfc918f558e73c05f471cfd3ab2b11dcf5a75) in jdk11u-dev.
>
> This cleanup should allow to backport other JAXP changes (like [JDK-8163121](https://bugs.openjdk.java.net/browse/JDK-8163121)) easier.
>
> All code changes apply cleanly (with reshuffled paths) except [LSSerializerTest.java](https://github.com/openjdk/jdk11u-dev/blob/4ebbfc918f558e73c05f471cfd3ab2b11dcf5a75/jaxp/test/javax/xml/jaxp/unittest/org/w3c/dom/ls/LSSerializerTest.java) that was excluded. LSSerializerTest.java is not present in 8u, it was added with JDK-8043084 (not public, jdk9 commit [29ba77ad2a87](https://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/29ba77ad2a87)).
>
> Testing:
>
> - [x] jtreg:javax/xml/jaxp
> - [x] jck:api/javax_xml
This pull request has now been integrated.
Changeset: bb69732e
Author: Alex Kasko <akasko at openjdk.org>
URL: https://git.openjdk.java.net/jdk8u-dev/commit/bb69732e30a2f7ba68438787d4820d43787c7244
Stats: 239 lines in 13 files changed: 0 ins; 229 del; 10 mod
8129572: Cleanup usage of getResourceAsStream in jaxp
Reviewed-by: andrew
Backport-of: 4ebbfc918f558e73c05f471cfd3ab2b11dcf5a75
-------------
PR: https://git.openjdk.java.net/jdk8u-dev/pull/4
More information about the jdk8u-dev
mailing list