Affects: 5.1.5
Having defined a Jaxb2Marshaller with some custom properties to be used with Spring AMQP, I'm trying now to re-use it and to use the JAXB Marshaller/Unmarshaller it can generate directly with a javax.ws.rs.ext.ContextResolver<Marshaller>, but those methods are protected so I can't invoke them directly.
As a temporary workaround, I've used reflection.
Please make them public.