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 single static method, to convert a
byte[] digest into a hex string.  That's such a common form of encoding -
if only there was some sort of library to do that.

🤔

PR submitted.

Pull request build failed ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to