Re: Note on Coveralls and JDK9

2017-07-04 Thread Simon Spero
It was failing when I got here officer On Jul 4, 2017 1:46 PM, "Pascal Schumacher" wrote: > Am 04.07.2017 um 16:17 schrieb Simon Spero: > >> It doesn't work. :-) >> >> More specifically, it doesn't work because coveralls is trying to use >> JAXB, >> which is not available by default in JDK9. (

Re: Note on Coveralls and JDK9

2017-07-04 Thread Pascal Schumacher
Am 04.07.2017 um 16:17 schrieb Simon Spero: It doesn't work. :-) More specifically, it doesn't work because coveralls is trying to use JAXB, which is not available by default in JDK9. (It ships. It's just not available without command line arguments.) The coveralls plugin is using JAXB for a

Note on Coveralls and JDK9

2017-07-04 Thread Simon Spero
It doesn't work. :-) More specifically, it doesn't work because coveralls is trying to use JAXB, which is not available by default in JDK9. (It ships. It's just not available without command line arguments.) The coveralls plugin is using JAXB for a single static method, to convert a byte[] dige