You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2026. It is now read-only.
Chameleon does not currently support Java 9 modules.
Suggested solution
As Chameleon requires Java 11, I think it would be beneficial if we added support for Java 9 modules.
This would mostly just be adding a module-info.java file to each module that declares the exports and dependencies of the module.
Currently, https://github.com/KyoriPowered/adventure does not appear to support Java 9 modules, and instead has "automatic modules" - however it would be nice if we could maybe upstream support to adventure as well.
Confirmation
Problem
Chameleon does not currently support Java 9 modules.
Suggested solution
As Chameleon requires Java 11, I think it would be beneficial if we added support for Java 9 modules.
This would mostly just be adding a
module-info.javafile to each module that declares the exports and dependencies of the module.Currently, https://github.com/KyoriPowered/adventure does not appear to support Java 9 modules, and instead has "automatic modules" - however it would be nice if we could maybe upstream support to adventure as well.
Additional information
No response