Re: Java 11 and java.xml.bin, etc.

2018-09-13 Thread Bernd Eckenfels
And in addition to Jörgs Questions, do we also have a canonical representation which replacements are actually preferred in ASL land? Gruss Bernd -- http://bernd.eckenfels.net Von: Jörg Schaible Gesendet: Freitag, September 14, 2018 1:16 AM An: users@maven.apach

Java 11 and java.xml.bin, etc.

2018-09-13 Thread Jörg Schaible
Hi, now with Java 11 not containing several jave.ee modules, what's the best approach for a library that supports still Java 8? I guess profiles based on the current Java version declaring the missing stuff as dependency are a bad idea. Should a library developer add the new dependencies neverthel

How to work java 9 modules with Maven Surefire Plugin?

2018-09-13 Thread Alex Sviridov
Hi all, I want to test my JPMS module using maven surefire plugin (2.22) with junit5. For this I added the following to my pom: ...       org.junit.jupiter    junit-jupiter-engine    5.3.0    test     ...