Skip to content

project-aries/docker-java-shaded

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2017
Oct 21, 2017
Feb 26, 2020
Feb 27, 2018
Oct 18, 2017
Oct 18, 2017
Oct 18, 2017
May 7, 2018
Oct 21, 2017
Oct 18, 2017
Apr 24, 2018
Oct 18, 2017
Jul 7, 2018
Mar 6, 2018
Oct 18, 2017
Oct 18, 2017
Feb 25, 2018

Repository files navigation

docker-java-shaded

Shaded/Shadow/Uber/Fat/All version of the docker-java library

Status

Questions CI Release
Stack Overflow Build Status docker-java-shaded

Motivation

As the current maintainer of the gradle-docker-plugin project we had a need to use a shaded version of docker-java to get around various buildscript clobberring issues. As the folks at the docker-java project are busy with other things, and can't immediately make this happen, I decided to go ahead and code something myself until they have the free time in which to do so.

If a new release of docker-java happens that I miss, and you'd like a new version of this library spun up based on it, just open an ISSUE and ask.

If a security vulnerability arises, and an internal dependency needs to be bumped, and assuming the docker-java can't be easily updated, then just open an ISSUE and note the library and we can spin a new point release to accommadate you and the greater community.

Latest Release

Can be sourced from jcenter like so:

<dependency>
    <groupId>com.aries</groupId>
    <artifactId>docker-java-shaded</artifactId>
    <version>X.Y.Z</version>
</dependency>

Additional Resources