Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: d81cd23586c7245429843b90136aa7bdc965d86e
https://github.com/resteasy/Resteasy/commit/d81cd23586c7245429843b90136aa...
Author: Andy McCright <j.andrew.mccright(a)gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/ContextParameterInjector.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ConfigurationBootstrap.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M
resteasy-core/src/test/java/org/jboss/resteasy/core/ContextParameterInjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/contextProxyInterfaces/ContextProxyInterfacesTest.java
Log Message:
-----------
[RESTEASY-2866] Make proxy interface check configurable (#2777)
* [RESTEASY-2866] Make proxy intf check configurable
Signed-off-by: Andy McCright <j.andrew.mccright(a)gmail.com>
* [RESTEASY-2866] Enable switch for integration test
Signed-off-by: Andy McCright <j.andrew.mccright(a)gmail.com>
* Update ResteasyDeploymentImpl.java
Removing contextProxyToImplementAllInterfaces from ResteasyDeploymentImpl.
Co-authored-by: Ron Sigal <rsigal(a)redhat.com>