Skip to content

Conversation

@KostyaSha
Copy link
Member

@KostyaSha KostyaSha commented Jun 28, 2017

We are missing tests runs against latest docker versions. Enabled travis build and trying to fix errors :(

This change is Reviewable

@KostyaSha KostyaSha force-pushed the travis1_13 branch 2 times, most recently from cf07323 to 086ff56 Compare June 28, 2017 15:36
@KostyaSha KostyaSha added this to the 3.0.12 milestone Jun 29, 2017
@codecov-io
Copy link

codecov-io commented Jun 29, 2017

Codecov Report

Merging #868 into master will increase coverage by 0.19%.
The diff coverage is 88.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #868      +/-   ##
==========================================
+ Coverage   71.65%   71.85%   +0.19%     
==========================================
  Files         306      306              
  Lines        6665     6858     +193     
  Branches      501      509       +8     
==========================================
+ Hits         4776     4928     +152     
- Misses       1597     1635      +38     
- Partials      292      295       +3
Impacted Files Coverage Δ
...hub/dockerjava/netty/exec/ListNetworksCmdExec.java 75% <0%> (ø) ⬆️
...thub/dockerjava/netty/exec/ListVolumesCmdExec.java 75% <0%> (ø) ⬆️
...ithub/dockerjava/netty/exec/ListImagesCmdExec.java 92.85% <100%> (ø) ⬆️
...b/dockerjava/netty/exec/ListContainersCmdExec.java 82.35% <100%> (+2.35%) ⬆️
...ckerjava/api/command/InspectContainerResponse.java 81.25% <100%> (-0.29%) ⬇️
...om/github/dockerjava/netty/exec/EventsCmdExec.java 90.9% <100%> (+2.02%) ⬆️
...ava/com/github/dockerjava/jaxrs/CommitCmdExec.java 100% <100%> (ø) ⬆️
...ava/com/github/dockerjava/core/AuthConfigFile.java 63.72% <92.3%> (+3.08%) ⬆️
...kerjava/core/command/BuildImageResultCallback.java 43.47% <0%> (-17.4%) ⬇️
...github/dockerjava/api/model/BuildResponseItem.java 57.14% <0%> (-14.29%) ⬇️
... and 101 more

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 a2b819a...13e4e9f. Read the comment docs.

KostyaSha and others added 2 commits June 29, 2017 11:16
As ObjectMapper expects all propeties of json content to match AuthConfig it fails on any other
like "credStore" or "HttpHeaders". As only "auths" is used the json is mapped to ObjectNode so
we can remove any other property. The content of this filtered node can be used as source for
unmarshalling AuthConfig.
Jersey do contextual encoding and doesn’t fail.
Netty impl has fair encoders, so double encoding causing docker to fail.

Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>

Don’t encode filters for netty. Skip memory update.

Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>
@KostyaSha KostyaSha merged commit fbd1ce1 into docker-java:master Jun 29, 2017
panuse pushed a commit to TuKangTech/docker-java that referenced this pull request Aug 20, 2017
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.

2 participants