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 convention plugin for classpath-based applications #53

Open
jjohannes opened this issue Dec 20, 2024 · 0 comments
Open

Add convention plugin for classpath-based applications #53

jjohannes opened this issue Dec 20, 2024 · 0 comments
Assignees
Milestone

Comments

@jjohannes
Copy link
Contributor

As many projects as possible should use the Java Module System (Module Path) for compilation and runtime.
However, there are example/tool projects where this is very hard to achieve because they pull in another framework that is not ready for the Modules System (e.g. Spring, Google Cloud Platform).

It would be good to have a standard setup for those (sub)projects that allows them to use the classpath while still having all the checks, including dependency analysis, in place.

Currently affected projects:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant