Skip to content

Commit 9512fa1

Browse files
authored
Merge pull request #10 from docusign/1.2.0-v2.1-1.2.0
Version 1.2.0 release
2 parents d18b1e5 + 27fbf60 commit 9512fa1

File tree

136 files changed

+11811
-8498
lines changed

Some content is hidden

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

136 files changed

+11811
-8498
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jdk:
2020
- oraclejdk12
2121
- oraclejdk13
2222

23-
script: mvn clean test
23+
script: mvn -X clean test
2424

2525
after_failure: "cat /home/travis/build/docusign/docusign-admin-java-client/target/surefire-reports/SdkUnitTests.txt && cat /home/travis/build/docusign/docusign-admin-java-client/target/surefire-reports/TEST-SdkUnitTests.xml"
2626

27-
cache:
28-
directories:
29-
- $HOME/.m2

CHANGELOG.md

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

4+
## [v1.2.0] - Admin API v2.1-1.2.0 - 2023-05-10
5+
### Changed
6+
- Added support for version v2.1-1.2.0 of the DocuSign Admin API.
7+
- Updated the SDK release version.
8+
49
## [v1.1.0] - Admin API v2.1-1.1.0 - 2022-04-26
510
### Changed
611
- Added support for version v2.1-1.1.0 of the DocuSign Admin API.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ The DocuSign Java Client is licensed under the [MIT License](https://github.com/
7474
/master/LICENSE).
7575

7676

77-
[travis-image]: https://img.shields.io/travis/docusign/docusign-admin-java-client.svg?style=flat
78-
[travis-url]: https://travis-ci.org/docusign/docusign-admin-java-client
77+
[travis-image]: https://api.travis-ci.com/docusign/docusign-admin-java-client.svg?branch=master
78+
[travis-url]: https://app.travis-ci.com/github/docusign/docusign-admin-java-client
7979
[maven-image]: https://img.shields.io/maven-central/v/com.docusign/docusign-admin-java.svg?style=flat
8080
[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22
8181

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(hasProperty('target') && target == 'android') {
5050
}
5151

5252
dependencies {
53-
provided 'javax.annotation:jsr250-api:1.0'
53+
provided 'jakarta.annotation:jsr250-api:1.0'
5454
}
5555
}
5656

pom.xml

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docusign-admin-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-admin-java</name>
8-
<version>1.1.0</version>
8+
<version>1.2.0</version>
99
<url>https://developers.docusign.com</url>
1010
<description>The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description>
1111

@@ -170,7 +170,7 @@
170170
</executions>
171171
<configuration>
172172
</configuration>
173-
</plugin>
173+
</plugin>
174174

175175
<plugin>
176176
<groupId>org.codehaus.mojo</groupId>
@@ -259,6 +259,16 @@
259259
<exclude>org.hamcrest:hamcrest-core:jar</exclude>
260260
</excludes>
261261
</artifactSet>
262+
<filters>
263+
<filter>
264+
<artifact>*:*</artifact>
265+
<excludes>
266+
<exclude>META-INF/*.SF</exclude>
267+
<exclude>META-INF/*.DSA</exclude>
268+
<exclude>META-INF/*.RSA</exclude>
269+
</excludes>
270+
</filter>
271+
</filters>
262272
</configuration>
263273
</execution>
264274
</executions>
@@ -298,7 +308,7 @@
298308

299309
<dependencies>
300310
<dependency>
301-
<groupId>io.swagger</groupId>
311+
<groupId>io.swagger.core.v3</groupId>
302312
<artifactId>swagger-annotations</artifactId>
303313
<version>${swagger-core-version}</version>
304314
</dependency>
@@ -326,23 +336,8 @@
326336
</dependency>
327337
<!-- JSON processing: jackson -->
328338
<dependency>
329-
<groupId>com.fasterxml.jackson.core</groupId>
330-
<artifactId>jackson-core</artifactId>
331-
<version>${jackson-version}</version>
332-
</dependency>
333-
<dependency>
334-
<groupId>com.fasterxml.jackson.core</groupId>
335-
<artifactId>jackson-annotations</artifactId>
336-
<version>${jackson-version}</version>
337-
</dependency>
338-
<dependency>
339-
<groupId>com.fasterxml.jackson.core</groupId>
340-
<artifactId>jackson-databind</artifactId>
341-
<version>${jackson-version}</version>
342-
</dependency>
343-
<dependency>
344-
<groupId>com.fasterxml.jackson.jaxrs</groupId>
345-
<artifactId>jackson-jaxrs-json-provider</artifactId>
339+
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
340+
<artifactId>jackson-jakarta-rs-base</artifactId>
346341
<version>${jackson-version}</version>
347342
</dependency>
348343
<dependency>
@@ -378,13 +373,29 @@
378373
<version>${junit-version}</version>
379374
<scope>test</scope>
380375
</dependency>
376+
<dependency>
377+
<groupId>com.brsanthu</groupId>
378+
<artifactId>migbase64</artifactId>
379+
<version>2.2</version>
380+
<scope>compile</scope>
381+
</dependency>
382+
<dependency>
383+
<groupId>jakarta.ws.rs</groupId>
384+
<artifactId>jakarta.ws.rs-api</artifactId>
385+
<version>3.1.0</version>
386+
<scope>compile</scope>
387+
</dependency>
388+
<dependency>
389+
<groupId>com.brsanthu</groupId>
390+
<artifactId>migbase64</artifactId>
391+
<version>2.2</version>
392+
</dependency>
381393
</dependencies>
382394
<properties>
383395
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
384-
<swagger-core-version>1.5.18</swagger-core-version>
385-
<jersey-version>2.29.1</jersey-version>
386-
<jackson-version>2.12.1</jackson-version>
387-
<maven-plugin-version>1.0.0</maven-plugin-version>
396+
<swagger-core-version>2.2.8</swagger-core-version>
397+
<jersey-version>3.0.9</jersey-version>
398+
<jackson-version>2.14.2</jackson-version>
388399
<junit-version>4.13.1</junit-version>
389400
<oltu-version>1.0.2</oltu-version>
390401
</properties>

0 commit comments

Comments
 (0)