On Mon, 28 Oct 2024 13:27:27 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> Change suffixes produced by `TKit.createUniqueFileName()` function from > `.<NUM>` to `-<NUM>` (e.g.: from `.0` to `-0`). > Apple's `codesign` tool can't sign directories with periods in their names as > it interprets them as bundles. Directories produced by > `TKit.createUniqueFileName()` may end up in an app image and become a subject > for signing if used with `--app-content` jpackage parameter This pull request has now been integrated. Changeset: ceaa71e7 Author: Alexey Semenyuk <asemen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/ceaa71e73100072b73e8bb8ec57259510e92f1c5 Stats: 102 lines in 2 files changed: 73 ins; 12 del; 17 mod 8342576: [macos] AppContentTest still fails after JDK-8341443 for same reason on older macOS versions Co-authored-by: Alexander Matveev <almat...@openjdk.org> Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/21741