Skip to content

Commit 382c436

Browse files
authored
Merge pull request #108 from docusign/2.10.0-RC1
Version 2.10.0-RC1
2 parents 8f5d2d9 + 8bd7d47 commit 382c436

File tree

96 files changed

+4474
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4474
-306
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# DocuSign Java Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4+
## [v2.10.0-RC1] - eSignature API v19.1.02 - 2019-05-03
5+
### Changed
6+
* The SDK now supports version 19.1.02 of the DocuSign eSignature API.
7+
* SDK Release Version updated.
8+
### Added
9+
* Added support for the new http.nonProxyHosts Proxy option, which you can use to indicate hosts that should be accessed without going through a proxy. (DCM-2850)
10+
* Added new Cache-Control and Pragma headers to OAuth server request calls. (DCM-2242)
11+
* Added a new *tabGroupLabels* field to all Tabs models
12+
* Added a new *Witnesses* field to all Recipients models
13+
* Implemented models for Smart Sections feature
14+
* Implemented initial support of HMAC for DocuSign Connect
15+
### Fixed
16+
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-1403)
17+
* A bug that could prevent a user from replacing their JWT auth token. (DCM-3209)
18+
* Removed Gradle references to an insecure/outdated Jackson package. (DCM-3267)
19+
420
## [v2.9.0] - eSignature API v18.4.02 - 2019-02-27
521
### Added
622
- Support for the **latest DocuSign API** (18.4.02.00).

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Official DocuSign Java Client
1+
# The Official DocuSign Java Client
22

33
[![Build status][travis-image]][travis-url]
44
[![Maven Central status][maven-image]][maven-url]
@@ -34,7 +34,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3434
<dependency>
3535
<groupId>com.docusign</groupId>
3636
<artifactId>docusign-esign-java</artifactId>
37-
<version>2.9.0</version>
37+
<version>2.10.0-RC1</version>
3838
</dependency>
3939
```
4040

@@ -47,10 +47,10 @@ This client has the following external dependencies:
4747
- swagger:swagger-annotations:jar:1.5.8
4848
- sun.jersey:jersey-client:jar:1.19.1
4949
- sun.jersey.contribs:jersey-multipart:jar:1.19.1
50-
- fasterxml.jackson.core:jackson-core:jar:2.9.5
51-
- fasterxml.jackson.core:jackson-annotations:jar:2.9.5
52-
- fasterxml.jackson.core:jackson-databind:jar:2.9.5
53-
- fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.5
50+
- fasterxml.jackson.core:jackson-core:jar:2.9.8
51+
- fasterxml.jackson.core:jackson-annotations:jar:2.9.8
52+
- fasterxml.jackson.core:jackson-databind:jar:2.9.8
53+
- fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.8
5454
- fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.1.5
5555
- joda-time:joda-time:jar:2.9.3
5656
- brsanthu:migbase64:jar:2.2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '2.9.0'
5+
version = '2.10.0-RC1'
66

77
buildscript {
88
repositories {
@@ -102,7 +102,7 @@ task getDeps(type: Copy) {
102102

103103
ext {
104104
swagger_annotations_version = "1.5.8"
105-
jackson_version = "2.9.5"
105+
jackson_version = "2.9.8"
106106
jersey_version = "1.19.1"
107107
jodatime_version = "2.9.3"
108108
junit_version = "4.12"

gradle/wrapper/gradle-wrapper.jar

52.4 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Tue May 17 23:08:05 CST 2016
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>2.9.0</version>
7+
<version>2.10.0-RC1</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://www.docusign.com/developer-center</url>
1010

src/main/java/com/docusign/esign/api/BulkEnvelopesApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public String getCount() {
113113
return this.count;
114114
}
115115
/*
116-
* Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include&#x3D;\&quot;failed,queued\&quot;) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
116+
* Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include&#x3D;”failed,queued”) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent – This only returns entries with a sent status.
117117
*/
118118
public void setInclude(String include) {
119119
this.include = include;

src/main/java/com/docusign/esign/api/FoldersApi.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,9 @@ public FolderItemsResponse listItems(String accountId, String folderId, FoldersA
304304
* @param accountId The external account number (int) or account ID Guid. (required)
305305
* @param folderId The ID of the folder being accessed. (required)
306306
* @param foldersRequest (optional)
307-
* @return FoldersResponse
308307
* @throws ApiException if fails to make API call
309308
*/
310-
public FoldersResponse moveEnvelopes(String accountId, String folderId, FoldersRequest foldersRequest) throws ApiException {
309+
public void moveEnvelopes(String accountId, String folderId, FoldersRequest foldersRequest) throws ApiException {
311310
Object localVarPostBody = foldersRequest;
312311

313312
// verify the required parameter 'accountId' is set
@@ -345,9 +344,9 @@ public FoldersResponse moveEnvelopes(String accountId, String folderId, FoldersR
345344

346345
String[] localVarAuthNames = new String[] { "docusignAccessCode" }; //{ };
347346

348-
GenericType<FoldersResponse> localVarReturnType = new GenericType<FoldersResponse>() {};
349-
return apiClient.invokeAPI(localVarPath, "PUT", localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType);
350-
}
347+
348+
apiClient.invokeAPI(localVarPath, "PUT", localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, null);
349+
}
351350
/// <summary>
352351
/// Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
353352
/// </summary>

0 commit comments

Comments
 (0)