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:
Gary Russell
2018-10-11 10:49:56 -04:00
committed by Artem Bilan
parent 490ae1b49b
commit 32e221d499
2 changed files with 10 additions and 8 deletions

View File

@@ -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'