users@jersey.java.net

Issue 361

From: Pavel Bucek <Pavel.Bucek_at_Sun.COM>
Date: Tue, 09 Mar 2010 10:01:51 +0100

Hello all,

we have a patch for [1] (xml root element list tag name; we stopped
decapitalizing first character and made sure that declaration from
@XmlRootElement annotation will be used if present) but we are not sure
how to make it available. There are two possibilities:

1) Enable patch through init param. That would mean you will have to set
it in every application config if you want it to be enabled.

2) Enable patch by default, allow disabling it by init param. This is
breaking backwards compatibility so you would have to add init param to
"legacy" applications after upgrade.

Do you have some comments, suggestions, .. ? Any feedback is welcomed.

Regards,

Pavel


[1] https://jersey.dev.java.net/issues/show_bug.cgi?id=361
<https://jersey.dev.java.net/issues/show_bug.cgi?id=361>