You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2023/01/13 03:02:38 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request, #1355: Bump cucumber.version from 7.10.1 to 7.11.0

dependabot[bot] opened a new pull request, #1355:
URL: https://github.com/apache/isis/pull/1355

   Bumps `cucumber.version` from 7.10.1 to 7.11.0.
   Updates `cucumber-java` from 7.10.1 to 7.11.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-java's releases</a>.</em></p>
   <blockquote>
   <h2>v7.11.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-java's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.11.0] - 2023-01-12</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/769306aeac82b4c869840f2c6c78e0f6d05df32b"><code>769306a</code></a> Prepare release v7.11.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e49b07be18d86780949ac329ef71543fa276ed9d"><code>e49b07b</code></a> [Core] Explain why the feature property is parsed twice</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/4bbab4b217ead4fe6b30ad072f106c9e863d65ca"><code>4bbab4b</code></a> [JUnit Platform] Document fixed.max-pool-size property (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2681">#2681</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/32b355680a1115faf68529714b24c0a1db8fd526"><code>32b3556</code></a> Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-M8...</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/bf1fa8f0c25eb1f5e8330197d0d4b282bf146db3"><code>bf1fa8f</code></a> Update spring core to v6.0.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/44af0e846259dc1c24e95edee1c8495331c50b5f"><code>44af0e8</code></a> Update dependency jakarta.activation:jakarta.activation-api to v2.1.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/daa5eee8cc9eddee036b391a2fe4058837a1af01"><code>daa5eee</code></a> Update xmlunit.version to v2.9.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/260251cee3d0afdd4dd6dc709c5753c3a22bf1f4"><code>260251c</code></a> Update dependency org.apache.tomee:openejb-core to v9.0.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c2f343665242b1f2cef2178c5aead827f490b596"><code>c2f3436</code></a> Update dependency org.junit:junit-bom to v5.9.2</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e6e63da32220c946df95a610033a253be0097220"><code>e6e63da</code></a> Update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-spring` from 7.10.1 to 7.11.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-spring's releases</a>.</em></p>
   <blockquote>
   <h2>v7.11.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-spring's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.11.0] - 2023-01-12</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/769306aeac82b4c869840f2c6c78e0f6d05df32b"><code>769306a</code></a> Prepare release v7.11.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e49b07be18d86780949ac329ef71543fa276ed9d"><code>e49b07b</code></a> [Core] Explain why the feature property is parsed twice</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/4bbab4b217ead4fe6b30ad072f106c9e863d65ca"><code>4bbab4b</code></a> [JUnit Platform] Document fixed.max-pool-size property (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2681">#2681</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/32b355680a1115faf68529714b24c0a1db8fd526"><code>32b3556</code></a> Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-M8...</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/bf1fa8f0c25eb1f5e8330197d0d4b282bf146db3"><code>bf1fa8f</code></a> Update spring core to v6.0.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/44af0e846259dc1c24e95edee1c8495331c50b5f"><code>44af0e8</code></a> Update dependency jakarta.activation:jakarta.activation-api to v2.1.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/daa5eee8cc9eddee036b391a2fe4058837a1af01"><code>daa5eee</code></a> Update xmlunit.version to v2.9.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/260251cee3d0afdd4dd6dc709c5753c3a22bf1f4"><code>260251c</code></a> Update dependency org.apache.tomee:openejb-core to v9.0.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c2f343665242b1f2cef2178c5aead827f490b596"><code>c2f3436</code></a> Update dependency org.junit:junit-bom to v5.9.2</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e6e63da32220c946df95a610033a253be0097220"><code>e6e63da</code></a> Update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-junit` from 7.10.1 to 7.11.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-junit's releases</a>.</em></p>
   <blockquote>
   <h2>v7.11.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-junit's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.11.0] - 2023-01-12</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/769306aeac82b4c869840f2c6c78e0f6d05df32b"><code>769306a</code></a> Prepare release v7.11.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e49b07be18d86780949ac329ef71543fa276ed9d"><code>e49b07b</code></a> [Core] Explain why the feature property is parsed twice</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/4bbab4b217ead4fe6b30ad072f106c9e863d65ca"><code>4bbab4b</code></a> [JUnit Platform] Document fixed.max-pool-size property (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2681">#2681</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/32b355680a1115faf68529714b24c0a1db8fd526"><code>32b3556</code></a> Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-M8...</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/bf1fa8f0c25eb1f5e8330197d0d4b282bf146db3"><code>bf1fa8f</code></a> Update spring core to v6.0.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/44af0e846259dc1c24e95edee1c8495331c50b5f"><code>44af0e8</code></a> Update dependency jakarta.activation:jakarta.activation-api to v2.1.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/daa5eee8cc9eddee036b391a2fe4058837a1af01"><code>daa5eee</code></a> Update xmlunit.version to v2.9.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/260251cee3d0afdd4dd6dc709c5753c3a22bf1f4"><code>260251c</code></a> Update dependency org.apache.tomee:openejb-core to v9.0.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c2f343665242b1f2cef2178c5aead827f490b596"><code>c2f3436</code></a> Update dependency org.junit:junit-bom to v5.9.2</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e6e63da32220c946df95a610033a253be0097220"><code>e6e63da</code></a> Update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-junit-platform-engine` from 7.10.1 to 7.11.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-junit-platform-engine's releases</a>.</em></p>
   <blockquote>
   <h2>v7.11.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-junit-platform-engine's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.11.0] - 2023-01-12</h2>
   <h3>Added</h3>
   <ul>
   <li>[Spring] Support Spring Boot 3 and Spring 6 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2644">#2644</a> M.P. Korstanje)</li>
   <li>[JUnit Platform] Support <code>cucumber.execution.parallel.config.config.fixed.max-pool-size</code> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2681">#2681</a> M.P. Korstanje)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Core] Use a <a href="https://github.com/cucumber/cucumber-junit-xml-formatter">message based JUnit XML Formatter</a> (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2638">#2638</a> M.P. Korstanje)</li>
   <li>[Core] Throw an exception when tag expressions are incorrectly escaped ([tag-expressions/<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/17">#17</a>](<a href="https://github-redirect.dependabot.com/cucumber/tag-expressions/pull/17">cucumber/tag-expressions#17</a>) Aslak Hellesøy)</li>
   <li>[DeltaSpike] Un-Deprecated deltaspike - can be made to work on Java 17 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2674">#2674</a> M.P. Korstanje)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[Core] Improve test step creation performance (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2666">#2666</a>, Julien Kronegg)</li>
   <li>[JUnit Platform] Use JUnit Platform 1.9.2 (JUnit Jupiter 5.9.2)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/769306aeac82b4c869840f2c6c78e0f6d05df32b"><code>769306a</code></a> Prepare release v7.11.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e49b07be18d86780949ac329ef71543fa276ed9d"><code>e49b07b</code></a> [Core] Explain why the feature property is parsed twice</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/4bbab4b217ead4fe6b30ad072f106c9e863d65ca"><code>4bbab4b</code></a> [JUnit Platform] Document fixed.max-pool-size property (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2681">#2681</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/32b355680a1115faf68529714b24c0a1db8fd526"><code>32b3556</code></a> Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-M8...</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/bf1fa8f0c25eb1f5e8330197d0d4b282bf146db3"><code>bf1fa8f</code></a> Update spring core to v6.0.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/44af0e846259dc1c24e95edee1c8495331c50b5f"><code>44af0e8</code></a> Update dependency jakarta.activation:jakarta.activation-api to v2.1.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/daa5eee8cc9eddee036b391a2fe4058837a1af01"><code>daa5eee</code></a> Update xmlunit.version to v2.9.1</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/260251cee3d0afdd4dd6dc709c5753c3a22bf1f4"><code>260251c</code></a> Update dependency org.apache.tomee:openejb-core to v9.0.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c2f343665242b1f2cef2178c5aead827f490b596"><code>c2f3436</code></a> Update dependency org.junit:junit-bom to v5.9.2</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e6e63da32220c946df95a610033a253be0097220"><code>e6e63da</code></a> Update CHANGELOG</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [isis] andi-huber merged pull request #1355: Bump cucumber.version from 7.10.1 to 7.11.0

Posted by GitBox <gi...@apache.org>.
andi-huber merged PR #1355:
URL: https://github.com/apache/isis/pull/1355


-- 
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-unsubscribe@isis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org