[jdk24] Integrated: 8346739: jpackage tests failed after JDK-8345259

2025-01-09 Thread Severin Gehwolf
On Wed, 8 Jan 2025 15:08:31 GMT, Severin Gehwolf wrote: > Clean backport of a test follow-up for #22849 targeting JDK 24. Please > review! Thanks in advance. This pull request has now been integrated. Changeset: c033806b Author:Severin Gehwolf URL: https://git.openjdk.org/jdk/commi

Integrated: 8346739: jpackage tests failed after JDK-8345259

2024-12-20 Thread Mandy Chung
On Fri, 20 Dec 2024 19:02:38 GMT, Mandy Chung wrote: > A few jpackage tests invoke `jlink --add-modules ALL-MODULE-PATH` without > `--module-path` and they now fail because of JDK-8345259 which requires > `--module-path` to be set when `ALL-MODULE-PATH` is used. The fix is to add > `--add-mod