Branch: refs/heads/3.10
Home:
https://github.com/resteasy/Resteasy
Commit: cdce8c0707376a5fe06e0a18a137136cd0d43440
https://github.com/resteasy/Resteasy/commit/cdce8c0707376a5fe06e0a18a1371...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientExtension.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyRedeployTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/RestClientProxyRedeployRemoteService.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/RestClientProxyRedeployResource.java
Log Message:
-----------
[RESTEASY-2386] In RestClientExtension, make proxyTypes non static. (#2199)
[RESTEASY-2386] Close Clients.