Open hirukawa opened 1 week ago
the January 2025 release will revert to building for 10.12 for all OpenJFX modules with the exception of Webkit. Webkit will be built for 10.15 and will not work on 10.12.
That said, it's unknown for how long we will be able to support a Mac OS X release which is unsupported by Apple. We intend to bump the minimum supported version of Mac OS X some time when the efforts to continue to run on such an outdated version of Mac OS X outweigh the pros.
JavaFX application crashed on macOS Sierra 10.12
My JavaFX application works fine in LibericaJDK 21.0.3 on macOS Sierra 10.12. But, My JavaFX application does not work on LibericaJDK 21.0.4 (and 21.0.5) on macOS Sierra 10.12.
On macOS High Sierra 10.13, the crash is similar, but with more detailed information.
libprism_es2.dylib (which was built for Mac OS X 10.15)
This seems to be because libprism_es2.dylib is built targeting macOS 10.15 from LibericaJDK 21.0.4/21.0.5. Is it possible to build libprism_es2.dylib targeting macOS 10.12, like in LibericaJDK 21.0.3?