The JAX-RS spec mandates a certain number of providers by default. I'm noticing that when these providers are added, they're added without any priority. Andy mentioned to me that they should be added with the priority of USER + 1, but the actual resolved priority I'm seeing is USER.
Granted, this is within the proxy client code base. Is this problem going to exist as well in the regular clients? As well as server? If so, should we annotate them with USER + 1 to avoid the issue? John
