Skip to content

v7.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 16:08
v7.10.0
2ceada0

Added

  • Enabled reproducible builds (#2641 Hervé Boutemy )
  • [Core] Mark Allure 5 and 6 plugins as incompatible (#2652 M.P. Korstanje)
  • [Spring] Invoke all TestContextManager methods (#2661 M.P. Korstanje)

Changed

  • [TestNG] Update dependency org.testng:testng to v7.7.0

Deprecated

  • [DeltaSpike] Deprecated Deltaspike - does not work on Java 17.

Fixed

  • [Core] Emit exceptions on failure to handle test run finished events (#2651 M.P. Korstanje)
  • [Spring] @MockBean annotation not working with JUnit5 (#2654 Alexander Kirilov, M.P. Korstanje)
  • [Core] Improve expression creation performance (cucumber-expressions/#187, cucumber-expressions/#189, jkrongegg)