docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
105 stars 97 forks source link

Can I use an older docusign version (3.14) with older java version (8)? #252

Closed ikhlaw00 closed 1 year ago

ikhlaw00 commented 1 year ago

I am using java 8 in my application and can not update to 9.

Can I use version 3.14 (compiled with java 7) without any problems? is it just an older version with less features or there was some security volunerabilites and it is not suggested to use it?

Is there a list of features implemented after 3.14?

smd9788 commented 1 year ago

DocuSign's official suggestion is to use JDK versions 1.9+, however you should still be able to use version <3.14 without any issues.

You can find the list of changes from version to version in the changelog. There haven't been a lot of major feature releases since 3.14. The latest version is 3.22: https://github.com/docusign/docusign-esign-java-client/blob/master/CHANGELOG.md