Branch: refs/heads/3.12
Home:
https://github.com/resteasy/Resteasy
Commit: 2acfdba27b407f1e271ff2e8ac4b9016b3e4f8ba
https://github.com/resteasy/Resteasy/commit/2acfdba27b407f1e271ff2e8ac4b9...
Author: James Perkins <jperkins(a)redhat.com>
Date: 2020-05-04 (Mon, 04 May 2020)
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