Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 4633f666dc2b11081fa26608a4bcf66ce76acd33
https://github.com/resteasy/Resteasy/commit/4633f666dc2b11081fa26608a4bcf...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2019-06-21 (Fri, 21 Jun 2019)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletDispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletContainerDispatcher.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/MicroProfileConfigUseGlobalTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalApplication1.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalApplication2.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/microprofile/config/web_use_global.xml
Log Message:
-----------
[RESTEASY-2266] Fix storage of ServletConfig when useGlobal applies.