scenery icon indicating copy to clipboard operation
scenery copied to clipboard

JPMS compatibility

Open skalarproduktraum opened this issue 1 year ago • 0 comments

This PR improves compatibility with the JPMS, removing the need for --add-opens VM flags when running with Java 17+.

  • bigvolumeviewer is bumped to 0.3.2 to remove an unnecessary reflection, which led to an illegal access block (see bigdataviewer/bigvolumeviewer-core#19)
  • a module-info.java is added, which includes the jdk.unsupported package, enabling access to Unsafe

skalarproduktraum avatar Sep 20 '23 10:09 skalarproduktraum