Skip to content

Commit c511ccf

Browse files
committed
Getting ready for 2.8.0 release
1 parent bc75ee2 commit c511ccf

File tree

8 files changed

+27
-26
lines changed

8 files changed

+27
-26
lines changed

CHANGELOG.md

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

4-
## [v2.8.0-RC1] - eSignature API v18.3.02 - 2018-11-19
4+
## [v2.8.0] - eSignature API v18.3.02 - 2018-11-29
55
### Fixed
66
- Fixed a problem with the BulkEnvelopesApi.UpdateRecipients method that could cause it to return a "Value cannot be null.\r\nParameter name: stream" error rather than add bulk recipients to an envelope. (DCM-2137)
77
- Fixed a problem with the EnvelopesApi.listStatus methods that could cause them to ignore sets of envelope IDs passed in to get statuses for specific envelopes. (DCM-2953)
88
- Fixed a problem with the EnvelopesApi.updateChunkedUpload method that could cause it to fail and return a 411 error. (DCM-2978)
9+
- Surfaced the authentication error that might be returned by the ApiClient.JWTUserToken method.
910
### Changed
1011
- The SDK now supports version 18.3.02 of the DocuSign API.
1112
- Fixed a typo in a method name: getPasswordRules_0 has been changed to getAccountPasswordRules.

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.8.0-RC1</version>
24+
<version>2.8.0</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.8.0-RC1"
33+
compile "com.docusign:docusign-esign-java:2.8.0"
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.8.0-RC1.
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.8.0-RC1.
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.8.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.8.0.
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.8.0-RC1'
5+
version = '2.8.0'
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.8.0-RC1</version>
8+
<version>2.8.0</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

8 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-
#Mon Nov 19 14:27:32 PST 2018
3-
version=2.8.0-RC1
2+
#Thu Nov 29 23:44:43 PST 2018
3+
version=2.8.0
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: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 136.315 sec
4+
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.895 sec

target/surefire-reports/TEST-SdkUnitTests.xml

Lines changed: 16 additions & 16 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="136.315" errors="0" skipped="0" tests="15" name="SdkUnitTests">
2+
<testsuite failures="0" time="123.895" errors="0" skipped="0" tests="15" 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"/>
@@ -64,19 +64,19 @@
6464
<property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/>
6565
<property name="sun.cpu.isalist" value=""/>
6666
</properties>
67-
<testcase time="10.464" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
68-
<testcase time="9.393" classname="SdkUnitTests" name="RequestASignatureTest"/>
69-
<testcase time="9.432" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
70-
<testcase time="8.313" classname="SdkUnitTests" name="ListStatusTest"/>
71-
<testcase time="8.263" classname="SdkUnitTests" name="ListStatusChangesTest"/>
72-
<testcase time="8.136" classname="SdkUnitTests" name="ListDocumentsTest"/>
73-
<testcase time="7.884" classname="SdkUnitTests" name="ImplicitLoginTest"/>
74-
<testcase time="10.228" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
75-
<testcase time="7.882" classname="SdkUnitTests" name="AuthorizationCodeLoginTest"/>
76-
<testcase time="10.075" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
77-
<testcase time="8.46" classname="SdkUnitTests" name="CreateTemplateTest"/>
78-
<testcase time="7.802" classname="SdkUnitTests" name="JWTLoginTest"/>
79-
<testcase time="10.184" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
80-
<testcase time="9.553" classname="SdkUnitTests" name="UpdateBulkRecipientsTest"/>
81-
<testcase time="10.246" classname="SdkUnitTests" name="UpdateChunkedUpload"/>
67+
<testcase time="9.338" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
68+
<testcase time="10.012" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
69+
<testcase time="9.06" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
70+
<testcase time="7.717" classname="SdkUnitTests" name="ListStatusTest"/>
71+
<testcase time="9.03" classname="SdkUnitTests" name="RequestASignatureTest"/>
72+
<testcase time="8.752" classname="SdkUnitTests" name="UpdateBulkRecipientsTest"/>
73+
<testcase time="5.333" classname="SdkUnitTests" name="AuthorizationCodeLoginTest"/>
74+
<testcase time="10.018" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
75+
<testcase time="8.321" classname="SdkUnitTests" name="CreateTemplateTest"/>
76+
<testcase time="6.518" classname="SdkUnitTests" name="JWTLoginTest"/>
77+
<testcase time="7.521" classname="SdkUnitTests" name="ListStatusChangesTest"/>
78+
<testcase time="5.329" classname="SdkUnitTests" name="ImplicitLoginTest"/>
79+
<testcase time="9.323" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
80+
<testcase time="9.896" classname="SdkUnitTests" name="UpdateChunkedUpload"/>
81+
<testcase time="7.727" classname="SdkUnitTests" name="ListDocumentsTest"/>
8282
</testsuite>

0 commit comments

Comments
 (0)