Skip to content

Releases: cucumber/cucumber-jvm

v7.10.0

11 Dec 16:08
v7.10.0
2ceada0
Compare
Choose a tag to compare

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)

v7.9.0

01 Nov 11:57
v7.9.0
4bf5c90
Compare
Choose a tag to compare

Added

  • [Spring] Support @CucumberContextConfiguration as a meta-annotation (2491 Michael Schlatt)

Changed

  • [Core] Update dependency io.cucumber:gherkin to v24.1
  • [Core] Delegate encoding and BOM handling to gherkin (2624 M.P. Korstanje)

Fixed

  • [Core] Don't swallow parse errors on the CLI (2632 M.P. Korstanje)

Security

  • [Core] Update dependency com.fasterxml.jackson to v2.13.4.20221012

v7.8.1

03 Oct 16:52
v7.8.1
265bb85
Compare
Choose a tag to compare

Fixed

  • [Core] Remove Jackson services from META-INF/services (#2621 M.P. Korstanje)
  • [JUnit Platform] Use JUnit Platform 1.9.1 (JUnit Jupiter 5.9.1)

v7.8.0

15 Sep 10:27
v7.8.0
4817a90
Compare
Choose a tag to compare

Added

  • [Core] Support comparison of expected and actual values in IntelliJ IDEA (#2607
  • [Datatable] Support parsing Booleans in Datatables (#2614 G. Jourdan-Weil)

v7.7.0

08 Sep 11:36
v7.7.0
87888fa
Compare
Choose a tag to compare

Added

  • [JUnit Platform] Enable parallel execution of features (#2604 Sambathkumar Sekar)

v7.6.0

07 Aug 23:15
v7.6.0
864b898
Compare
Choose a tag to compare

Changed

  • [Core] Update dependency io.cucumber:messages to v19
  • [Core] Update dependency io.cucumber:gherkin to v24
  • [Core] Update dependency io.cucumber:html-formatter to v20