Closed kmizu closed 5 years ago
In the document, the following is written:
Requirement Java SE (Version 8 or later)
However, kintone-java-sdk use HttpURLConnection.setAuthenticator(Authenticator auth), which is implemented in JDK 9. The documentation should be fixed.
Fixed in https://github.com/kintone/kintone-java-sdk/commit/360659c3b4646e5ea8f833d321f62d77943f8ec4
I am closing this issue. Thank you very much!
In the document, the following is written:
However, kintone-java-sdk use HttpURLConnection.setAuthenticator(Authenticator auth), which is implemented in JDK 9. The documentation should be fixed.