-
Notifications
You must be signed in to change notification settings - Fork 452
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
Update Guava to 20.0.0 #348
Comments
@ejona86 , I haven't looked over the surface of this repo yet - what is the rule for exposing Guava from If Guava is exposed to consumers, the 17.0 -> 20.0 upgrade will be somewhat disruptive; they are more than 2 years apart, meaning that code against the earlier version may break when the runtime is the later version. |
20 broke a lot of gRPC users, and due to some Precondition overloads added to 20 users can't force a lower version. gRPC decided to downgrade to 19 for the moment to allow time for the libraries to catch up. I'd suggest updating to 19 here as well. |
Fixed in #380. |
For those checking after the fact, we settled with Guava 19.0. |
* updated versions.txt [ci skip] * updated appengine/pom.xml [ci skip] * updated bom/pom.xml [ci skip] * updated credentials/pom.xml [ci skip] * updated oauth2_http/pom.xml [ci skip] * updated pom.xml [ci skip]
21 requires Java 8, so stick with 20
The text was updated successfully, but these errors were encountered: