You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simon Spero <se...@gmail.com> on 2017/07/04 14:17:55 UTC

Note on Coveralls and JDK9

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.

Re: Note on Coveralls and JDK9

Posted by Simon Spero <se...@gmail.com>.
It was failing when I got here officer

On Jul 4, 2017 1:46 PM, "Pascal Schumacher" <pa...@gmx.net>
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.  (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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: Note on Coveralls and JDK9

Posted by Pascal Schumacher <pa...@gmx.net>.
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org