Am 14.10.2017 um 14:43 schrieb Benedikt Ritter:
Hi,
Stephen Colebourne has raised a PR on GitHub to add a module-info.java file to
Commons Lang [1]. The build is configured in a way, that the resulting jar will
also work on Java 7 and 8. Since module-info is a Java 9 feature, the build
will only work on Java 9.
I’d like to hear opinions on this change.
Regards,
Benedikt
[1] https://github.com/apache/commons-lang/pull/299
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
If we go for the java 9 option I think we should wait a bit, because
currently there are (at least) two problems:
- the maven-site-plugin does not work on java 9 yet (version 3.7.0 with
the fix has yet to be released)
- the coveralls-maven-plugin does not work on java 9 yet
(https://github.com/trautonen/coveralls-maven-plugin/issues/112 has been
open for months with no feedback, plugin seems abandoned)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org