Open agentgt opened 1 year ago
We discussed the support for JPMS at this week's MicroProfile technical call. We will work out the naming convention of the module names on the MicroProfile overall group and then the individual specs will take action to add module-info.
For the sake of curiosity, any update on this? thanks!
We have not made any conclusion regarding whether to support JPMS as yet. Which runtime do you use for JPMS support? What is your use case? We will discuss whether MP 7.0 should support JPMS in the next MP Technical call.
Describe the bug
microprofile config does not have a
module-info
nor an Automatic-Module-Name in its MANIFEST.MF.Is there a reason? Did I miss something? It even has OSGi. It seems trivial to at the bare minimum add Automatic-Module-Name.
I can submit a PR if desired.