Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.cucumber:cucumber-junit (source) 6.11.0 -> 7.13.0 age adoption passing confidence
io.cucumber:cucumber-java (source) 6.11.0 -> 7.13.0 age adoption passing confidence
io.cucumber:cucumber-junit (source) 5.7.0 -> 7.13.0 age adoption passing confidence
io.cucumber:cucumber-java (source) 5.7.0 -> 7.13.0 age adoption passing confidence
io.cucumber:cucumber-junit (source) 4.8.1 -> 7.13.0 age adoption passing confidence
io.cucumber:cucumber-java (source) 4.8.1 -> 7.13.0 age adoption passing confidence

Release Notes

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

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

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

v7.8.1

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

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

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

v7.6.0

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

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

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

v7.4.0

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

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

v7.3.3

Fixed
  • [Core] Pretty print plugin performance issues; incorrect DataTable format in Gradle console (#​2541 Scott Davis)

v7.3.2

Fixed
  • [Core] Fix cucumber report spam Collectors.toUnmodifiableList() (#​2533 M.P. Korstanje)

v7.3.1

Fixed
  • [Core] Removed usage of since Java 10 Collectors.toUnmodifiableList() method (#​2531 M.P. Korstanje)

v7.3.0

Added
  • [JUnit Platform] Support cucumber.features property (#​2498 M.P. Korstanje)
Changed
  • [Core] Use null-safe messages (#​2497 M.P. Korstanje)
  • Update dependency io.cucumber:messages to v18 (#​2497 M.P. Korstanje)
  • Update dependency io.cucumber:gherkin to v23 (#​2497 M.P. Korstanje)
  • Update dependency io.cucumber:ci-environment to v9 (#​2475 M.P. Korstanje)
  • Update dependency com.google.inject:guice to v5.1.0 (#​2473 M.P. Korstanje)
  • Update dependency org.testng:testng to v7.5 (#​2457 M.P. Korstanje)
Fixed
  • [OpenEJB] Remove spurious dependencies (#​2477 M.P. Korstanje)
  • [TestNG] Remove spurious Optional from test name (#​2488 M.P. Korstanje)
  • [BOM] Add missing dependencies to bill of materials (#​2496 M.P. Korstanje)
  • [Spring] Start and stop test context once per scenario (#​2517 M.P. Korstanje)
  • [JUnit Platform] Feature files with space in filename generate Illegal Character (#​2521 G. Fernandez)

v7.2.3

Fixed
  • [Core] Uncaught TypeError: e.git is undefined (#​2466 M.P. Korstanje)

v7.2.2

Fixed
  • [Core] Look up docstring converter by type as fallback (#​2459 M.P. Korstanje)

v7.2.1

Fixed
  • [Core] Fix NPE if git is not detected (#​2455 Aslak Hellesøy)

v7.2.0

Added
  • [Core] Support multiple doc strings types with same content type (#​2421 Postelnicu George)
  • [Guice] Automatically detect InjectorSource (#​2432 Postelnicu George)
  • [Core] Support proxy for publish plugin (#​2452 M.P. Korstanje)
Changed
  • [Core] Replaced create-meta dependency with ci-environment (#​2438 M.P. Korstanje)
Deprecated
  • [Guice] Deprecated guice.injector-source in favour of discovering InjectorSource (#​2432 M.P. Korstanje)
Fixed
  • [JUnit Platform] Delay plugin creation until test execution (#​2442 M.P. Korstanje)
  • [Core] Display curl-like error message for more url output stream problems (#​2451 M.P. Korstanje)

v7.1.0

Added
  • [Core] Include DefaultObjectFactory as part of the API (#​2400 M.P. Korstanje)
Changed
  • [Core] Update dependency io.cucumber:tag-expressions to v4.1.0
  • [Core] Support escape backslashes in tag expressions (common/#​1778 Yusuke Noda)
  • [JUnit Platform] Use JUnit Platform 1.8.2 (JUnit Jupiter 5.8.2)
Deprecated
  • [Core] Deprecated forgotten TypeRegistry.

v7.0.0


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 7 times, most recently from bdec0fb to 38da5ae Compare December 24, 2022 20:46
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 9 times, most recently from 1743cbe to 31e3341 Compare January 18, 2023 12:41
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 2 times, most recently from 1983dee to bcc39b8 Compare January 31, 2023 00:43
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from bcc39b8 to 60ef193 Compare February 9, 2023 05:58
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from 60ef193 to ed5ed7c Compare February 19, 2023 03:38
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 3 times, most recently from 9e42e2a to 66ad610 Compare February 28, 2023 03:01
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 7 times, most recently from cc16ecb to f3cbd86 Compare March 17, 2023 09:31
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 7 times, most recently from 9c3a4a3 to ee321cb Compare March 24, 2023 09:14
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from ee321cb to ce9674d Compare April 29, 2023 20:28
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from ce9674d to e88c161 Compare June 2, 2023 16:24
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from e88c161 to df08b3d Compare July 7, 2023 13:24
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch 4 times, most recently from 941141f to 7157b2b Compare August 11, 2023 04:48
@renovate renovate bot force-pushed the renovate/major-cucumber.version branch from 7157b2b to 63fc3df Compare August 11, 2023 08:03
@renovate
Copy link
Contributor Author

renovate bot commented Aug 11, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-cucumber.version branch August 11, 2023 10:50
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.

1 participant