From 6d02f941a2283d970fbbf9cd3642c7c504978f96 Mon Sep 17 00:00:00 2001 From: jukin-jerry Date: Tue, 1 Aug 2017 00:30:38 -0700 Subject: [PATCH] grails-core-10715: not a grails-core bug but instead in the plugin; https://github.com/grails/grails-core/issues/10715#issuecomment-317304931 --- .../grails/melody/plugin/MelodyInterceptorEnhancer.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/groovy/grails/melody/plugin/MelodyInterceptorEnhancer.groovy b/src/main/groovy/grails/melody/plugin/MelodyInterceptorEnhancer.groovy index 8ec63aa..8dc884d 100644 --- a/src/main/groovy/grails/melody/plugin/MelodyInterceptorEnhancer.groovy +++ b/src/main/groovy/grails/melody/plugin/MelodyInterceptorEnhancer.groovy @@ -28,9 +28,6 @@ class MelodyInterceptorEnhancer { return } - //Enable groovy meta programming - ExpandoMetaClass.enableGlobally() - grailsApplication.serviceClasses.each { serviceArtifactClass -> def serviceClass = serviceArtifactClass.getClazz()