eclipse-ee4j / glassfish-hk2

Dynamic dependency injection framework
https://eclipse-ee4j.github.io/glassfish-hk2
Other
84 stars 55 forks source link

Fixes runlevel concurrency issue #970

Closed avpinchuk closed 7 months ago

avpinchuk commented 7 months ago

Fixes a race during bringing the current runlevel of the system down.

CurrentTaskFuture may compete before all the tasks it performs have completed (perhaps due to spurious wakeup or reordering).