Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2-RC1
-
Component/s: None
-
Labels:None
Description
GrailsOverrideConfigurer extends PropertyOverrideConfigurer which only supports String values. This doesn't make sense in the Grails context because it is sourcing the values from the app config.
I almost have the solution for this, just need a way of dealing with proxied objects. Since most services are transactional proxies, we need to transparently set the property on the underlying service instead of the proxy itself.