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

Update dependency io.cucumber:cucumber-java to v7.18.0 #181

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.cucumber:cucumber-java (source) 7.3.3 -> 7.18.0 age adoption passing confidence
io.cucumber:cucumber-java (source) 7.17.0 -> 7.18.0 age adoption passing confidence

Release Notes

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

v7.18.0

Compare Source

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

Compare Source

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

Compare Source

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

v7.16.0

Compare Source

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

Compare Source

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

Compare Source

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

v7.14.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

v7.11.1

Compare Source

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

Compare Source

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

Compare Source

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

v7.10.0

Compare Source

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

Compare Source

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

v7.8.1

Compare Source

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

Compare Source

Added
  • [Core] Support comparison of expected and actual values in IntelliJ IDEA (#​2607 Andrey Vokin)
  • [Core] Omit filtered out pickles from html report (react-components/#​273 David J. Goss)
  • [Datatable] Support parsing Booleans in Datatables (#​2614 G. Jourdan-Weil)

v7.7.0

Compare Source

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

v7.6.0

Compare Source

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

v7.5.0

Compare Source

Added
  • [OpenEJB] Added new module jakarta-openejb, which supports the jakarta.* namespace in TomEE 9.x (#​2583 R. Zowalla)
Changed
  • [JUnit Platform] Use JUnit Platform 1.9.0 (JUnit Jupiter 5.9.0) (#​2590 M.P. Korstanje)
  • [TestNG] Update dependency org.testng:testng to v7.6.1
  • [Core] Update dependency io.cucumber:ci-environment to v9.1.0
Fixed
  • [Java] Process glue classes distinctly (#​2582 M.P. Korstanje)
  • [Spring] Do not invoke after test methods if test failed to start (#​2585 M.P. Korstanje)

v7.4.1

Compare Source

Fixed
  • [Core] Fix NoSuchMethodError PrintWriter(OutputStream, boolean, Charset) (#​2578 M.P. Korstanje)

v7.4.0

Compare Source

Added
  • [Core] Warn when glue path is passed as file scheme instead of classpath (#​2547 M.P. Korstanje)
Changed
  • [Core] Flush pretty output manually (#​2573 M.P. Korstanje)
Fixed
  • [Spring] Cleanly stop after failure to start application context (#​2570 M.P. Korstanje)
  • [JUnit] Scenario logging does not show up in step notifications (#​2563 M.P. Korstanje)

v7.3.4

Compare Source

Fixed
  • [Core] Fix problem with PrettyFormatter printing URL encoded strings (#​2545 skloessel)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/io.cucumber-cucumber-java-7.x branch 2 times, most recently from 5800a50 to f6e78e8 Compare May 16, 2024 21:13
@renovate renovate bot force-pushed the renovate/io.cucumber-cucumber-java-7.x branch from f6e78e8 to 39bbb03 Compare May 23, 2024 05:57
@renovate renovate bot changed the title Update dependency io.cucumber:cucumber-java to v7.17.0 Update dependency io.cucumber:cucumber-java to v7.18.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/io.cucumber-cucumber-java-7.x branch from 39bbb03 to 4fe80fc Compare June 13, 2024 09:31
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.

None yet

0 participants