Skip to content

Support for JPMS #332

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

Open
OpenHelios opened this issue May 27, 2025 · 0 comments
Open

Support for JPMS #332

OpenHelios opened this issue May 27, 2025 · 0 comments
Labels
agent-java community Issues and PRs created by the community triage Issues and PRs that need to be triaged

Comments

@OpenHelios
Copy link

OpenHelios commented May 27, 2025

Currently: module-info.java does not exist
Expected: module-info.java exists.

There should be support for JPMS (Java Platform Module System), which is released with Java 9. This will help to avoid compile warnings like
[WARNING] * Required filename-based automodules detected: [logback-ecs-encoder-1.7.0.jar, ecs-logging-core-1.7.0.jar]. Please don't publish this project to a public artifact repository!
in case JPMS is used. It could help to be more secure, too.

@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage Issues and PRs that need to be triaged labels May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java community Issues and PRs created by the community triage Issues and PRs that need to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant