Skip to content

Fixes for ServiceLoader thread safety issues

Choose a tag to compare

@sbabcoc sbabcoc released this 09 Dec 00:51
· 354 commits to master since this release
  • Add synchronization to access of ServiceLoader objects.
  • Switch NOTIFIERS set to thread-safe CopyOnWriteArraySet.