dependabot[bot] opened a new pull request, #1238: URL: https://github.com/apache/tomee/pull/1238
Bumps [info.cukes:cucumber-core](https://github.com/cucumber/cucumber-jvm) from 1.1.8 to 1.2.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/v1.2.5/History.md">info.cukes:cucumber-core's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cucumber/cucumber-jvm/compare/v1.2.4...v1.2.5">1.2.5</a> (2016-09-12)</h2> <ul> <li>[Java8] Fix closing over local variables (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/916">#916</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/924">#924</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/929">#929</a> Alexander Torstling, Aslak Hellesøy)</li> <li>[Java8] Fix IllegalArgumentException on JDK 1.8.0_60 (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/912">#912</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/914">#914</a> Michael Wilkerson)</li> <li>[Core] Double-check for directory exists in the ensureParentDirExists(File) (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/978">#978</a> Pavel Ordenko)</li> <li>[picocontainer] Picocontainer lifecycle support(<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/994">#994</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/993">#993</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/992">#992</a> Richard Bradley)</li> <li>[Core] Specifying plugins on the command line via <code>--plugin</code> clobbers settings in the code (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/860">#860</a> Björn Rasmusson)</li> <li>[Core] Make test assertion OS agnostic (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/897/files">#897</a> sid)</li> <li>[Travis] Improve the travis build (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/829">#829</a> Björn Rasmusson)</li> <li>[Core, Junit] Passthrough options for the JUnit Module (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/1002">#1002</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/1029">#1029</a>. Also resolves <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/825">#825</a> and <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/972">#972</a>. Björn Rasmusson, with bug fix by Bernd Bindreiter)</li> <li>[Android, Core, Guice, Junit] Improve code quality ensuring Utility Classes cannot be instantiated (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/945">#945</a> Kirill Vlasov)</li> <li>[Core, Guice, Testng] Improve code quality using isEmpty instead of size comparison (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/942">#942</a> Kirill Vlasov)</li> <li>[Clojure] Don't depend on cucumber-core in the clojure example ([#947](<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/947">cucumber/cucumber-jvm#947</a> Joe Corneli)</li> <li>[Spring] Some spring tests were not being run (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/952">#952</a> Lee Wan Geun)</li> <li>[OSGI] Pax-exam is optional (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/1000">#1000</a> HendrikSP)</li> <li>[Groovy] Fix Null Pointer Exeption whe using List as parameter type in step defs (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/980">#980</a> Steffen Jacobs)</li> <li>[Readme] Use SVG badges! (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/941">#941</a> Kevin Goslar)</li> <li>[TestNG] Ignore the testng directory (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/990">#990</a> Jan Molak)</li> <li>[Core] Use Integer.compare() in HookComparator in order to guard against possible underflow (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/986">#986</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/985">#985</a> Mikael Auno)</li> <li>[Junit] Let JUnitReporter treat Pending results in hooks as failures in strict mode, and as ignored tests otherwise (Björn Rasmusson)</li> <li>[Core] Mark scenario as skipped in JUnitFormatter if PendingException is thrown in a hook (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/964">#964</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/962">#962</a> Felix Martin Martin)</li> <li>[Core] Support assume feature also with JUnit 4.12 (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/961">#961</a> Stefan Birkner)</li> <li>[TestNG] Always tear down TestNG cucumber tests (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/955">#955</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/956">#956</a> Sven-Torben Janus)</li> <li>[TestNG] Make TestNG to fail on unparseable feature files (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/953">#953</a> Björn Rasmusson)</li> <li>[Java8] Throw better exception when lambda stepdefs use generic list arguments (unsupported) (Aslak Hellesøy)</li> </ul> <h2><a href="https://github.com/cucumber/cucumber-jvm/compare/v1.2.3...v1.2.4">1.2.4</a> (2015-07-23)</h2> <ul> <li>[Core] DocString arguments can be converted to scalar types just like capture group arguments (Aslak Hellesøy)</li> <li>[Guice] The <code>cucumber-guice.properties</code> file is no longer used. Use <code>cucumber.properties</code> instead.</li> <li>[Guice] The <code>guice.injector-source</code> property can be overridden as a System property or environment variable (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/881">#881</a> Aslak Hellesøy)</li> <li>[Java] <code>ObjectFactory.addClass</code> returns a boolean indicating whether or not stepdefs/hooks for that class should be registered. (Aslak Hellesøy)</li> <li>[examples] Fix to allow lein test to to run successfully (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/805">#805</a> Chris Howe-Jones)</li> </ul> <h2><a href="https://github.com/cucumber/cucumber-jvm/compare/v1.2.2...v1.2.3">1.2.3</a> (2015-07-07)</h2> <ul> <li>[Core] Make the Rerun Formatter consistent with the exit code (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/871">#871</a> Björn Rasmusson)</li> <li>[OSGi] Cucumber is ready to run in OSGi containers (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/873">#873</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/799">#799</a> <a href="https://github.com/HendrikSP"><code>@HendrikSP</code></a>)</li> <li>[Java] <code>cucumber.runtime.java.ObjectFactory</code> moved to <code>cucumber.api.java.ObjectFactory</code>. Custom implementation can be specified in <code>cucumber.properties</code> with <code>cucumber.api.java.ObjectFactory=my.special.KindOfObjectFactory</code>. (Closes <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/290">#290</a> Aslak Hellesøy)</li> <li>[Core] Properly decode jar URLs with spaces (%20) - (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/866">#866</a> Aslak Hellesøy)</li> <li>[Java] Arity mismatch Java8 Step Definition error (<a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/852">#852</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/847">#847</a> David Coelho)</li> <li>[Java] Print Java 8 lambda snippets when <code>cucumber-java8</code> is active (Aslak Hellesøy)</li> <li>[Core] Make the Summary Printer into a plugin (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/828">#828</a> Björn Rasmusson)</li> <li>[Core] Additional unit-tests for <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/789">#789</a> (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/815">#815</a> Klaus Bayrhammer)</li> <li>[Java] Added <a href="https://github.com/Documented"><code>@Documented</code></a> to all step annotations (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/834">#834</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/833">#833</a> Peter Oxenham)</li> <li>[Core] Set a description for Scenario Outline scenarios (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/841">#841</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/837">#837</a> Björn Rasmusson)</li> <li>[Core] Call all formatters, also in case of unimplemented methods (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/842">#842</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/issues/803">#803</a> Björn Rasmusson)</li> <li>[TestNG] Run each feature as separate TestNG test (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/817">#817</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/653">#653</a> Dmitry Sidorenko, Björn Rasmusson)</li> <li>[Core] Implement TestNG-compatible XML formatter (<a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/818">#818</a>, <a href="https://redirect.github.com/cucumber/cucumber-jvm/pull/621">#621</a> Dmitry Berezhony, Björn Rasmusson)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/a6113609b8e54ae535467675a7e4f4e3f1959def"><code>a611360</code></a> [maven-release-plugin] prepare release v1.2.5</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/ff82819dcea025454224ed2ce2a44da43c66051a"><code>ff82819</code></a> Revert "Git should ignore the TestNG output directory"</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/ac7cdde7ff8320afa27ce91ae63a62014f41b648"><code>ac7cdde</code></a> Remove pax examples from release - keep getting errors</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/64947445755f88ff5c6763ad6c8b1d17e8dc5a94"><code>6494744</code></a> Remove Android examples from release</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/32887265c6ad9135bcb01b6d87b5f4c3ec5f3557"><code>3288726</code></a> Prepare for release 1.2.5</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/8274909a3dc66ee9389065d2df3ca0759a369b2b"><code>8274909</code></a> Fix typo in java8 scenarios</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/4b768dc836339a52d9c1e6a2a0c51cc31ddaba55"><code>4b768dc</code></a> Bump hibernate again</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/d075275001239e278dcb36d24af2f7232f5cb6c8"><code>d075275</code></a> downgrade pax-exam</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/930eda348d5732a2719e0a913d63e3a0383017e1"><code>930eda3</code></a> Does Hibernate 4.3.11.Final work on Java 7?</li> <li><a href="https://github.com/cucumber/cucumber-jvm/commit/7b170d09e5830abc2cf42c68c6ce2edc0a42d830"><code>7b170d0</code></a> See if Hibernate 5.1.1 works better on Java 7</li> <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v1.1.8...v1.2.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org