Skip to content

JNA: Update to 5.13.0 for ARM compatibility

Marvin Häuser requested to merge jna_update into master

Currently, terminal support is broken on macOS and Linux on AARCH64, because JNA 3.3.0 does not support this architecture. Update the library to the latest version, which supports AARCH64 and enables terminal support.

Tested to enable terminal support on AARCH64 macOS with JDK 21 and Linux with JDK 11. Tested on AARCH64 Windows with JDK 21 to not cause regressions (terminal support is equally broken before and after the change).

Merge request reports