-
Bug
-
Resolution: Done
-
Major
-
3.0.8.Final
-
None
If a method returns a List of objects annotated with @XmlJavaTypeAdapter, it throws an exception because a MessageBodyReader may not be found.
Root cause seems to be the CollectionPrivider.isWrapped method, which does not check the presence of @XmlJavaTypeAdapter annotation on the wrapped type.