users@jersey.java.net

[Jersey] Re: Question about Jersey 2.x MessageBodyReaders/Writers priority

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Mon, 8 Jul 2013 13:50:12 +0200

That's just a language issue - what it IMO meant to say is "lower priority number" i.e. "higher priority". Thanks for spotting, I'll fix it asap.

Marek

On Jun 23, 2013, at 7:23 AM, cowwoc <cowwoc_at_bbs.darktech.org> wrote:

> Hi,
>
> According to https://jersey.java.net/documentation/latest/user-guide.html#mig-server-provider-ordering "custom providers have smaller priority than Jersey provided". Shouldn't that be the opposite? Shouldn't we be able to override Jersey's built-in providers by registering custom ones?
>
> Gili