Remove usage of deprecated Objects.toStringHelper#1209
Remove usage of deprecated Objects.toStringHelper#1209KostyaSha merged 1 commit intodocker-java:masterfrom
Conversation
c8c508c to
9fdfc65
Compare
Codecov Report
@@ Coverage Diff @@
## master #1209 +/- ##
=========================================
- Coverage 58.21% 58.2% -0.02%
=========================================
Files 455 455
Lines 8877 8877
Branches 534 534
=========================================
- Hits 5168 5167 -1
- Misses 3430 3431 +1
Partials 279 279
Continue to review full report at Codecov.
|
9fdfc65 to
8842fce
Compare
|
Is there something wrong with the tests in CI? I just ran the failing test locally and it passed. I amended my commit to re-execute the test in CI, let's see how it goes. |
|
ignore 2 errors, btw in future it would be good to remove guava dep at all. |
Ack, I checked quickly and removing Guava will take some effort as it is used in 120 places. Why do you want to remove dependency on Guava? In the meantime can we get this change in? |
causes a lot of pain because of binary compatibility, must mask in pure jenkins classloader and some other projects. |
This change is