-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[guava incompatibility] when is the next milestone? #65
Comments
What exactly is incompatible? |
Jimfs requires an obsolete version of Guava that is incompatible with current releases. Running Jimfs with current versions of Guava causes Jimfs to crash hard:
|
Scratch that; this one is not Jimfs’ fault. I’ve got another project on my classpath (kotlin-compiler 1.2.21) and it embeds an even older version of |
Also currently used guava has a security bug |
A new version (1.2) has been released. |
The latest release(https://github.com/google/jimfs/milestone/2) pretty old and is incompatible with
guava 20
even...I saw Guava was updated several time since the last release.
462d51a
What's holding us from releasing 2.0 (https://github.com/google/jimfs/milestone/3)?
The text was updated successfully, but these errors were encountered: