eclipse-ee4j / glassfish-hk2

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

Fixes race condition in `ServiceLocatorImpl` #971

Closed avpinchuk closed 9 months ago

avpinchuk commented 9 months ago

Removed redundant synchronization.

This could result in using incompletely initialized ServiceLocator.