]
Alessio Soldano resolved JBEE-169.
----------------------------------
Resolution: Done
Done, included in release 1.0.1.Beta1.
Use JBoss Modules to load RESTEasy implementations of
javax.ws.rs.ext.RuntimeDelegate and javax.ws.rs.client.ClientBuilder
--------------------------------------------------------------------------------------------------------------------------
Key: JBEE-169
URL:
https://issues.jboss.org/browse/JBEE-169
Project: JBoss JavaEE Spec APIs
Issue Type: Enhancement
Components: jboss-jaxrs-api
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Currently jboss-jaxrs-api_2.0_spec has a modified RESTEasy value for the default
implementation of javax.ws.rs.ext.RuntimeDelegate. It should likely keep the default
Jersey / JDK values and load JBoss/RESTEasy implementations of both
javax.ws.rs.ext.RuntimeDelegate and javax.ws.rs.client.ClientBuilder using JBoss Modules
when running in-container. This is basically what the jaxws-api already does for the
javax.xml.ws.spi.Provider.