Branch: refs/heads/3.15
Home:
https://github.com/resteasy/Resteasy
Commit: cdb1d7770866bbc034b42ba154ce06ed90e0904a
https://github.com/resteasy/Resteasy/commit/cdb1d7770866bbc034b42ba154ce0...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M resteasy-jaxrs/pom.xml
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ResteasyConfig.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/microprofile/config/ResteasyConfigProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/ResteasyConfigResource.java
Log Message:
-----------
[RESTEASY-2805] Remove dependency on MicroProfile Config. (#2675)
[RESTEASY-2805] Added uncommitted file.
[RESTEASY-2805] Various corrections.
[RESTEASY-2805] Restoring deleted ResteasyConfigProvider.
[RESTEASY-2805] Removed ConfigProvider.getConfig() from PrivilegedExceptionAction.
[RESTEASY-2805] In ResteasyConfig, make config not static.