spring-boot/spring-boot-project/spring-boot
Phillip Webb 21203f06ec Use deterministic ordering for inserted shutdown hooks
Update `SpringApplicationShutdownHook` so the underlying set of
`Runnable` instances are stored in a `LinkedHashSet` rather than
a `Collections.newSetFromMap(new IdentityHashMap<>())`. This insures
that shutdown hooks are run in the order that they are added.

Fixes gh-43430
2024-12-16 17:16:21 -08:00
..
src Use deterministic ordering for inserted shutdown hooks 2024-12-16 17:16:21 -08:00
build.gradle Remove calls to deprecated Project.getBuildDir() in Gradle files 2024-10-17 17:46:17 +02:00