Re: CDI integration - decision
Sebastian Daschner
Hi Pavel, Totally understandable. However, let me raise an issue that is related to the CDI topic -- I think the whole CDI integration contains several, different concerns at once: For developers it would be very helpful to @Inject JAX-RS managed objects -- mainly UriInfo -- into other (CDI) managed beans. We stumbled across this several times and I think it is an easy thing to require in the spec, something like: If the container supports JAX-RS and CDI/JSR 330, then UriInfo (maybe among others) must be injectable with an appropriate scope (here request scoped I guess). Wouldn't involve any other changes in the API. WDYT? Cheers,
On 06/08/2017 12:21 AM, Pavel Bucek
wrote:
|
|