File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
grails-core/src/main/groovy/org/grails/plugins Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -541,12 +541,10 @@ public void doWithRuntimeConfiguration(RuntimeSpringConfiguration springConfig)
541541 BeanBuilder bb = new BeanBuilder (getParentCtx (),springConfig , grailsApplication .getClassLoader ());
542542 bb .setBinding (b );
543543 c .setDelegate (bb );
544- c .setResolveStrategy (Closure .OWNER_FIRST );
545544 bb .invokeMethod ("beans" , new Object []{c });
546545 }
547546 }
548547 else {
549-
550548 if (!pluginBean .isReadableProperty (DO_WITH_SPRING )) {
551549 return ;
552550 }
@@ -559,7 +557,6 @@ public void doWithRuntimeConfiguration(RuntimeSpringConfiguration springConfig)
559557 BeanBuilder bb = new BeanBuilder (getParentCtx (),springConfig , grailsApplication .getClassLoader ());
560558 bb .setBinding (b );
561559 c .setDelegate (bb );
562- c .setResolveStrategy (Closure .DELEGATE_FIRST );
563560 bb .invokeMethod ("beans" , new Object []{c });
564561 }
565562
You can’t perform that action at this time.
0 commit comments