Its basically simple: - Add module-info.java files. - Use JDK9 for building. - First run maven-compiler with a Java9 target for ALL source files. - Second run maven-compiler with Java8 target, exluding the not compilable module-info.java
As a result you get Java 8 compatible class files, with a Java 9 module-info.class (ignored by Java 8). So basically quite simple... J Anatole Am Do., 10. Mai 2018 um 00:53 Uhr schrieb Oliver B. Fischer < [email protected]>: > I will spend today some time to understand you Anatole did it for Java > Money. > > Oliver > > Am 07.05.18 um 22:02 schrieb P. Ottlinger: > > Hi *, > > > > Am 06.05.2018 um 18:54 schrieb Anatole Tresch: > >> Maybe I didnt get the point. We talk about full module support. The JSR > >> branch I would release when the JSRs EDR is out... > > > > Thanks for clearing the order of work ... > > > > @Oliver, go ahead and create a ticket :-) Nice that you are back. > > > > Cheers, > > Phil > > > -- *Anatole Tresch* PPMC Member Apache Tamaya JCP Star Spec Lead *Switzerland, Europe Zurich, GMT+1* *maketechsimple.wordpress.com <http://maketechsimple.wordpress.com/> * *Twitter: @atsticks, @tamayaconf* *Speaking at:* [image: JSD_Speaker_2017][image: J-Con 2017 logo][image: JVM Con]
