Implementation of copy archive to/from container commands by vuminhkh · Pull Request #347 · docker-java/docker-java

@vuminhkh

Modification of Copy file from container command to follow 1.20 API

@vuminhkh

added 3 commits

October 30, 2015 18:12
* master:
  Update CHANGELOG.md
  issue #349
* master: (21 commits)
  Update CHANGELOG.md
  Format sources
  Update CHANGELOG.md
  Update CHANGELOG.md
  Added missing withXXX(List list) methods
  Update README.md
  Bump to version 3.0.0-SNAPSHOT according to semver
  Update CHANGELOG.md
  Added override for bulk-read variant of InputStream.read() in anonymous inner class created by Dockerfile.ScannedResult.buildDockerFolderTar(). This fixes an IO performance issue that occurs when only the single-byte variant of the read() method on InputStream is overriden.
  Added @checkfornull annotation
  Update README.md
  Update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release docker-java-2.1.2
  Fix issue #348
  Small doc fixes
  Removed import
  Added additional withX(List<Y> x) methods
  Added null check annotations and removed withX() methods
  WIP
  ...

Conflicts:
	src/main/java/com/github/dockerjava/core/command/CopyFileFromContainerCmdImpl.java
* master:
  Fix DockerClientConfig serialization.
  Move findbugs into profile.
  Add checkstyle with unused imports check
  Move utils into util package
  Remove unused imports
  Make util contstructors private
  Move exceptions into separate package

Conflicts:
	src/main/java/com/github/dockerjava/core/command/CopyFileFromContainerCmdImpl.java
	src/main/java/com/github/dockerjava/jaxrs/DockerCmdExecFactoryImpl.java
…hiveFromContainerCmd and CopyArchiveToContainerCmd

@vuminhkh

@vuminhkh

* master:
  Fix potential NullpointerExceptions
  Fix changelog
  Renamed networStats to network
  Remove "Stats" from "networks" field in statistics
  Improve JavaDoc and include @checkfornull
  Deprecate "network" and enable "networks" stats (remote Docker API 1.21)

@vuminhkh

* master:
  Added @nonnull annotations
  Pass mandatory container id into stats command constructor
  Update CHANGELOG.md
  Remove public from members as getters are public already
  Allow legacy registry message to indicate pull success
  Allow legacy registry message to indicate pull success
  Make ProgressDetails attributes public
  Update CHANGELOG.md
  Update CHANGELOG.md
  Add equals and hashCode for State
  Add test case
  Add missing properties for InspectContainerResponse.Status
  Add docker versions for easier javadoc reference

Conflicts:
	src/main/java/com/github/dockerjava/api/DockerClient.java

@vuminhkh

@vuminhkh

@vuminhkh

@marcuslinke marcuslinke changed the title Implementations of Copy file to container command Implementation of copy archive to/from container commands

Dec 8, 2015