Branch: refs/heads/3.7
Home:
https://github.com/resteasy/Resteasy
Commit: c04148212c1de2f0c667958e9f037ec8a051e13b
https://github.com/resteasy/Resteasy/commit/c04148212c1de2f0c667958e9f037...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2019-05-12 (Sun, 12 May 2019)
Changed paths:
M
jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/Types.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/PostConstructInjectionTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/resource/PostConstructInjectionEJBInterceptorResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/resource/PostConstructInjectionResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/injection/PostConstructInjection_beans_cdi_off.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/injection/PostConstructInjection_beans_cdi_on.xml
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/PostConstructInjectionTest.java
Log Message:
-----------
[RESTEASY-2227] With CDI enabled, execute any @PostConstruct (#2018)
methods before validation.
[RESTEASY-2227] Checkstyle corrections