On Wed, 2 Jul 2025 11:15:00 GMT, Armin Schrenk <[email protected]> wrote:
> Add support for native ARM64 Windows MSI pacakges to jpackage. > > For some reasoning and more info, check out the ticket on JBS: > https://bugs.openjdk.org/browse/JDK-8361207. @robilad asked me to confirm @infeo's identity via email on August 1st. I replied within an hour. Can you please re-check your emails? src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WixFragmentBuilder.java line 166: > 164: } > 165: } > 166: isn't this enum definition redundant? Why not use `Architecture.current()` in WixPipeline's switch expressions? ------------- PR Comment: https://git.openjdk.org/jdk/pull/26093#issuecomment-3232432146 PR Review Comment: https://git.openjdk.org/jdk/pull/26093#discussion_r2249253253
