You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoClassDefFoundError: com/google/common/util/concurrent/internal/InternalFutureFailureAccess while using the "with-dependencies.jar"
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Run error-prone with the "with-dependencies.jar" (only this is broken)
What version of Error Prone are you using?
2.3.3
Have you found anything relevant by searching the web?
I could workaround the issue while adding the missing "failureaccess" jar (version 1.0.1) from guava to the path, but this should bundled with the with-dependencies.jar. I guess after splitting guava in one on the latest versions this was not added to the "with-dependencies.jar" packager.
artem-zinnatullin, laurent-malvert, TomMD, mbonness, regisd and 1 more