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 info.cukes:cucumber-core from 1.1.8 to 1.2.5 #1238

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

Bumps info.cukes:cucumber-core from 1.1.8 to 1.2.5.

Changelog

Sourced from info.cukes:cucumber-core's changelog.

1.2.5 (2016-09-12)

  • [Java8] Fix closing over local variables (#916, #924, #929 Alexander Torstling, Aslak Hellesøy)
  • [Java8] Fix IllegalArgumentException on JDK 1.8.0_60 (#912, #914 Michael Wilkerson)
  • [Core] Double-check for directory exists in the ensureParentDirExists(File) (#978 Pavel Ordenko)
  • [picocontainer] Picocontainer lifecycle support(#994, #993, #992 Richard Bradley)
  • [Core] Specifying plugins on the command line via --plugin clobbers settings in the code (#860 Björn Rasmusson)
  • [Core] Make test assertion OS agnostic (#897 sid)
  • [Travis] Improve the travis build (#829 Björn Rasmusson)
  • [Core, Junit] Passthrough options for the JUnit Module (#1002, #1029. Also resolves #825 and #972. Björn Rasmusson, with bug fix by Bernd Bindreiter)
  • [Android, Core, Guice, Junit] Improve code quality ensuring Utility Classes cannot be instantiated (#945 Kirill Vlasov)
  • [Core, Guice, Testng] Improve code quality using isEmpty instead of size comparison (#942 Kirill Vlasov)
  • [Clojure] Don't depend on cucumber-core in the clojure example ([TOMEE-4088 TomEE 9.x + hsqldb 2.7.1 instead of workaround for CVE-2022-41853 #947](cucumber/cucumber-jvm#947 Joe Corneli)
  • [Spring] Some spring tests were not being run (#952 Lee Wan Geun)
  • [OSGI] Pax-exam is optional (#1000 HendrikSP)
  • [Groovy] Fix Null Pointer Exeption whe using List as parameter type in step defs (#980 Steffen Jacobs)
  • [Readme] Use SVG badges! (#941 Kevin Goslar)
  • [TestNG] Ignore the testng directory (#990 Jan Molak)
  • [Core] Use Integer.compare() in HookComparator in order to guard against possible underflow (#986, #985 Mikael Auno)
  • [Junit] Let JUnitReporter treat Pending results in hooks as failures in strict mode, and as ignored tests otherwise (Björn Rasmusson)
  • [Core] Mark scenario as skipped in JUnitFormatter if PendingException is thrown in a hook (#964, #962 Felix Martin Martin)
  • [Core] Support assume feature also with JUnit 4.12 (#961 Stefan Birkner)
  • [TestNG] Always tear down TestNG cucumber tests (#955, #956 Sven-Torben Janus)
  • [TestNG] Make TestNG to fail on unparseable feature files (#953 Björn Rasmusson)
  • [Java8] Throw better exception when lambda stepdefs use generic list arguments (unsupported) (Aslak Hellesøy)

1.2.4 (2015-07-23)

  • [Core] DocString arguments can be converted to scalar types just like capture group arguments (Aslak Hellesøy)
  • [Guice] The cucumber-guice.properties file is no longer used. Use cucumber.properties instead.
  • [Guice] The guice.injector-source property can be overridden as a System property or environment variable (#881 Aslak Hellesøy)
  • [Java] ObjectFactory.addClass returns a boolean indicating whether or not stepdefs/hooks for that class should be registered. (Aslak Hellesøy)
  • [examples] Fix to allow lein test to to run successfully (#805 Chris Howe-Jones)

1.2.3 (2015-07-07)

  • [Core] Make the Rerun Formatter consistent with the exit code (#871 Björn Rasmusson)
  • [OSGi] Cucumber is ready to run in OSGi containers (#873, #799 @​HendrikSP)
  • [Java] cucumber.runtime.java.ObjectFactory moved to cucumber.api.java.ObjectFactory. Custom implementation can be specified in cucumber.properties with cucumber.api.java.ObjectFactory=my.special.KindOfObjectFactory. (Closes #290 Aslak Hellesøy)
  • [Core] Properly decode jar URLs with spaces (%20) - (#866 Aslak Hellesøy)
  • [Java] Arity mismatch Java8 Step Definition error (#852, #847 David Coelho)
  • [Java] Print Java 8 lambda snippets when cucumber-java8 is active (Aslak Hellesøy)
  • [Core] Make the Summary Printer into a plugin (#828 Björn Rasmusson)
  • [Core] Additional unit-tests for #789 (#815 Klaus Bayrhammer)
  • [Java] Added @​Documented to all step annotations (#834, #833 Peter Oxenham)
  • [Core] Set a description for Scenario Outline scenarios (#841, #837 Björn Rasmusson)
  • [Core] Call all formatters, also in case of unimplemented methods (#842, #803 Björn Rasmusson)
  • [TestNG] Run each feature as separate TestNG test (#817, #653 Dmitry Sidorenko, Björn Rasmusson)
  • [Core] Implement TestNG-compatible XML formatter (#818, #621 Dmitry Berezhony, Björn Rasmusson)

... (truncated)

Commits
  • a611360 [maven-release-plugin] prepare release v1.2.5
  • ff82819 Revert "Git should ignore the TestNG output directory"
  • ac7cdde Remove pax examples from release - keep getting errors
  • 6494744 Remove Android examples from release
  • 3288726 Prepare for release 1.2.5
  • 8274909 Fix typo in java8 scenarios
  • 4b768dc Bump hibernate again
  • d075275 downgrade pax-exam
  • 930eda3 Does Hibernate 4.3.11.Final work on Java 7?
  • 7b170d0 See if Hibernate 5.1.1 works better on Java 7
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [info.cukes:cucumber-core](https://github.com/cucumber/cucumber-jvm) from 1.1.8 to 1.2.5.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/v1.2.5/History.md)
- [Commits](cucumber/cucumber-jvm@v1.1.8...v1.2.5)

---
updated-dependencies:
- dependency-name: info.cukes:cucumber-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 5, 2024
@rzo1 rzo1 merged commit 2238a84 into main Jul 5, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/info.cukes-cucumber-core-1.2.5 branch July 5, 2024 18:27
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant