Skip to content

Commit cd19ef0

Browse files
GrailsApplicationPostProcessor now executes the onStartup() hook in Plugins #9883
1 parent 0c25e8d commit cd19ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-core/src/main/groovy/grails/boot/config/GrailsApplicationPostProcessor.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ class GrailsApplicationPostProcessor implements BeanDefinitionRegistryPostProces
236236
Map<String,Object> eventMap = [:]
237237
eventMap.put('source', pluginManager)
238238

239+
pluginManager.onStartup(eventMap)
239240
for(GrailsApplicationLifeCycle lifeCycle in lifeCycleBeans) {
240241
lifeCycle.onStartup(eventMap)
241242
}

0 commit comments

Comments
 (0)