SPR-17307: Fix event listener tests
JIRA: https://jira.spring.io/browse/SPR-17307 The event multicaster now saves singletons in `applicationListeners` instead of adding the bean name to `applicationListenerBeans`. **cherry-pick to 5.0.x** # Conflicts: # build.gradle
This commit is contained in:
committed by
Artem Bilan
parent
490ae1b49b
commit
32e221d499
@@ -154,8 +154,8 @@ subprojects { subproject ->
|
||||
springSecurityVersion = '5.0.7.RELEASE'
|
||||
springSocialTwitterVersion = '1.1.2.RELEASE'
|
||||
springRetryVersion = '1.2.2.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.9.RELEASE'
|
||||
springWsVersion = '3.0.2.RELEASE'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.10.BUILD-SNAPSHOT'
|
||||
springWsVersion = '3.0.3.RELEASE'
|
||||
tomcatVersion = "8.5.23"
|
||||
xmlUnitVersion = '1.6'
|
||||
xstreamVersion = '1.4.10'
|
||||
|
||||
Reference in New Issue
Block a user