RFR: 8287971: Throw exception for missing values in .jpackage.xml [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Thu Jun 16 22:22:53 UTC 2022
On Thu, 16 Jun 2022 18:21:02 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
>> - Error will be thrown if app image is generated with another JDK version or has malformed .jpackage.xml.
>> - Re-fixed as Alexey suggested in https://urldefense.com/v3/__https://github.com/openjdk/jdk/pull/9098__;!!ACWV5N9M2RV99hQ!PsH8lvwzF-7qlBJnkrq2yx-aMl9Jf2BJYRPBFzkkyajXchbNnyMFTo8ocZadqzWUvIX4CBbhkaUfap-KlfE929wC1Mk$ .
>
> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
>
> 8287971: Throw exception for missing values in .jpackage.xml [v2]
No need to copy/paste xml authoring code from IOUtils. This API is accessible outside of jpackage. Check out https://urldefense.com/v3/__https://github.com/openjdk/jdk/blob/739769c8fc4b496f08a92225a12d07414537b6c0/test/jdk/tools/jpackage/windows/WinScriptTest.java*L151__;Iw!!ACWV5N9M2RV99hQ!PsH8lvwzF-7qlBJnkrq2yx-aMl9Jf2BJYRPBFzkkyajXchbNnyMFTo8ocZadqzWUvIX4CBbhkaUfap-KlfE9P1yKXnI$
-------------
Changes requested by asemenyuk (Reviewer).
PR: https://git.openjdk.org/jdk19/pull/9
More information about the core-libs-dev
mailing list