Open kthoms opened 7 years ago
I had the same problem! Is OSGi packaging no help in preventing these kinds of conflicts? Semi-related: hey protobuf team, could you please ask the guava team to get a grip and stop making breaking changes to their library?
I worked around this issue by renaming com.google.guava_21.0.0.v20170206-1425.jar
in _eclipsehome/plugins to com.google.guava_21.0.0.v20170206-1425.elDiabloJarHell
Same problem ! plz fix it
I had the same problem! Is OSGi packaging no help in preventing these kinds of conflicts? Semi-related: hey protobuf team, could you please ask the guava team to get a grip and stop making breaking changes to their library?
I worked around this issue by renaming
com.google.guava_21.0.0.v20170206-1425.jar
in _eclipsehome/plugins tocom.google.guava_21.0.0.v20170206-1425.elDiabloJarHell
solved my question, thank you !
The following error was reported to Eclipse Automatic Error Reporting with issue ID
The failing installation has two versions of Guava installed: com.google.guava 15.0.0.v201403281430 com.google.guava 21.0.0.v20170206-1425
The method
Closeables.closeQuietly(Closeable)
was removed with Guava 16. Please make sure to be compatible with both 15 and 21.