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 jgiven-junit from 1.1.0 to 1.2.0 #158

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps jgiven-junit from 1.1.0 to 1.2.0.

Release notes

Sourced from jgiven-junit's releases.

Release v1.2.0

Version 1.2.0 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Changelog

Sourced from jgiven-junit's changelog.

v1.2

New features

  • JGiven now supports Spock 2 #784 (thanks to jsalinaspolo)

Fixed issues

  • JGiven now records step timings correctly if there are intro or filler words in a step #755

v1.1

New features

  • The lifecycle method annotations @BeforeStage and @AfterStage have an option to make the associated methods be invoked repeatedly if the stage class is invoked multiple times. Note that the duration of a stage is denoted by the change of the stage class, thus multiple invocations (no matter the form) on the same stage class count as one stage.
  • The field annotations @ScenarioState and @ProvidedScenarioState can be set to be guaranteed. This ensures that the stage that is declaring such field must operate on it during execution and after the stage finishes the field is ensured to be initialized.
  • JGiven supports now an optional properties file, jgiven.properties, which can be used to set some settings for the report generation, such as: enabled, directory, text.color.
  • Added an internal module for injecting automated performance analysis for test methods.

Fixed Issues

  • Refurbished the jgiven-scala example project #619 (thanks to seblm)
  • Updated most dependencies in the project
  • Enabled printing of nested stage #366 (thanks to laurinvesely)
  • Fixed SVG thumbnail creation in HTML5 report #706

Backwards Incompatible Changes

  • JGiven-TestNG now expects you to provide a version of TestNG on the runtime classpath
  • JGiven-Spring does not export its dependency on JGiven-Core anymore, because JGiven-Spring should be used with of the test packages JGiven-JUnit, JGiven-Spock, JGiven-JUnit5, JGiven-TestNG, where that dependency is exported

v1.0.0

This is the first major version update of JGiven. It does introduce new features, as well as backwards-incompatible changes, due to the removal of all deprecated classes and methods and the drop of Java 7 support.

New Features

  • Additon of @FillerWords to prepend scenario stage methods. #472 (thanks to richard-stowe)
  • Java 13 is supported now #447 (thanks to jsalinaspolo)
  • The CurrentStep interface has a new method setName to change the name of a step programmatically #386
  • Updated the Guava dependency to v27.1-jre #398
  • Added DualScenarioTest #406 (thanks to jangalinksi)
  • Upgraded Gradle Plugin to support Gradle 5 and 6 #381 (thanks to jsalinaspolo)
  • @Pending can now be added to the test class to make all scenarios of that class pending #403
  • Added new option 'jgiven.report.dry-run' to generate a report without really executing the tests #435 (thanks to jsalinaspolo)
  • Added Portuguese scenario and stage classes #423 (thanks to gandadil)
  • Added French scenario and stage classes #488 (thanks to ecattez)

Spring 5 with JUnit 5

To better support Spring 5 with JUnit 5 the jgiven-spring module has been split up into three modules. You need to adapt your dependencies accordingly. If you are using JUnit 4 use the jgiven-spring-junit4 module. If you are using Spring 5 with JUnit 5 then use the jgiven-spring-junit5 module.

Backwards Incompatible Changes

... (truncated)

Commits
  • de51b07 Update version to 1.2.0
  • f59c14e Merge pull request #793 from TNG/renovate/com.github.ben-manes.versions-0.x
  • a07450e Merge pull request #792 from TNG/renovate/com.gradle.plugin-publish-0.x
  • e2d3029 Update dependency org.testng:testng to v7.5
  • ba27dc0 Update dependency com.h2database:h2 to v2.0.206
  • e6d53e4 Update plugin com.github.ben-manes.versions to v0.41.0
  • e2733e6 Update dependency org.assertj:assertj-core to v3.22.0
  • 35426e5 Update dependency org.assertj:assertj-core to v3.22.0
  • f26d53e Update plugin com.gradle.plugin-publish to v0.19.0
  • 6faad3f Update dependency com.h2database:h2 to v2.0.204
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [jgiven-junit](https://github.com/TNG/jgiven) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: com.tngtech.jgiven:jgiven-junit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jan 17, 2022
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 88b09a6 into master Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.tngtech.jgiven-jgiven-junit-1.2.0 branch January 17, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant