-
Bug
-
Resolution: Done
-
Major
-
8.0.0.CR1, 16.0.0.Beta1
-
None
It seems that wildfly is now treating all jax-rs Providers and Resources as CDI Beans. This is probably fine most of the time, but there are some Provider classes that cause UnproxyableResolutionException (WELD-001437) errors, due to the fact that resteasy-cdi attempts to get bean reference whose type is identical to the bean class.
See the forum link for a specific instance of this.
- blocks
-
RESTEASY-1015 ResteasyCdiExtension is adding CDI scopes to classes that should not be CDI beans
- Resolved
-
RESTEASY-2315 ResteasyCdiExtension is adding CDI scopes to classes that should not be CDI beans, Part II
- Resolved
- is related to
-
WFLY-2752 Using an injected UriInfo object by the JAX-RS runtime environment does not work
- Closed
- relates to
-
WFLY-11680 jax-rs and CDI: FormParam in BeanParam is not injected
- Closed
-
WFLY-16545 Assign Jakarta REST annotations to be bean defining annotations
- Pull Request Sent