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

TestNG 7.0.0 compatibility #697

Merged
merged 1 commit into from
Oct 24, 2019
Merged

TestNG 7.0.0 compatibility #697

merged 1 commit into from
Oct 24, 2019

Conversation

kris-scheibe
Copy link
Contributor

Bump the TestNG version to 6.9.10 and force the use of TestNG.addListener(ITestNGListener).

TestNG 7.0.0 removed various deprecated specialized TestNG.addListener methods.
Using TestNG.addListener(ITestNGListener) explicitly keeps PITest binary-compatible with the new TestNG 7.x releases.

This fixes #634

…tener(ITestNGListener).

 TestNG 7.0.0 removed various deprecated specialized TestNG.addListener methods.
 Using TestNG.addListener(ITestNGListener) explicitly keeps PITest binary-compatible with the new TestNG 7.x releases.
@hcoles hcoles merged commit 41a3aa0 into hcoles:master Oct 24, 2019
@kris-scheibe
Copy link
Contributor Author

Hello @hcoles ,

do you know, when you'll release a new pitest version containing this patch?
Right now this is holding us back from updating to TestNG 7.x ...

Thanks,
Kris Scheibe

@hcoles
Copy link
Owner

hcoles commented Jan 13, 2020

@kris-scheibe Sorry, hadn't realised it had been so long since the last release.

Pushed 1.4.11 out now.

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.

UNKNOWN_ERROR after updating to TestNG 7.0.0
2 participants