Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update cucumber to v7.20.1 #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.cucumber:cucumber-guice (source) 7.8.1 -> 7.20.1 age adoption passing confidence
io.cucumber:cucumber-junit-platform-engine (source) 7.8.1 -> 7.20.1 age adoption passing confidence
io.cucumber:cucumber-java (source) 7.8.1 -> 7.20.1 age adoption passing confidence

Release Notes

cucumber/cucumber-jvm (io.cucumber:cucumber-guice)

v7.20.1

Fixed
  • [Core] Lazily start IncrementingUuidGenerator sessions(#​2931 M.P. Korstanje)

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 to long when using Surefire.

v7.18.1

Changed
  • [Core] Include parameterized scenario name in JUnit and TestNG XML report
Fixed

v7.18.0

Added
  • [Core] The TeamCityPlugin for IntelliJ IDEA now uses the hook's method name for the name of the hook itself. (#​2798 V.V. Belov)
  • [Core] Allow feature with line syntax to target rules and examples. (#​2884 M.P. Korstanje)

v7.17.0

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

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

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

v7.15.0

Added
  • [Core] Support nested jar file systems (i.e. Spring Boot 3.2) (#​2830 M.P. Korstanje)
Changed
  • [Core] Upgrade vis-timeline to v7.7.3

v7.14.1

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

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

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

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
  • [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

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

v7.11.1

Added
  • [Core] Warn when cucumber.options is used (#​2685 M.P. Korstanje)
Fixed
  • [Spring] Instantiate TestContextManager synchronously (#​2686, #​2687 Thai Nguyen, M.P. Korstanje)

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
Fixed
  • [Core] Improve test step creation performance (#​2666, Julien Kronegg)
  • [JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)

v7.10.1

Fixed
  • [Spring] Inject CucumberContextConfiguration constructor dependencies (#​2664 M.P. Korstanje)

v7.10.0

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

v7.9.0

Added
Changed
  • [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.
  • [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

Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 2, 2022

Unit Test Results

366 tests  ±0   366 ✔️ ±0   32s ⏱️ -7s
154 suites ±0       0 💤 ±0 
154 files   ±0       0 ±0 

Results for commit ae39fef. ± Comparison against base commit c4cbadf.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/cucumber branch 3 times, most recently from f1ea6de to f06f58f Compare November 4, 2022 04:50
@renovate renovate bot force-pushed the renovate/cucumber branch 4 times, most recently from bdaae4f to 25f6fcd Compare November 16, 2022 03:52
@renovate renovate bot force-pushed the renovate/cucumber branch 7 times, most recently from f00581b to 19aa754 Compare November 28, 2022 04:03
@renovate renovate bot force-pushed the renovate/cucumber branch 3 times, most recently from e41f47e to 58ea090 Compare December 3, 2022 02:23
@renovate renovate bot force-pushed the renovate/cucumber branch 3 times, most recently from b0508eb to a8c73d9 Compare December 11, 2022 17:52
@renovate renovate bot changed the title fix(deps): update cucumber to v7.9.0 fix(deps): update cucumber to v7.10.0 Dec 11, 2022
@renovate renovate bot force-pushed the renovate/cucumber branch 3 times, most recently from d3f020b to b899c2b Compare December 16, 2022 16:33
@renovate renovate bot changed the title fix(deps): update cucumber to v7.10.0 fix(deps): update cucumber to v7.10.1 Dec 16, 2022
@renovate renovate bot changed the title fix(deps): update cucumber to v7.10.1 Update cucumber to v7.10.1 Dec 17, 2022
@renovate renovate bot changed the title Update cucumber to v7.10.1 fix(deps): update cucumber to v7.10.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/cucumber branch 2 times, most recently from 9e2579d to d4c2dc9 Compare December 20, 2022 05:36
@renovate renovate bot force-pushed the renovate/cucumber branch from 7153a21 to 10368e5 Compare June 2, 2023 15:24
@renovate renovate bot changed the title fix(deps): update cucumber to v7.12.0 fix(deps): update cucumber to v7.12.1 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/cucumber branch from 10368e5 to 5213612 Compare July 7, 2023 11:07
@renovate renovate bot changed the title fix(deps): update cucumber to v7.12.1 fix(deps): update cucumber to v7.13.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/cucumber branch from 5213612 to cf586ec Compare September 9, 2023 12:07
@renovate renovate bot changed the title fix(deps): update cucumber to v7.13.0 fix(deps): update cucumber to v7.14.0 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/cucumber branch from cf586ec to 7ecef0b Compare November 25, 2023 21:06
@renovate renovate bot changed the title fix(deps): update cucumber to v7.14.0 fix(deps): update cucumber Nov 25, 2023
@renovate renovate bot changed the title fix(deps): update cucumber fix(deps): update cucumber to v7.14.1 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/cucumber branch from 7ecef0b to 6bf531c Compare December 11, 2023 21:28
@renovate renovate bot changed the title fix(deps): update cucumber to v7.14.1 fix(deps): update cucumber to v7.15.0 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/cucumber branch 2 times, most recently from 4900ff0 to 6547564 Compare February 16, 2024 12:44
@renovate renovate bot force-pushed the renovate/cucumber branch from 6547564 to 54fd7a7 Compare March 22, 2024 01:21
@renovate renovate bot changed the title fix(deps): update cucumber to v7.15.0 fix(deps): update cucumber to v7.16.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from 54fd7a7 to fcf7118 Compare March 23, 2024 21:55
@renovate renovate bot changed the title fix(deps): update cucumber to v7.16.0 fix(deps): update cucumber to v7.16.1 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from fcf7118 to e8567f7 Compare April 18, 2024 21:03
@renovate renovate bot changed the title fix(deps): update cucumber to v7.16.1 fix(deps): update cucumber to v7.17.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from e8567f7 to 550b0d0 Compare May 17, 2024 15:47
@renovate renovate bot changed the title fix(deps): update cucumber to v7.17.0 fix(deps): update cucumber to v7.18.0 May 17, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from 550b0d0 to 9cebdc4 Compare July 18, 2024 19:47
@renovate renovate bot changed the title fix(deps): update cucumber to v7.18.0 fix(deps): update cucumber to v7.18.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from 9cebdc4 to 75c96b1 Compare September 19, 2024 17:02
@renovate renovate bot changed the title fix(deps): update cucumber to v7.18.1 fix(deps): update cucumber to v7.19.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from 75c96b1 to 2d88d71 Compare October 4, 2024 15:49
@renovate renovate bot changed the title fix(deps): update cucumber to v7.19.0 fix(deps): update cucumber to v7.20.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/cucumber branch from 2d88d71 to 9d19043 Compare October 9, 2024 20:07
@renovate renovate bot changed the title fix(deps): update cucumber to v7.20.0 fix(deps): update cucumber to v7.20.1 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants