-
Notifications
You must be signed in to change notification settings - Fork 550
Upgrade guava to 20.0 #792
Upgrade guava to 20.0 #792
Conversation
Build is only failing for docker |
Codecov Report
@@ Coverage Diff @@
## master #792 +/- ##
=========================================
Coverage 66.46% 66.46%
Complexity 745 745
=========================================
Files 166 166
Lines 3140 3140
Branches 357 357
=========================================
Hits 2087 2087
Misses 898 898
Partials 155 155 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6d0a4cf
to
6dd78a8
Compare
@mattnworb done. |
I rebased on master here #860 |
Thanks @davidxia @lukasniemeier-zalando the merge conflict is because the CHANGELOG file on master at the time of your edit was out of date and still referred to 8.8.1 as the "not yet released" version even though 8.8.3 had been released. Thanks again for the PR! |
This upgrades the
guava
dependency to the latest Java 7 compatible version, allowing the usage of recentguava
libraries in projects usingdocker-client
. The version currently used (18.0
) is 3 years old.After merge
docker-client
needs guava >=20.0
, see here.Further upgrades depend on #756 😉