[ 
https://issues.apache.org/jira/browse/HADOOP-14269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953189#comment-15953189
 ] 

Steve Loughran commented on HADOOP-14269:
-----------------------------------------

Maven seems [to cover this 
|https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.html]

We can compile the main code as Java 8, while adding in the module-info classes 
with java9c. This will let us add modularity data to a build which still runs 
in a Java 8 JVM. Nice

> Create module-info.java for each module
> ---------------------------------------
>
>                 Key: HADOOP-14269
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14269
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Akira Ajisaka
>
> module-info.java is required for JDK9 Jigsaw feature.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to