ConfigJSR icon indicating copy to clipboard operation
ConfigJSR copied to clipboard

Java 9 module support

Open jmesnil opened this issue 7 years ago • 3 comments

We should add support for Java 9 module for the Config API.

I propose we use the javax.config name for the module.

jmesnil avatar Jan 24 '18 10:01 jmesnil

In this case, we have to create two versions of RIs.

And I'm not clear the independent implementations must support module to pass TCK.

kazumura avatar Jan 24 '18 11:01 kazumura

@tomas-langer can you take over? txs!

struberg avatar May 24 '18 15:05 struberg

PR added. Using javax.config as the module name. Configuration added as Automatic-Module-Name, as the current source & target are 1.8 and not sure whether we use java9 or later for compilation. Once modules are embraced, a full module-info.java should be introduced.

tomas-langer avatar May 29 '18 11:05 tomas-langer