users@jersey.java.net

[Jersey] Re: Jersey on Java 8 Compact Profiles?

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 27 Nov 2015 17:02:45 +0100

JAXB usage has been extracted into a separate module some time ago, so the core Jersey modules should run on CP2. (Note the “should” as I have not tested it.)

Marek

> On 26 Nov 2015, at 10:19, Kai Kreuzer <kai_at_openhab.org> wrote:
>
> Hi all,
>
> I hope this is the right place to ask this question, I could not find any information about this yet:
>
> In what extend is Jersey compatible with Java 8 compact profiles (specifically 1 and 2)?
>
> I see that javax.xml.bind is used at a few places, which requres the full JRE. Is this something only related to WADL generation and can be stripped out if WADL is not required?
>
> Background: I am using Jersey on embedded devices for the IoT, hence compact profile support is very important. It would be great if they were on the radar!
>
> Cheers,
> Kai
>