Description of the problem / feature request:
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.
Description of the problem / feature request:
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.