Java Platform Module System (JPMS) compatibility #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JPMS requires that all classes are within a package. This is not the case for:
Which prevents luaj from being used as a module:
Tested with AdoptOpenJDK 11.0.7 and luaj 3.0.1
Fixed