Hello everyone,
On behalf of the TestNG Dev team,I am pleased to announce the availability of TestNG 7.12.0 org.testng:testng:7.12.0
TestNG 7.12.0 is now available in Maven Central.
Contributors who helped make TestNG become better in this release:
- Charlie Hayes
- Bartek Florczak
Special thanks to Julien Herr for helping out with all the code reviews.
In this release, we spent time squashing some bugs (Please see below for a full list of issues that were fixed).
- GITHUB-3231: TestNG retry is going into infinite loop when the data provider returned object is modified before failure
- GITHUB-3236: DataProvider parameters are not refreshed on retry when cacheDataForTestRetries=false
- GITHUB-3227: assertEqualsNoOrder false positive when collection has same size and actual Collection is subset of expected collection
- GITHUB-3177: Method org.testng.xml.XmlSuite#toXml do not save new properties like "share-thread-pool-for-data-providers"
- GITHUB-3179: ClassCastException when use shouldUseGlobalThreadPool(true) property
- GITHUB-2765: Test timeouts using existing Executor now propagate the stack trace to the ThreadTimeoutException