eclipse / microprofile-health

microprofile-health
Apache License 2.0
106 stars 61 forks source link

Add Automatic-Module-Name #322

Open hendrikebbers opened 1 year ago

hendrikebbers commented 1 year ago

The java modules does have a module-info.java or provide an "Automatic-Module-Name" (in MANIFEST.MF). At least the info to the manifest should be added to provide compatibility in modern projects. More details: http://branchandbound.net/blog/java/2017/12/automatic-module-name/

hendrikebbers commented 1 year ago

@heiko-braun @antoinesd Should I create a PR for this issue?