[ https://issues.apache.org/jira/browse/IO-747?focusedWorklogId=651053&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651053 ]
ASF GitHub Bot logged work on IO-747: ------------------------------------- Author: ASF GitHub Bot Created on: 15/Sep/21 12:23 Start Date: 15/Sep/21 12:23 Worklog Time Spent: 10m Work Description: martin-g commented on pull request #268: URL: https://github.com/apache/commons-io/pull/268#issuecomment-919971381 > If so, you can override the property maven.compiler.release with the value "8". Should work fine, as far as I know. @jochenw I don't follow you! There is no mention of `maven.compiler.release` in the parent pom, so there is nothing to override. In this PR I set `<maven.compiler.release>8</maven.compiler.release>` in the JDK 9+ profile. I cannot move it to the common properties because javac 8 will complain that it has not a parameter `--release`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 651053) Time Spent: 3h (was: 2h 50m) > Make commons-io a proper JPMS module > ------------------------------------ > > Key: IO-747 > URL: https://issues.apache.org/jira/browse/IO-747 > Project: Commons IO > Issue Type: Task > Affects Versions: 2.12.0 > Reporter: Martin Tzvetanov Grigorov > Priority: Major > Time Spent: 3h > Remaining Estimate: 0h > > It would be nice if commons-io provides module-info.class for Java 9+ JPMS. > > At the moment the project uses JDK 1.8 for the builds. > To add module-info.java it would have to use JDK 9+ (probably 11) with > -release=8. > An easy way to introduce module-info.java is by using > [Moditect|https://github.com/moditect/moditect#adding-a-module-descriptor-to-the-project-jar] -- This message was sent by Atlassian Jira (v8.3.4#803005)