This repository was archived by the owner on Mar 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 541
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
shading broken? #1219
Copy link
Copy link
Open
Description
Is this a BUG REPORT or FEATURE REQUEST?:
Description
The shaded jar seems to not work as expected. See below dependency:tree output:
[INFO] +- com.spotify:docker-client:jar:shaded:8.16.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.22:compile
[INFO] | +- com.google.guava:guava:jar:20.0:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.8:compile
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.9.8:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.8:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.9.8:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.8:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.8:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:compile
[INFO] | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:compile
[INFO] | | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:compile
[INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[INFO] | | +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:compile
[INFO] | | | +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:compile
[INFO] | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:compile
[INFO] | | +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:compile
[INFO] | | \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:compile
[INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
[INFO] | +- org.glassfish.jersey.connectors:jersey-apache-connector:jar:2.22.2:compile
[INFO] | +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.22.2:compile
[INFO] | | \- org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.22.2:compile
[INFO] | +- javax.activation:activation:jar:1.1:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.18:compile
[INFO] | +- commons-io:commons-io:jar:2.5:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | \- commons-codec:commons-codec:jar:1.9:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.5:compile
[INFO] | +- com.github.jnr:jnr-unixsocket:jar:0.18:compile
[INFO] | | +- com.github.jnr:jnr-ffi:jar:2.1.4:compile
[INFO] | | | +- com.github.jnr:jffi:jar:1.2.15:compile
[INFO] | | | +- com.github.jnr:jffi:jar:native:1.2.15:runtime
[INFO] | | | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | | | +- org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO] | | | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
[INFO] | | | +- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO] | | | +- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO] | | | \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[INFO] | | +- com.github.jnr:jnr-constants:jar:0.9.8:compile
[INFO] | | +- com.github.jnr:jnr-enxio:jar:0.16:compile
[INFO] | | \- com.github.jnr:jnr-posix:jar:3.0.35:compile
[INFO] | +- commons-lang:commons-lang:jar:2.6:compile
[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.60:compile
[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.60:compile
[Add feature/bug description here]
How to reproduce
[Add steps on how to reproduce this issue]
What do you expect
[Describe what do you expect to happen]
What happened instead
[Describe the actual results]
Software:
docker version: [Add the output ofdocker versionhere, both client and server]- Spotify's docker-client version: [Add docker-client version here]
Full backtrace
[Paste full backtrace here]
Metadata
Metadata
Assignees
Labels
No labels