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

maven-surefire-plugin config add-opens (for JDK 17) #893

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

msgilligan
Copy link
Contributor

Add add-opens configuration option to pom.xml for the maven-surefire-plugin to support building with JDK 17.

There are issues with PowerMock in the driver-vlcj module that must also be addressed to get a JDK 17 build working, but this fix does not affect the JDK 11 build.

Note: This commit is based on PR #892 (to make it easy to verify that the JDK 11 build still works)

This should fix the Github Actions build, I'm not sure why this was excluded -- maybe
there was a good reason?
Prepare for building with JDK 17.
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.

None yet

1 participant