-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
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. |
add javadoc for support Date etc - Issue eclipse#28
@tomas-langer can you take over? txs! |
Using Automatic-Module-Name in MANIFEST.MF Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
PR added. |
We should add support for Java 9 module for the Config API.
I propose we use the
javax.config
name for the module.The text was updated successfully, but these errors were encountered: