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 96 forks source link

Java 1.8 compatible #174

Closed dxh141130 closed 3 years ago

dxh141130 commented 3 years ago

I saw the instruction mentioned that the Java version should be 1.9+, but our production is 1.8. Could we use this SDK? if not, what kind of Java SDK I could use. Thanks

GlorianaMarinDS commented 3 years ago

Hello,

My name is Gloriana and I am part of DocuSign's Developer Support team.

If you use this version of Java your integration will not be supported since the API is made to work with version 1.9+. Your team could possibly get this to work, but we wouldn't be able to assist on how and if your team has issues we will not be able to assist in fixing these issues.

DocuSign Customer Service case #07152236

alex-huang-dc commented 3 years ago

Do you have Java 1.8 compatible Docusign SDK?

GlorianaMarinDS commented 3 years ago

Hello,

Currently our available SDK works with version 1.9+, if your team were able to get Java 1.8 working with the DocuSign SDK we would not be able to assist with any issues since it is not supported.

mmallis87 commented 3 years ago

I have to close this question as it was answered but you can keep the conversation going in comments if you still have questions or feedback.

lgemeinhardt commented 2 years ago

@GlorianaMarinDS Until version 3.14.0 it was working with Java 8 (even if the documentation was telling something else) … now they moved it first to 11 and then back to 9 (see #217).