Issue: SPR-17324 (cherry picked from commit c8c0737ce7)
c8c0737ce7
@ -500,10 +500,8 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
if (this.applicationEventMulticaster != null) {
this.applicationEventMulticaster.addApplicationListener(listener);
}
else {
this.applicationListeners.add(listener);
/**
* Return the list of statically specified ApplicationListeners.