-
Enhancement
-
Resolution: Done
-
Major
-
4.6.0.Final
-
None
-
Undefined
When creating proxies for @Context injection, the proxies only implement the single rawType interface. This can cause problems inside frameworks like Open Liberty where things like the HttpServletRequest instance implement other interfaces for proper operation. It also prevents users from casting their providers to other interfaces.
I should have a fix for this shortly.
- relates to
-
WFLY-14559 Add six new RESTEasy context parameters
- Open