spotify / missinglink

Build time tool for detecting link problems in java projects
Apache License 2.0
144 stars 27 forks source link

Missinglink is not thread-safe #128

Closed sideeffffect closed 3 years ago

sideeffffect commented 3 years ago

Allegedly, Missinglink uses caches that are not thread-safe. It throws ConcurrentModificationException when applied to multiple projects in parallel.

https://github.com/scalacenter/sbt-missinglink/issues/26