Branch: refs/heads/3.11
Home:
https://github.com/resteasy/Resteasy
Commit: 6733e2d388807d12e0d4b9abdea25da78eb75520
https://github.com/resteasy/Resteasy/commit/6733e2d388807d12e0d4b9abdea25...
Author: James Perkins <jperkins(a)redhat.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/ProxyInvocationHandler.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/i18n/Messages.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/webtarget/PathParamProcessor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloClient.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
Log Message:
-----------
[RESTEASY-2550] Skip null parameters being processed by ParamConverter's. Also throw
an NPE if a parameter annotated with @PathParam it not allowed.
https://issues.redhat.com/browse/RESTEASY-2550