RFR: 8371076: jpackage will wrongly overwrite the plist file in the embedded runtime when executed with the "--app-image" option [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Sat Nov 1 02:05:02 UTC 2025
On Sat, 1 Nov 2025 01:05:39 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> Looks like this code will return `true` even if value is `false`
Correct. This code filters the node by its name. If the name is `true` or `false`, it accepts it and pass further, otherwise it returns `false` and the function returns an empty Optional.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28089#discussion_r2483044693
More information about the core-libs-dev
mailing list