7.6.0
What's Changed
- Remove redundant Parameter implementation by @krmahadevan in #2706
 - Upgrade to JDK11 by @krmahadevan in #2705
 - Move SimpleBaseTest to be Kotlin based by @krmahadevan in #2703
 - Restore testnames when using suites in suite. by @martinaldrin in #2712
 - Moving ClassHelperTests into Kotlin by @krmahadevan in #2716
 - IHookable and IConfigurable callback discrepancy by @krmahadevan in #2713
 - Minor refactoring by @krmahadevan in #2718
 - Add additional condition for assertEqualsNoOrder by @Dymitriux in #2723
 - beforeConfiguration() listener method should be invoked for skipped configurations as well by @bj-9527 in #2732
 - #2734 keep the initial order of listeners by @asolntsev in #2737
 - SuiteRunner could not be initial by default Configuration by @bj-9527 in #2744
 - Enable Dataprovider failures to be considered. by @krmahadevan in #2748
 - BeforeGroups should run before any matched test by @velma in #2749
 - Fix possible StringIndexOutOfBoundsException exception in XmlReporter by @velma in #2750
 - DataProvider: possibility to unload dataprovider class, when done with it by @dsankouski in #2739
 - fix possibilty that AfterGroups method is invoked before all tests by @velma in #2753
 - fix equals implementation for WrappedTestNGMethod by @velma in #2755
 - Upgrade dependencies, Upgrade to JDK17 by @hduerkop in #2747
 - Wire-In listeners consistently by @krmahadevan in #2756
 - Streamline AfterClass invocation by @krmahadevan in #2757
 - Show FQMN for tests in console by @krmahadevan in #2758
 - Fix 2725 by @krmahadevan in #2759
 
New Contributors
- @Dymitriux made their first contribution in #2723
 - @asolntsev made their first contribution in #2737
 - @velma made their first contribution in #2749
 - @hduerkop made their first contribution in #2747
 
Full Changelog: 7.5...7.6.0