Skip to content

Remove usage of deprecated Objects.toStringHelper#1209

Merged
KostyaSha merged 1 commit intodocker-java:masterfrom
hugares:remove-deprecated
Jul 10, 2019
Merged

Remove usage of deprecated Objects.toStringHelper#1209
KostyaSha merged 1 commit intodocker-java:masterfrom
hugares:remove-deprecated

Conversation

@hugares
Copy link
Copy Markdown
Contributor

@hugares hugares commented Jul 5, 2019

This change is Reviewable

@hugares hugares force-pushed the remove-deprecated branch from c8c508c to 9fdfc65 Compare July 5, 2019 14:45
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jul 5, 2019

Codecov Report

Merging #1209 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...ockerjava/core/dockerfile/DockerfileStatement.java 22.22% <0%> (ø) ⬆️
...va/com/github/dockerjava/api/model/Repository.java 87.5% <0%> (ø) ⬆️
...va/com/github/dockerjava/api/model/Identifier.java 94.11% <0%> (ø) ⬆️
.../github/dockerjava/core/dockerfile/Dockerfile.java 69% <0%> (ø) ⬆️
...va/org/apache/http/impl/io/ChunkedInputStream.java 58.09% <0%> (-0.96%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9bdabc1...8842fce. Read the comment docs.

@hugares hugares force-pushed the remove-deprecated branch from 9fdfc65 to 8842fce Compare July 5, 2019 15:18
@hugares
Copy link
Copy Markdown
Contributor Author

hugares commented Jul 5, 2019

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.

@KostyaSha
Copy link
Copy Markdown
Member

ignore 2 errors, btw in future it would be good to remove guava dep at all.

@hugares
Copy link
Copy Markdown
Contributor Author

hugares commented Jul 9, 2019

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?

@KostyaSha KostyaSha merged commit e95adcd into docker-java:master Jul 10, 2019
@KostyaSha
Copy link
Copy Markdown
Member

Why do you want to remove dependency on Guava?

causes a lot of pain because of binary compatibility, must mask in pure jenkins classloader and some other projects.
AFAIR the only useful thing from guava is some json/parameter encoding that doesn't exist in apache-commons.

@KostyaSha KostyaSha added this to the 3.1.3 milestone Jul 10, 2019
@hugares hugares deleted the remove-deprecated branch July 10, 2019 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants