eclipse / microprofile-config

MicroProfile Configuration Feature
Apache License 2.0
213 stars 115 forks source link

microprofile config is not a jpms module #768

Open agentgt opened 1 year ago

agentgt commented 1 year ago

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.

Emily-Jiang commented 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.

lucaguada commented 11 months ago

For the sake of curiosity, any update on this? thanks!

Emily-Jiang commented 10 months ago

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.