Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Java 9 modules #343

Open
1 task done
joshuasing opened this issue Dec 6, 2023 · 0 comments
Open
1 task done

Add support for Java 9 modules #343

joshuasing opened this issue Dec 6, 2023 · 0 comments
Assignees
Labels
type: enhancement This is a feature request or a pull request that adds a feature

Comments

@joshuasing
Copy link
Member

Confirmation

  • I have checked for similar issues.

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.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.

Additional information

No response

@joshuasing joshuasing added type: enhancement This is a feature request or a pull request that adds a feature status: triage This issue is awaiting review labels Dec 6, 2023
@joshuasing joshuasing removed the status: triage This issue is awaiting review label Dec 18, 2023
@joshuasing joshuasing self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement This is a feature request or a pull request that adds a feature
Projects
None yet
Development

No branches or pull requests

1 participant