Releases: cucumber/cucumber-jvm
Releases · cucumber/cucumber-jvm
v7.16.0
Added
- [Core] Improved support for multiple classloaders in IncrementingUuidGenerator (#2853 J. Kronegg)
- [Core] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. (cucumber-expressions/#290)
- [JUnit Platform Engine] Improve the cucumber.features warning (#2856 M.P. Korstanje)
- [JUnit Platform Engine] Improve Maven and Gradle compatibility (#2832 M.P. Korstanje)
Changed
- [TestNG] Update dependency org.testng:testng to v7.9.0
- [Core] Update dependency io.cucumber:tag-expressions to v6.1.0
- [Core] Update Messages and dependants (#2826)
- [Core] Update dependency io.cucumber:gherkin to v27.0.0
- [Core] Added Malayalam localization (#2826)
- [Core] Added 'ed' to Italian (gherkin/#31)
- [Core] Added Danish translation of "Rule" (#2826)
- [Core] Added Dutch translation of "Rule" (#2826)
- [Core] Added Esperanto translation of "Rule" (#2826)
- [JUnit Platform Engine] Use JUnit Platform 1.10.2 (JUnit Jupiter 5.10.2)
- [Core] Added Vietnamese translation of "Rule" (gherkin/#204)
- [Core] Added Irish translation of "Rule" (gherkin/#216)
Fixed
- [Core] Missing execution steps statuses (cucumber-junit-xml-formatter/#24 F. Ahadi)
- [Core] Parse negative numbers in Norwegian (and 59 other languages) (cucumber-expressions/#290)
v7.15.0
v7.14.1
v7.14.0
Changed
- [Core] Update dependency io.cucumber:html-formatter to v20.4.0
- [Core] Download attachments that are not video, image or text from the html report (react-components/#333 David J. Goss)
Fixed
- [Core] Exclude Multi-Release files from Jackson while shading (#2786 M.P. Korstanje)
v7.13.0
v7.12.1
Fixed
- [Core] Set html report viewport width to device width (html-formatter/#238 Tim Yao )
- [Core] Fixed
cucumber.publish.enabled=false
(#2747 M.P. Korstanje) - [JUnit Platform Engine] Fixed
cucumber.publish.enabled=false
(#2747 M.P. Korstanje) - [Java] Fixed duplicate step definition for classes with interfaces (#2757 Julien Kronegg)
- [Pico] Fixed unsatisfiable dependency with disposables (#2762 Julien Kronegg)
v7.12.0
Added
- [JUnit Platform Engine] Add constant for fixed.max-pool-size property (#2713 M.P. Korstanje)
- [Core] Support directories containing exclusively rerun files using the
@path/to/rerun
syntax (#2710 Daniel Whitney, M.P. Korstanje) - [Core] Improved event bus performance using UUID generator selectable through SPI (#2703 Julien Kronegg)
- [Core] Added source reference in parameter type messages (#2719 Julien Kronegg)
- [Core] Support for JetBrains Space (ci-environment/#205 Viktor)
Fixed
v7.11.2
v7.11.1
v7.11.0
Added
- [Spring] Support Spring Boot 3 and Spring 6 (#2644 M.P. Korstanje)
- [JUnit Platform] Support
cucumber.execution.parallel.config.config.fixed.max-pool-size
(#2681 M.P. Korstanje)
Changed
- [Core] Use a message based JUnit XML Formatter (#2638 M.P. Korstanje)
- [Core] Throw an exception when tag expressions are incorrectly escaped (tag-expressions/#17 Aslak Hellesøy)
- [DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (#2674 M.P. Korstanje)
Fixed
- [Core] Improve test step creation performance (#2666, Julien Kronegg)
- [JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)