Majid Mallis
Majid Mallis
@ta7tou7 apologies for not reaching out earlier. If this is still an issue, in order for us to reproduce the scenario, we need to know how to get to this...
@ta7tou7 I still don't know where do you see the generated URL. Do you log the value to the console, do you open it in a browser window or do...
Thank you all for sharing these code snippets. I create an internal ticket for me and the team to investigate further.
@SunStriderxxx here are the links for [connect timeout](https://eclipse-ee4j.github.io/jersey.github.io/apidocs/latest/jersey/org/glassfish/jersey/client/ClientProperties.html#CONNECT_TIMEOUT) and [read timeout](https://eclipse-ee4j.github.io/jersey.github.io/apidocs/latest/jersey/org/glassfish/jersey/client/ClientProperties.html#READ_TIMEOUT). Regarding your remark about the http client being rebuilt, right now there is a limitation where you need to...
@cheppsn explicit dependencies created lot of version conflicts for a lot of users. The decision was to use uber jar. Here is how you can get 3.19.0 with Maven (similar...
@davidsubskribe this is something we knew we had to do but it never got prioritized until recently. There is an internal ticket to add it to Java SDK as well...
The decision was to use uber jar. Here is how you can get 3.19.0 with Maven (similar syntax exits for Gradle and others): ``` com.docusign docusign-esign-java 3.19.0 shaded ```
@loopforever thanks for the great feedback. Indeed we're due for a modernization of this library. You request captured most of the items we need to target and they will be...
Joda dependency was removed. Thanks for the feedback!
Hi, We have fixed the issues with new eSignature API version and new SDK release candidate. Please have a look at v2.9.0 of the Maven/Gradle package. You can now use...