forked from spring-projects/spring-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make FlightRecorderApplicationStartup thread safe
Prior to this commit, in some cases application context startup steps could be created concurrently, which could cause issues with the current implementation tracking the parent/child relationship between steps. This commit ensures that the flight recorder implementation is using thread safe collection implementations for that. Fixes spring-projectsgh-26941
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters