-
Feature Request
-
Resolution: Done
-
Major
-
3.9.1.Final
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
-
Low
Currently, RESTEasy 3.x (targeted to Wildfly) uses servlet context-params to obtain configuration information. In RESTEasy 4.x, we have updated configuration to access all standard MicroProfile Config sources. Also, we have added three additional ConfigSources:
- servlet init-params (ordinal 60)
- filter init-params (ordinal 50)
- servlet context-params (ordinal 40)
In this feature request, we propose to port the relevant changes from RESTEasy 4.x to RESTEasy 3.x.
- incorporates
-
RESTEASY-1312 Document resteasy.servlet.mapping.prefix as init-param
- Closed
- is cloned by
-
WFLY-12779 Incorporate MicroProfile Config in RESTEasy
- Closed
- relates to
-
RESTEASY-2915 Disable some MicroProfile tests with prepared MicroProfileDependent category
- Resolved