Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 9 module support #48

Open
jmesnil opened this issue Jan 24, 2018 · 3 comments
Open

Java 9 module support #48

jmesnil opened this issue Jan 24, 2018 · 3 comments
Milestone

Comments

@jmesnil
Copy link
Contributor

jmesnil commented Jan 24, 2018

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

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

@kazumura
Copy link

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.

jeanouii pushed a commit to jeanouii/ConfigJSR that referenced this issue Mar 8, 2018
@struberg struberg added this to the EDR-1 milestone May 24, 2018
@struberg
Copy link
Contributor

@tomas-langer can you take over? txs!

tomas-langer added a commit to tomas-langer/ConfigJSR that referenced this issue May 29, 2018
Using Automatic-Module-Name in MANIFEST.MF

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer
Copy link
Contributor

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.

Emily-Jiang added a commit that referenced this issue Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants