Skip to content

Commit d215728

Browse files
author
graeme
committed
changed to no longer influence controller and job reloading. The downside is we no longer support typed dependency injection of services when using reloading. ie it has to be def testService not TestService testService otherwise DI fails
git-svn-id: https://svn.codehaus.org/grails/trunk@4065 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent c636f92 commit d215728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/groovy/org/codehaus/groovy/grails/plugins/services/ServicesGrailsPlugin.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class ServicesGrailsPlugin {
3232

3333
def version = GrailsPluginUtils.getGrailsVersion()
3434
def loadAfter = ['hibernate']
35-
def influences = ['controllers', 'quartz']
3635

3736
def watchedResources = ["file:./grails-app/services/*Service.groovy",
3837
"file:./plugins/*/grails-app/services/*Service.groovy"]

0 commit comments

Comments
 (0)