-
Notifications
You must be signed in to change notification settings - Fork 11
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
add tests on java 17 #177
add tests on java 17 #177
Conversation
I've been out the loop for a little, is Spark on JDK 17 supported? |
ef769a1
to
806b949
Compare
@heuermh Spark 3.3.0 is supposed to support 17. |
@heuermh Would you have any objection to dropping support for java 8? |
Fine with me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I claim ignorance on the exports/opens stuff, haven't had to deal with it yet.
--add-opens java.base/java.io=ALL-UNNAMED | ||
--add-opens java.base/java.util=ALL-UNNAMED | ||
--add-opens java.base/java.lang.invoke=ALL-UNNAMED | ||
</argLine> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lbergelson I know it seems sketchy, but I think this is just what you have to do. You should see the list for GATK....
We might want to extend this list to just automatically include all the ones used by spark (thats what I did for GATK).
6616e5c
to
317e083
Compare
testing testing