Replies: 2 comments
-
|
We support java 17+. The docs are out of date. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed we do run tests in CI/CD using:
While our build requirements are specifically towards Java 11:
I tried compiling with Java 11, our dependencies are too ahead of time. Also, we have a
recordkeyword of >=14 introduced in #1787 in April. Therefore, at the moment, in fact we do not support Java 11 at all.There are multiple mentions of Java 11+ requirement written, for example:
https://github.com/vmware/versatile-data-kit/blob/main/cicd/build.sh#L11
We need to sync our Java versions requirements understanding.
Beta Was this translation helpful? Give feedback.
All reactions