Skip to content

Releases: cucumber/cucumber-jvm

v7.17.0

18 Apr 19:29
v7.17.0
755b082
Compare
Choose a tag to compare

Added

  • [JUnit Platform Engine] Support for parameters cucumber.junit-platform.naming-strategy.short.example-name and cucumber.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)

v7.16.1

23 Mar 18:44
v7.16.1
f8a58f4
Compare
Choose a tag to compare

Fixed

  • [Core] Include stack traces in html report (#2862 M.P. Korstanje)

v7.16.0

21 Mar 22:36
v7.16.0
ecb8c41
Compare
Choose a tag to compare

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

v7.15.0

11 Dec 19:19
v7.15.0
06ccdea
Compare
Choose a tag to compare

Changed

  • [Core] Upgrade vis-timeline to v7.7.3

Added

  • [Core] Support nested jar file systems (i.e. Spring Boot 3.2) (#2830 M.P. Korstanje)

v7.14.1

25 Nov 17:49
v7.14.1
455b3b4
Compare
Choose a tag to compare

Fixed

  • [Guice] Inject static fields prior to before all hooks (#2803 M.P. Korstanje)

v7.14.0

09 Sep 10:30
v7.14.0
c72821b
Compare
Choose a tag to compare

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

02 Jul 18:10
v7.13.0
9518014
Compare
Choose a tag to compare

Changed

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

Fixed

  • [Pico] Fixed missing calls to start, stop and dispose handles (#2772 Julien Kronegg)

v7.12.1

02 Jun 14:27
v7.12.1
b9f7212
Compare
Choose a tag to compare

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

29 Apr 16:47
v7.12.0
da3bc7c
Compare
Choose a tag to compare

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

  • [Pico] Improve performance (#2724 Julien Kronegg)
  • [JUnit 4] Fix swallowed exception (#2714 M.P. Korstanje)
  • [Guice] Fix NPE in Guice when configured incorrectly (#2716 M.P. Korstanje)

v7.11.2

23 Mar 21:32
v7.11.2
5a468ba
Compare
Choose a tag to compare

Fixed

  • [JUnit Platform Engine] Corrupted junit-xml report when using surefire.rerunFailingTestsCount parameter (#2709 M.P. Korstanje)