This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Compatibility with guava 21 #18
Comments
youknowjack
pushed a commit
to indeedeng/common-parent-pom
that referenced
this issue
Jan 22, 2017
youknowjack
pushed a commit
to indeedeng/oss-parent-pom
that referenced
this issue
Jan 22, 2017
youknowjack
pushed a commit
that referenced
this issue
Jan 22, 2017
Guava 21 requires Java 8. I have a branch building and passing unit tests. To compile:
That should build Proctor jars with version 2.0.0. Note that we've done no integration testing of these branches at all yet. We should be able to publish 2.0 to Maven in the next month or so. |
seems a cleanup of guave methods has been done in the meantime, something holding us back are guava usages in varexport dependency. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Proctor can't be run with guava 21.
In guava 21 method
com.google.common.base.Objects.firstNonNull
has been moved tocom.google.common.base.MoreObjects
.The text was updated successfully, but these errors were encountered: