scenery
scenery copied to clipboard
JPMS compatibility
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 thejdk.unsupported
package, enabling access toUnsafe