Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-rc-3
-
None
-
None
-
Patch
Description
Hi,
My implementation needs to install a custom metaclass creation handler. The previous installing code has been removed from groovy.lang.GroovySystem (no ObjectMetaClass instantiation there).
I came up with the solution by having MetaClassRegistryImpl to lookup for CustomMetaClassCreationHandle and try to instantiate it, if failed MetaClassRegistryImpl will use the default MetaClassCreationHandle.