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 support for "Full Profile" #41

Closed
keilw opened this issue Apr 19, 2017 · 2 comments
Closed

Java 9 support for "Full Profile" #41

keilw opened this issue Apr 19, 2017 · 2 comments
Assignees
Milestone

Comments

@keilw
Copy link
Member

keilw commented Apr 19, 2017

Loosely following patterns by JSR 374 (https://github.com/json-p/api-ri/blob/master/api/src/main/jdk9/module-info.java and profiles in https://github.com/json-p/api-ri/blob/master/pom.xml) we should add a module (based on JSR 374 it would be "java.measure") and module-info for Java 9 builds.
Effectively releasing such build or any additional Java 9/Jigsaw support will require a MR1 of JSR 363.

@keilw keilw added the task label Apr 19, 2017
@keilw keilw added this to the MR1 milestone Apr 19, 2017
@keilw
Copy link
Member Author

keilw commented May 3, 2017

JEP http://openjdk.java.net/jeps/200 states that:

  1. Standard modules, whose specifications are governed by the JCP, must have names starting with the string "java.".

So the module name should be java.measure for the Full JSR 363 module.

@desruisseaux
Copy link
Contributor

Added a pull request for partial support (not yet fully working because of changes needed in maven-compiler-plugin and other Maven plugins): #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants