Skip to content
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

Merged
merged 1 commit into from
Aug 22, 2023
Merged

add tests on java 17 #177

merged 1 commit into from
Aug 22, 2023

Conversation

lbergelson
Copy link
Contributor

testing testing

@heuermh
Copy link
Contributor

heuermh commented Jun 22, 2022

I've been out the loop for a little, is Spark on JDK 17 supported?

@lbergelson
Copy link
Contributor Author

@heuermh Spark 3.3.0 is supposed to support 17.

@lbergelson
Copy link
Contributor Author

@heuermh Would you have any objection to dropping support for java 8?

@heuermh
Copy link
Contributor

heuermh commented Jun 23, 2022

Would you have any objection to dropping support for java 8?

Fine with me!

@lbergelson
Copy link
Contributor Author

@cmnbroad @heuermh I had to add a bunch of decidedly inelegant opens statements to the java invocation in order to get these to work. If anyone has smarter ideas about dealing with the module system, let me know.

@lbergelson lbergelson marked this pull request as ready for review June 24, 2022 02:48
Copy link
Contributor

@heuermh heuermh left a 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>
Copy link
Contributor

@cmnbroad cmnbroad Feb 14, 2023

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).

@lbergelson lbergelson merged commit fa068a6 into master Aug 22, 2023
2 checks passed
@lbergelson lbergelson deleted the lb_test_on_17 branch August 22, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants