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

Bump cucumber-java from 2.3.1 to 4.3.0 in /examples #1394

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps cucumber-java from 2.3.1 to 4.3.0.

Changelog

Sourced from cucumber-java's changelog.

4.3.0 (2019-04-11)

Added

  • [Core] Improve CucumberOptions documentation (#1573 M.P. Korstanje, Marit van Dijk)
  • [Core] Add logger (#1577 M.P. Korstanje)
    • Errors and warnings are now logged via java.util.Logging system
    • Glue and feature path config is logged via java.util.Logging system
  • [Core] Add real world timestamp to events (#1591 #1594 Yatharth Zutshi, M.P. Korstanje)
    • Adds start_timestamp to json formatter output. Timestamp is in ISO8601 format.
    • Fixes the timeline plugin visualizing tests as starting in 1970.

Changed

  • [Core] Simplify duplicate feature detection (#1602 M.P. Korstanje)
  • [Spring] Remove split package (#1603 M.P. Korstanje)
  • [Core] Upgrade cucumber-expressions to v6.2.2
    • Limit explosion of generated expressions to 256 (#cucumber/576 M.P. Korstanje)
    • Allow parameter-types in escaped optional groups (#cucumber/572, #cucumber/561 Luke Hill, Jayson Smith, M.P. Korstanje)
    • Prefer expression with the longest non-empty match (#cucumber/580 M.P. Korstanje)
    • Improve heuristics for creating Cucumber/Regular Expressions from strings (#cucumber/518 Aslak Hellesøy)
  • [Kotlin-Java8] Upgrade Kotlin to v1.3.0 and more idiomatic Kotlin (#1590 Marit van Dijk)

Deprecated

Removed

Fixed

  • [Core] Add more details to ParserException (#1600 Yatharth Zutshi)
  • [JUnit] Invoke [@​BeforeClass](https://github.com/BeforeClass) before TestRunStarted event (#1578 M.P. Korstanje)

4.2.6 (2019-03-06)

Fixed

  • [Core] Fix concurrent access issues in JUnit and TestNG formatters (#1576, #1575 M.P. Korstanje, grasshopper7)

4.2.5 (2019-03-04)

Fixed

  • [Core] Fix illegal argument exception when using root package as glue (#1572 M.P. Korstanje)
    • Correctly parses glue path "" as the root package
    • Correctly parses glue path "classpath:" as the root package
    • Correctly parses feature identifier "classpath:" as the root package

4.2.4 (2019-02-28)

Fixed

  • [Core] Disambiguate between Windows drive letter and uri scheme (#1568, #1564 jsa34)

4.2.3 (2019-02-08)

Fixed

... (truncated)
Commits
  • cf80ded [maven-release-plugin] prepare release v4.3.0
  • 2d2174c Prepare for release 4.3.0
  • 6c22469 Update changelog
  • b6a58ea [Core] Simplify duplicate feature detection
  • 3efe699 [Spring] Remove split package
  • e117065 [Core] Add more details to ParserException (#1600)
  • 6596761 Fix type in README.md (#1601)
  • 0caf37c Update changelog
  • 3db617b [Core] Add TimeStampMillis to TimeStampedEvent (#1594)
  • 6698a38 [Core] Add timestamp milis to TestCaseStartedEvent and json reporter
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 12, 2019
@rnorth rnorth merged commit 7501244 into master Apr 13, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/examples/io.cucumber-cucumber-java-4.3.0 branch April 13, 2019 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants