-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 11 with oci java sdk #162
Comments
We have an item on our backlog to evaluate and upgrade support for newer versions of Java. As of today, it is tested and supported with JDK 8. In the mean time, please feel free to test and let us know if you run into issues using Java 11 with the SDK. Also, you'll need to manually pull in the javax.* dependencies in your application's class path as those are no longer bundled with newer versions of java. |
Other than needing to follow these instructions to pull in the Please consider prioritizing testing and validating the OCI SDK on 11; JDK11 brings a ton of benefits over JDK8. Thank you! |
Hi @jinzha and @jaytaylor , We have tested OCI JAVA SDK on JDK11 and have tests in place for the releases which we do weekly. Also, updated docs for JDK11 support can be found here: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdk.htm . Closing this issue since the ask is complete. Thank you! |
The same issue appears for application build with jlink. The application with JDK 17 works fine, but when I build application with jlink, application failed with this error. |
Hi,
When I use Java 11 with oci-java-sdk, I got below warning. It looks like java 11 is not valid version for oci java sdk. Is there any special reason that java 11 is not valid version? If use 11, is there any risk?
WARNING: Using an unknown runtime, calls may not work
The text was updated successfully, but these errors were encountered: