Closed
Description
The infrastructure behind @RecordApplicationEvents
currently uses a ThreadLocal
to capture application events published by the current thread. Unfortunately, this rules out events published by asynchronous event listeners in turn. It would be nice if events would be captured that are published on threads spawned by the current execution thread.