spring-framework/src
Brian Clozel 4337d8465c Remove spring.event.invoke-listener startup event
Prior to this commit, the `SimpleApplicationEventMulticaster` would be
instrumented with the `ApplicationStartup` and start/stop events for
invoking event listeners (`spring.event.invoke-listener`).

This feature was already limited to single-threaded event publishers,
but is still flawed since several types of events can happen
concurrently. Due to the single-threaded nature of the startup sequence,
our implementation should not produce startup events concurrently.

This can cause issues like gh-26057, where concurrent events lead to
inconcistencies when tracking parent/child relationships.

This commit removes the `spring.event.invoke-listener` startup event as
a result.

Fixes gh-26057
2020-12-03 15:40:31 +01:00
..
checkstyle Avoid using regex matching for static patterns 2020-05-15 17:07:58 +02:00
docs Remove spring.event.invoke-listener startup event 2020-12-03 15:40:31 +01:00
eclipse Fix http URLs 2019-07-11 18:14:20 +02:00
idea Fix static imports handling in IntelliJ IDEA configuration 2019-09-05 14:35:54 +02:00
nohttp Upgrade to nohttp 0.0.5 2020-06-17 14:46:23 +02:00