Description
Hi,
I want to request that docusign-esign-java
be shaded using maven-shade-plugin
.
Our company is currently adopting the DocuSign Java SDK and found that docusign-esign-java
is not shaded. This is especially concerning, as docusign-esign-java
is not a thin client and have many external dependencies. Particularly for us, docusign-esign-java
is pulling in org.glassfish.jersey.media:jersey-media-json-jackson
which conflicts with org.glassfish.jersey.media:jersey-media-jaxb
(which is being pulled in by io.dropwizard
). Please see here on why this would be an issue.
I would assume most (if not all) enterprise Java applications would utilize a Java framework, including Jersey. I would see this being an issue for many other companies that are trying to integrate DocuSign into their system.
I have already confirmed that shading docusign-esign-java
resolves any conflicts.
Please let me know if I can provide any supplementary detail. Thank you for taking the time to read through this 🙂.