kintone-labs / kintone-java-sdk

kintone-java-sdk is the SDK of kintone REST API client on Java
https://kintone-labs.github.io/kintone-java-sdk/
MIT License
9 stars 12 forks source link

kintone-java-sdk requires JDK9 #43

Closed kmizu closed 5 years ago

kmizu commented 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.

trinhhunganh commented 5 years ago

Fixed in https://github.com/kintone/kintone-java-sdk/commit/360659c3b4646e5ea8f833d321f62d77943f8ec4

I am closing this issue. Thank you very much!