-
Bug
-
Resolution: Done
-
Major
-
3.15.2.Final
-
None
If we have a method declared like this:
@GET @Path("/me/operations") public List<String> getUserOperations() throws Exception;
And we have a ParamConverterProvider registered.
We get a NullPointerException in this line:
org.jboss.resteasy.microprofile.client.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:90)
"args" can be null, so we need to check that.
Thanks
- is incorporated by
-
WFLY-16828 [26.x] Upgrade RESTEasy to 4.7.7.Final
- Closed