googleapis / java-spanner Public
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
Remove Guava ImmutableList from API surface. #411
Conversation
@olavloite as he wrote the code I am modifying. |
70319ac
to
ecb43c5
Compare
Updated to only replace ImmutableList -> List to keep JDK 1.7 compatibility. |
@nielm You need to add an entry to https://github.com/googleapis/java-spanner/blob/master/google-cloud-spanner/clirr-ignored-differences.xml make the clirr plugin stop complaining. Otherwise this LGTM. |
Replace com.google.common.collect.ImmutableList with java.util.List BREAKING CHANGE
Thanks, Knut, Done! |
Replace com.google.common.collect.ImmutableList
with java.util.List
Fixes #410☕️