-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issues with some JDK version #3
Comments
Following up on our conversation....
Maybe we can set up a fork of this template with the offending JDK and engineering can use that as the repro? |
Collaborator
Author
@sfc-gh-jfreeberg This is the configuration I have:
|
Collaborator
Author
I just tried out with a devcontainers config. and it works. // For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/java
{
"name": "Java",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/java:0-11",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",
"installMaven": "true",
"installGradle": "false"
}
}
} So it seems like when JDK 17 is also installed there might be some issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing with some JDK version I encountered an issue getting:
This issues has been detected before:
https://community.snowflake.com/s/article/JDBC-Driver-Compatibility-Issue-With-JDK-16-and-Later
The text was updated successfully, but these errors were encountered: