We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
JEP http://openjdk.java.net/jeps/200 states that:
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.
java.measure
Sorry, something went wrong.
Added a pull request for partial support (not yet fully working because of changes needed in maven-compiler-plugin and other Maven plugins): #51
maven-compiler-plugin
desruisseaux
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: