Skip to content

@RecordApplicationEvents should record events from spawned threads, too #29827

Closed
@odrotbohm

Description

@odrotbohm

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.

Metadata

Metadata

Assignees

Labels

in: testIssues in the test modulestatus: supersededAn issue that has been superseded by anothertype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions