Skip to content

Commit be073fa

Browse files
author
Majid Mallis
committed
2.5.1 release
1 parent ca2fda5 commit be073fa

File tree

8 files changed

+30
-25
lines changed

8 files changed

+30
-25
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
77
### Changed
88
- Updated the package with the latest API monthly release.
99

10+
## [2.5.1] - 2018-04-21
11+
### Fixed
12+
- PR [`#71`](https://github.com/docusign/docusign-java-client/pull/71): Empty response body in ApiException.
13+
- [CVE-2018-7489](https://www.cvedetails.com/cve/CVE-2018-7489/).
14+
1015
## [2.5.0] - 2018-04-17
1116
### Added
1217
- Electronic Seals API (a.k.a. Advanced Signatures).
1318

1419
## [2.4.2] - 2018-03-22
1520
### Security
16-
- [CVE-2017-7525](https://www.cvedetails.com/cve/CVE-2017-7525/)
17-
- [CVE-2017-15095](https://www.cvedetails.com/cve/CVE-2017-15095/)
21+
- [CVE-2017-7525](https://www.cvedetails.com/cve/CVE-2017-7525/).
22+
- [CVE-2017-15095](https://www.cvedetails.com/cve/CVE-2017-15095/).
1823

1924
### Updated
2025
- jackson library version updated to 2.9.4.
@@ -44,15 +49,15 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
4449

4550
## [2.3.0] - 2017-07-27
4651
### Added
47-
- Support for DocuSign JWT OAuth for service integration (2-legged authentication)
52+
- Support for DocuSign JWT OAuth for service integration (2-legged authentication).
4853

4954
## [2.2.1] - 2017-07-13
5055
### Fixed
5156
- Unit tests under Java8 complain about AccessTokenListener being a nested class.
5257

5358
## [2.2.0] - 2017-06-17
5459
### Added
55-
- Support for DocuSign 3-legged OAuth
60+
- Support for DocuSign 3-legged OAuth.
5661

5762
## [2.1.0] - 2017-03-09
5863
### Added

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this dependency to your project's POM:
2121
<dependency>
2222
<groupId>com.docusign</groupId>
2323
<artifactId>docusign-esign-java</artifactId>
24-
<version>2.5.0</version>
24+
<version>2.5.1</version>
2525
</dependency>
2626
```
2727

@@ -30,7 +30,7 @@ Add this dependency to your project's POM:
3030
Add this dependency to your project's build file:
3131

3232
```groovy
33-
compile "com.docusign:docusign-esign-java:2.5.0"
33+
compile "com.docusign:docusign-esign-java:2.5.1"
3434
```
3535

3636
#### Dependencies
@@ -73,8 +73,8 @@ android {
7373

7474
This client is available through the following Java package managers:
7575

76-
- [Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.5.0.
77-
- [JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.5.0.
76+
- [Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.5.1.
77+
- [JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.5.1.
7878

7979

8080
Usage

build.gradle

Lines changed: 1 addition & 1 deletion
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.5.0'
5+
version = '2.5.1'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docusign-esign-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-esign-java</name>
8-
<version>2.5.0</version>
8+
<version>2.5.1</version>
99
<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>
1010
<url>https://www.docusign.com/developer-center</url>
1111

63 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Tue Apr 17 17:03:53 MST 2018
3-
version=2.5.0
2+
#Sat Apr 21 16:50:47 PDT 2018
3+
version=2.5.1
44
groupId=com.docusign
55
artifactId=docusign-esign-java
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-------------------------------------------------------------------------------
22
Test set: SdkUnitTests
33
-------------------------------------------------------------------------------
4-
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.955 sec
4+
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.984 sec

target/surefire-reports/TEST-SdkUnitTests.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<testsuite failures="0" time="53.955" errors="0" skipped="0" tests="10" name="SdkUnitTests">
2+
<testsuite failures="0" time="49.984" errors="0" skipped="0" tests="10" name="SdkUnitTests">
33
<properties>
44
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
55
<property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib"/>
@@ -35,7 +35,7 @@
3535
<property name="os.version" value="10.11.6"/>
3636
<property name="http.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
3737
<property name="user.home" value="/Users/majid.mallis"/>
38-
<property name="user.timezone" value="America/Phoenix"/>
38+
<property name="user.timezone" value="America/Los_Angeles"/>
3939
<property name="java.awt.printerjob" value="sun.lwawt.macosx.CPrinterJob"/>
4040
<property name="java.specification.version" value="1.7"/>
4141
<property name="file.encoding" value="UTF-8"/>
@@ -62,14 +62,14 @@
6262
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
6363
<property name="sun.cpu.isalist" value=""/>
6464
</properties>
65-
<testcase time="4.998" classname="SdkUnitTests" name="ListDocumentsTest"/>
66-
<testcase time="7.008" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
67-
<testcase time="5.93" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
68-
<testcase time="6.415" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
69-
<testcase time="6.337" classname="SdkUnitTests" name="RequestASignatureTest"/>
70-
<testcase time="6.709" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
71-
<testcase time="5.578" classname="SdkUnitTests" name="CreateTemplateTest"/>
72-
<testcase time="4.837" classname="SdkUnitTests" name="LoginTest"/>
73-
<testcase time="1.615" classname="SdkUnitTests" name="OAuthLoginTest"/>
74-
<testcase time="4.528" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
65+
<testcase time="6.009" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
66+
<testcase time="7.04" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
67+
<testcase time="6.94" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
68+
<testcase time="3.637" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
69+
<testcase time="1.51" classname="SdkUnitTests" name="OAuthLoginTest"/>
70+
<testcase time="5.837" classname="SdkUnitTests" name="RequestASignatureTest"/>
71+
<testcase time="4.275" classname="SdkUnitTests" name="ListDocumentsTest"/>
72+
<testcase time="4.139" classname="SdkUnitTests" name="LoginTest"/>
73+
<testcase time="5.244" classname="SdkUnitTests" name="CreateTemplateTest"/>
74+
<testcase time="5.353" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
7575
</testsuite>

0 commit comments

Comments
 (0)