Branch: refs/heads/4.5
Home:
https://github.com/resteasy/Resteasy
Commit: d9793dd096ac66e8c18fef322bd29675fa376ec8
https://github.com/resteasy/Resteasy/commit/d9793dd096ac66e8c18fef322bd29...
Author: James Perkins <jperkins(a)redhat.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M
resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/i18n/Messages.java
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/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