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

Build with JUnit Platform 1.9.1 to support JUnit Jupiter 5.9.1 #69 #70

Merged
merged 1 commit into from Sep 26, 2022

Conversation

davidburstrom
Copy link
Contributor

By bundling the shaded 1.9.1 version of JUnit Platform, it addresses issues finding the method org.junit.platform.commons.util.CollectionUtils.isConvertibleToStream which is required by JUnit Jupiter 5.9.1. The JUnit Platform is backwards compatible with older versions of Jupiter, at least back to 5.8.2.



By bundling the shaded 1.9.1 version of JUnit Platform, it addresses issues finding the method org.junit.platform.commons.util.CollectionUtils.isConvertibleToStream
which is required by JUnit Jupiter 5.9.1. The JUnit Platform is backwards compatible with older versions of Jupiter, at least back to 5.8.2.
@hcoles hcoles merged commit 758ce38 into pitest:master Sep 26, 2022
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

2 participants