Releases: cucumber/cucumber-jvm
Releases · cucumber/cucumber-jvm
v7.22.0
Changed
- [Core] Improved Gherkin parser performance (gherkin/#372 M.P. Korstanje & Julien Kronegg)
- [Core] Improved caching glue performance (#2971 M.P. Korstanje & Julien Kronegg)
- [Java, Java8] Significantly reduced number of emitted step- and hook-definition messages (#2971 M.P. Korstanje & Julien Kronegg)
- [Core] Removed workarounds to limit size of html report (#2971 M.P. Korstanje & Julien Kronegg)
- [JUnit Platform Engine] Use JUnit Platform 1.12.0 (JUnit Jupiter 5.12.0)
Deprecated
- [Core] Deprecated
ScenarioScoped
glue (#2971 M.P. Korstanje & Julien Kronegg)
Fixed
- [Core] Remove duplications in steps in html report due to empty parameters (react-components/#373)
v7.21.1
v7.21.0
Added
- [Core] Pretty-Print DocStringArgument Step Arguments(#2953 Daniel Miladinov)
- [Core] Include hook type in cucumber message (#2972 M.P. Korstanje)
Changed
- [Archetype] Replace JUnit Jupiter with AssertJ (#2969 M.P. Korstanje)
- [JUnit Platform Engine] Use JUnit Platform 1.11.3 (JUnit Jupiter 5.11.3)
- [Core] Update dependency io.cucumber:gherkin to v31.0.0
- [Core] Update dependency io.cucumber:messages to v27.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.9.0
- [Core] Update dependency io.cucumber:query to v13.2.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.3.1
Fixed
v7.20.1
v7.20.0
Added
- [JUnit Platform Engine] Enable use of custom UUID generators (#2926 M.P. Korstanje)
- [JUnit] Enable use of custom UUID generators (#2926 M.P. Korstanje)
- [TestNG] Enable use of custom UUID generators (#2926 M.P. Korstanje)
Changed
- [JUnit Platform Engine] Use JUnit Platform 1.11.2 (JUnit Jupiter 5.11.2)
Fixed
- [Core] Use custom UUID generators for hooks (#2926 M.P. Korstanje)
v7.19.0
Changed
- [JUnit Platform Engine] Use JUnit Platform 1.11.0 (JUnit Jupiter 5.11.0)
Fixed
- [Spring] Document
@CucumberContextConfiguration
semantics (#2887 M.P. Korstanje) - [Core] Enhanced stack trace to include step location for better debugging in case of datatable conversion errors (#2908 Thomas Deblock)
- [Archetype] Set
cucumber.junit-platform.naming-strategy
tolong
when using Surefire.
v7.18.1
Changed
- [Core] Include parameterized scenario name in JUnit and TestNG XML report
Fixed
- [Archetype] Use
import static
for Assertions in archetype (#2899 Patrick Altaie) - [Core] Escape json when writing html report ([#312](https://github.com/cucumber/html-formatter/pull/312] M.P. Korstanje)
v7.18.0
v7.17.0
Added
- [JUnit Platform Engine] Support for parameters
cucumber.junit-platform.naming-strategy.short.example-name
andcucumber.junit-platform.naming-strategy.long.example-name
(#2743 V.V. Belov)
Changed
- [Jakarta CDI] Update dependency jakarta.enterprise:jakarta.enterprise.cdi-api to v4.1.0
- [TestNG] Update dependency org.testng:testng to v7.10.1
- [Core] Use a message based TestNG XML Formatter (#2863 M.P. Korstanje)