-
Bug
-
Resolution: Done
-
Major
-
3.0.13.Final
-
None
Since jaxrs-2.0 specification the way to use generic entities is resolved with javax.ws.rs.core.GenericType and javax.ws.rs.core.GenericEntity included in the specification.
Resteasy still contains its own implementation org.jboss.resteasy.util.GenericType which should be deprecated now, because it is confusing which class to use.
- clones
-
JBEAP-1795 org.jboss.resteasy.util.GenericType should be deprecated
- Closed