docusign-esign-java-client icon indicating copy to clipboard operation
docusign-esign-java-client copied to clipboard

The Official DocuSign Java Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.

Results 37 docusign-esign-java-client issues
Sort by recently updated
recently updated
newest added

I'm trying to send an envelope created from a template in my account. But, I'm always getting the response: HTTP Unauthorized 401 `{"errorCode":"PARTNER_AUTHENTICATION_FAILED","message":"The specified Integrator Key was not found or...

enhancement
question
responded
DCM-5781
DCM-5782

What are the various ways of sending an envelope with SMS using Docusign Java client? I am aware of the `setAdditionalNotifications()` method in `com.docusign.esign.model.Signer` class. In which I can assign...

bug
responded
TT-3902

i want to call the api with specified timeout, can i do it? or is there a default value for timeout?

bug
area-java version specific
ticketed
DCM-4929

Hi Everyone, I came to notice, that the current Java Client is not thread safe for a couple of reasons: * It uses classes that do not support concurrency and...

enhancement
area-sdk
resolved
ticketed
DCM-3629

While looking at **com.docusign.esign.model.Envelope::getStatus**, we found ``` @ApiModelProperty(example = "null", value = "Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created...

question
responded
DEVDOCS-1818

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.1&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Description of the problem When the java sdk client is used in a war deployed on JBoss EAP, a classloader leak occurs after a cycle of deployment/undeployment. In the...

In ApiClient.java Following codes are being executed every time the API Client is created. `System.setProperty("https.protocols", "TLSv1.2");` and `HttpsURLConnection.setDefaultSSLSocketFactory(ctx.getSocketFactory());` This is not the right approach for the reasons 1. A client...

As the title says, all classes under the `com.docusign.esign.model` should implement `java.io.Serializable`