Skip to content

Commit faee798

Browse files
author
Majid Mallis
committed
Released version 2.6.2
1 parent 745ad9c commit faee798

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

CHANGELOG.md

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

4-
## [v2.6.2] - eSignature API v18.1.02 - 7/3/2018
4+
## [2.6.2] - eSignature API v18.1.02 - 7/3/2018
55
### Fixed
66
* Fixed a problem that could cause the getUserInfo method to generate an exception when returning information about a user who was part of an organization. The method now returns same set of organization data as the [oauth/userinfo](https://developers.docusign.com/esign-rest-api/guides/authentication/user-info-endpoints) API endpoint method.
77

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.6.1</version>
24+
<version>2.6.2</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.6.1"
33+
compile "com.docusign:docusign-esign-java:2.6.2"
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.6.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.6.1.
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.6.2.
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.6.2.
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.6.1'
5+
version = '2.6.2'
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.6.1</version>
8+
<version>2.6.2</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

58 Bytes
Binary file not shown.
208 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-
#Wed Jun 06 15:48:09 PDT 2018
3-
version=2.6.1
2+
#Tue Jul 03 10:53:39 PDT 2018
3+
version=2.6.2
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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.9 sec
4+
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.834 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="60.9" errors="0" skipped="0" tests="11" name="SdkUnitTests">
2+
<testsuite failures="0" time="55.834" errors="0" skipped="0" tests="11" 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"/>
@@ -62,15 +62,15 @@
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="5.097" classname="SdkUnitTests" name="JWTLoginTest"/>
66-
<testcase time="8" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
67-
<testcase time="5.596" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
68-
<testcase time="1.656" classname="SdkUnitTests" name="AuthorizationCodeLoginTest"/>
69-
<testcase time="7.593" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
70-
<testcase time="5.456" classname="SdkUnitTests" name="ListDocumentsTest"/>
71-
<testcase time="5.671" classname="SdkUnitTests" name="RequestASignatureTest"/>
72-
<testcase time="6.068" classname="SdkUnitTests" name="CreateTemplateTest"/>
73-
<testcase time="1.651" classname="SdkUnitTests" name="ImplicitLoginTest"/>
74-
<testcase time="6.923" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
75-
<testcase time="7.189" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
65+
<testcase time="6.873" classname="SdkUnitTests" name="GetDiagnosticLogsTest"/>
66+
<testcase time="5.922" classname="SdkUnitTests" name="RequestSignatureFromTemplate"/>
67+
<testcase time="6.94" classname="SdkUnitTests" name="ResendEnvelopeTest"/>
68+
<testcase time="6.202" classname="SdkUnitTests" name="EmbeddedSigningTest"/>
69+
<testcase time="1.683" classname="SdkUnitTests" name="AuthorizationCodeLoginTest"/>
70+
<testcase time="5.557" classname="SdkUnitTests" name="CreateTemplateTest"/>
71+
<testcase time="5.951" classname="SdkUnitTests" name="RequestASignatureTest"/>
72+
<testcase time="4.7" classname="SdkUnitTests" name="ListDocumentsTest"/>
73+
<testcase time="3.857" classname="SdkUnitTests" name="JWTLoginTest"/>
74+
<testcase time="1.636" classname="SdkUnitTests" name="ImplicitLoginTest"/>
75+
<testcase time="6.513" classname="SdkUnitTests" name="DownLoadEnvelopeDocumentsTest"/>
7676
</testsuite>
-9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)