elastic / elastic/ecs-logging-java

Support for JPMS

Open
#332 0 comments 0 reactions 0 assignees View on GitHub
agent-java community triage
Dominant language
Java
Stars
148
Forks
82
Avg merge
2d 17h
Merged PRs (30d)
3

Description

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

There should be support for JPMS ([Java Platform Module System](https://en.wikipedia.org/wiki/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.