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.