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

[#759] Added a preview feature example to jvmArgs section #111

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

boris-github
Copy link

This example is important because it will prevent a following issue:

12:56:50 PIT >> INFO : MINION : 12:56:50 PIT >> WARNING : Could not load com.mycompany.Main Preview features are not enabled for com/mycompany/Main (class file version 58.65535). Try running with '--enable-preview'

This example is important because it will fix the following issue:

12:56:50 PIT >> INFO : MINION : 12:56:50 PIT >> WARNING : Could not load com.mycompany.Main Preview features are not enabled for com/mycompany/Main (class file version 58.65535). Try running with '--enable-preview'
@boris-github
Copy link
Author

@hcoles please review the pull request and merge if OK.

@hcoles
Copy link
Owner

hcoles commented Jul 30, 2020

Although it is good to document this, pitest has not been updated to handle any preview features. It is likely to "work", but the user experience will be poor, with junk mutations created where new language features are used. I think a note to this effect would be needed before its added in.

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.

2 participants