Add CommandLine.getOptionCount() to measure option repetition#396
Add CommandLine.getOptionCount() to measure option repetition#396garydgregory merged 1 commit intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Hello @toxn
Thank you for your PR.
The build fails since you did not follow the instructions in the PR template. Basically, run 'mvn' by itself.
0521818 to
505248b
Compare
|
|
|
Hello @toxn |
|
Fixed style issues |
Fixes: CLI-350
|
I took the initiative to fix This could be a real bug if Maybe |
garydgregory
left a comment
There was a problem hiding this comment.
Hello @toxn
TY for your update, please see my comment.
|
LGTM. @Claudenw Any objections? |
|
PR merged, thank you @toxn Please test your use case from git master or a snapshot build from https://repository.apache.org/content/repositories/snapshots/ Thank you! |
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](apache/commons-cli#396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](apache/commons-cli#393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the minor-and-patch group with 15 updates: | Package | From | To | | --- | --- | --- | | [no.nav.melosys:melosys-internt-kodeverk](https://github.com/navikt/melosys-kodeverk-java) | `5.15.326-77cdab1` | `5.15.328-1c79e4b` | | [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) | `4.10.1` | `4.13.2` | | [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.10.0` | `1.11.0` | | [org.scala-lang:scala-library](https://github.com/scala/scala) | `2.13.17` | `2.13.18` | | [org.scala-lang:scala-reflect](https://github.com/scala/scala) | `2.13.17` | `2.13.18` | | org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` | | org.apache.cxf:cxf-core | `4.1.3` | `4.1.4` | | org.apache.cxf:cxf-rt-features-logging | `4.1.3` | `4.1.4` | | org.apache.cxf:cxf-rt-rs-client | `4.1.3` | `4.1.4` | | org.apache.cxf:cxf-rt-frontend-jaxws | `4.1.3` | `4.1.4` | | org.apache.cxf:cxf-rt-ws-security | `4.1.3` | `4.1.4` | | org.apache.cxf.services.sts:cxf-services-sts-core | `4.1.3` | `4.1.4` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.13.1` | `3.13.2` | | [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `6.0.4` | `6.0.5` | | [io.kotest:kotest-assertions-json-jvm](https://github.com/kotest/kotest) | `6.0.4` | `6.0.5` | Updates `no.nav.melosys:melosys-internt-kodeverk` from 5.15.326-77cdab1 to 5.15.328-1c79e4b <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="proxy.php?url=https://github.com/navikt/melosys-kodeverk-java/commits">compare view</a></li> </ul> </details> <br /> Updates `org.antlr:antlr4-runtime` from 4.10.1 to 4.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/antlr/antlr4/releases">org.antlr:antlr4-runtime's releases</a>.</em></p> <blockquote> <h2>4.13.2</h2> <p>Minor updates release.</p> <h2>Pull requests grouped by target</h2> <h3>cpp target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4661">[Cpp] Use target_include_dirs for cmake targets</a> (target:cpp)</li> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4588">Update C++ documentation to state that C++17 is required</a> (comp:doc, target:cpp)</li> </ul> <h3>go target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4292">fix go-target.md, remove duplicate 'get'</a> (comp:doc, target:go)</li> </ul> <h3>javascript target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4540">fix(javascript): fix types not being recognized for NodeNext module resolution</a> (target:javascript)</li> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4411">[Javascript] Fix broken package entrypoints</a> (target:javascript, type:cleanup)</li> </ul> <h3>python3 target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4312">name 'state' conflict with Python3 runtime.</a> (target:python3)</li> </ul> <h2>Contributors</h2> <ul> <li>1 items: <a href="proxy.php?url=https://github.com/njnobles">njnobles</a></li> <li>1 items: <a href="proxy.php?url=https://github.com/andreasbuhr">Andreas Buhr</a> (andreasbuhr)</li> <li>1 items: <a href="proxy.php?url=https://github.com/ericvergnaud">Eric Vergnaud</a> (ericvergnaud)</li> <li>1 items: <a href="proxy.php?url=https://github.com/KurtGokhan">Gökhan Kurt</a> (KurtGokhan)</li> <li>1 items: <a href="proxy.php?url=https://github.com/johannesheesterman">johannesheesterman</a></li> <li>1 items: <a href="proxy.php?url=https://github.com/Codex-">Alex Miller</a> (Codex-)</li> <li>1 items: <a href="proxy.php?url=https://github.com/GP4cK">GP4cK</a></li> <li>1 items: <a href="proxy.php?url=https://github.com/agatti">Alessandro Gatti</a> (agatti)</li> <li>1 items: <a href="proxy.php?url=https://github.com/cyqw">cyqw</a></li> <li>1 items: <a href="proxy.php?url=https://github.com/css521">css521</a> (css521)</li> </ul> <h2>4.13.1</h2> <h2>Pull requests grouped by target</h2> <h3>csharp target</h3> <ul> <li>[[CSharp] Fix for <a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/issues/4386">#4386</a> -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](<a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4399">antlr/antlr4#4399</a>) (target:csharp, type:cleanup)</li> </ul> <h3>go target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4397">Move GetText(), SetText(), and String() from CommonToken to BaseToken</a> (target:go, type:cleanup)</li> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4396">Restore "Obtained from string" source name.</a> (target:go, type:cleanup)</li> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4276">fix: Fix very minor code issues spotted by goreportcard.com</a> (target:go, type:cleanup)</li> </ul> <h3>java target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4394">Java: suppress <code>this-escape</code> warning introduced in JDK 21.</a> (actions, target:java)</li> </ul> <h3>javascript target</h3> <ul> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4323">Adds default targets for babel configuration</a> (target:javascript)</li> <li><a href="proxy.php?url=https://redirect.github.com/antlr/antlr4/pull/4272">fix dependabot warnings</a> (target:javascript, type:cleanup)</li> </ul> <h3>swift target</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/cc82115a4e7f53d71d9d905caa2c2dfa4da58899"><code>cc82115</code></a> [maven-release-plugin] prepare release 4.13.2</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/b91cecf6d06600433a12a12271a7985d2845d7aa"><code>b91cecf</code></a> Update 4.13.1 -> 4.13.2</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/35ff30df46cfdf71a58d7aafafa12f5aeee7aef9"><code>35ff30d</code></a> Update release docs to say 4.13.2; rebuild XPathLexers</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/25593494e5f761a00ccdbd8727a30f5b953b63cb"><code>2559349</code></a> fix(javascript): fix types not being recognized for NodeNext module resolutio...</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/e8bf978cb145559e3128beee871f95cd53a58679"><code>e8bf978</code></a> rule name 'state' conflict with Python runtime.</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/88a0c7ab03137dfd6b24c2f235652a46d0edfa39"><code>88a0c7a</code></a> Support TypeScript bundler module resolution</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/caf46b93291088be636a4e2a1fb641942c77fb46"><code>caf46b9</code></a> [Python3] Replace deprecated <code>assertEquals()</code> to fix py3.12 compat</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/17f3f5e590084200142e69e1c83695b7d956b778"><code>17f3f5e</code></a> Add include dirs direclty to cpp targets</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/b3bb7439546d2035203790d5513c505720cf0bdd"><code>b3bb743</code></a> chore: fix error link</li> <li><a href="proxy.php?url=https://github.com/antlr/antlr4/commit/7d4cea92bc3f7d709f09c3f1ac77c5bbc71a6749"><code>7d4cea9</code></a> Fix singleton memory leaks</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/antlr/antlr4/compare/4.10.1...4.13.2">compare view</a></li> </ul> </details> <br /> Updates `commons-cli:commons-cli` from 1.10.0 to 1.11.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](https://github.com/apache/commons-cli/issues/396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](https://github.com/apache/commons-cli/issues/393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0">compare view</a></li> </ul> </details> <br /> Updates `org.scala-lang:scala-library` from 2.13.17 to 2.13.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/scala/scala/releases">org.scala-lang:scala-library's releases</a>.</em></p> <blockquote> <h2>[WIP] Scala 2.13.18</h2> <p>Work in progress: this release is not yet announced. See <a href="proxy.php?url=https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4">https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/98f40d00ddcf59a802862d38a9fe79806cde59fa"><code>98f40d0</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11180">#11180</a> from SethTisue/scala-3.7.4</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/f47ee1805403c975fec93171c830c66690fe9212"><code>f47ee18</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11181">#11181</a> from lrytz/t13141</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/960905c952f7a9c1c6988506da93e4d611591699"><code>960905c</code></a> Don't type check synthetic args in presence of errors</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/5c28ce5d148aa21320f758baea277bae6ba73e61"><code>5c28ce5</code></a> Scala 3.7.4 (was 3.7.3)</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ae6ae4dd59cb90af62093cde52a292e5bd8bb7a8"><code>ae6ae4d</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11179">#11179</a> from lrytz/merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/e828c8ff969951685552dcbe86a41fa5bdc13060"><code>e828c8f</code></a> Merge commit '597789e91a' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/c099baeca6c09aadafcd7955f7ba894fe7a8b79f"><code>c099bae</code></a> Merge commit '01ad07aaf2' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ef7bf424ac0d4c2fc5d770f6bc7ae7242ca886af"><code>ef7bf42</code></a> Merge commit '516ea3283f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/786153f88a5d6776a2e2c09a120f5108e80239a7"><code>786153f</code></a> Merge commit '42b335a55f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/597789e91aef3e0972a2bdefedb825af7e56d36c"><code>597789e</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11178">#11178</a> from dragos/dragos/backport-base-type-crash-fix</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/scala/scala/compare/v2.13.17...v2.13.18">compare view</a></li> </ul> </details> <br /> Updates `org.scala-lang:scala-reflect` from 2.13.17 to 2.13.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/scala/scala/releases">org.scala-lang:scala-reflect's releases</a>.</em></p> <blockquote> <h2>[WIP] Scala 2.13.18</h2> <p>Work in progress: this release is not yet announced. See <a href="proxy.php?url=https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4">https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/98f40d00ddcf59a802862d38a9fe79806cde59fa"><code>98f40d0</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11180">#11180</a> from SethTisue/scala-3.7.4</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/f47ee1805403c975fec93171c830c66690fe9212"><code>f47ee18</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11181">#11181</a> from lrytz/t13141</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/960905c952f7a9c1c6988506da93e4d611591699"><code>960905c</code></a> Don't type check synthetic args in presence of errors</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/5c28ce5d148aa21320f758baea277bae6ba73e61"><code>5c28ce5</code></a> Scala 3.7.4 (was 3.7.3)</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ae6ae4dd59cb90af62093cde52a292e5bd8bb7a8"><code>ae6ae4d</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11179">#11179</a> from lrytz/merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/e828c8ff969951685552dcbe86a41fa5bdc13060"><code>e828c8f</code></a> Merge commit '597789e91a' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/c099baeca6c09aadafcd7955f7ba894fe7a8b79f"><code>c099bae</code></a> Merge commit '01ad07aaf2' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ef7bf424ac0d4c2fc5d770f6bc7ae7242ca886af"><code>ef7bf42</code></a> Merge commit '516ea3283f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/786153f88a5d6776a2e2c09a120f5108e80239a7"><code>786153f</code></a> Merge commit '42b335a55f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/597789e91aef3e0972a2bdefedb825af7e56d36c"><code>597789e</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11178">#11178</a> from dragos/dragos/backport-base-type-crash-fix</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/scala/scala/compare/v2.13.17...v2.13.18">compare view</a></li> </ul> </details> <br /> Updates `org.scala-lang:scala-reflect` from 2.13.17 to 2.13.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/scala/scala/releases">org.scala-lang:scala-reflect's releases</a>.</em></p> <blockquote> <h2>[WIP] Scala 2.13.18</h2> <p>Work in progress: this release is not yet announced. See <a href="proxy.php?url=https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4">https://contributors.scala-lang.org/t/scala-2-13-18-release-planning/7271/4</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/98f40d00ddcf59a802862d38a9fe79806cde59fa"><code>98f40d0</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11180">#11180</a> from SethTisue/scala-3.7.4</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/f47ee1805403c975fec93171c830c66690fe9212"><code>f47ee18</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11181">#11181</a> from lrytz/t13141</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/960905c952f7a9c1c6988506da93e4d611591699"><code>960905c</code></a> Don't type check synthetic args in presence of errors</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/5c28ce5d148aa21320f758baea277bae6ba73e61"><code>5c28ce5</code></a> Scala 3.7.4 (was 3.7.3)</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ae6ae4dd59cb90af62093cde52a292e5bd8bb7a8"><code>ae6ae4d</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11179">#11179</a> from lrytz/merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/e828c8ff969951685552dcbe86a41fa5bdc13060"><code>e828c8f</code></a> Merge commit '597789e91a' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/c099baeca6c09aadafcd7955f7ba894fe7a8b79f"><code>c099bae</code></a> Merge commit '01ad07aaf2' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/ef7bf424ac0d4c2fc5d770f6bc7ae7242ca886af"><code>ef7bf42</code></a> Merge commit '516ea3283f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/786153f88a5d6776a2e2c09a120f5108e80239a7"><code>786153f</code></a> Merge commit '42b335a55f' into merge-212</li> <li><a href="proxy.php?url=https://github.com/scala/scala/commit/597789e91aef3e0972a2bdefedb825af7e56d36c"><code>597789e</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/scala/scala/issues/11178">#11178</a> from dragos/dragos/backport-base-type-crash-fix</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/scala/scala/compare/v2.13.17...v2.13.18">compare view</a></li> </ul> </details> <br /> Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 Updates `org.apache.cxf:cxf-core` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-features-logging` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-rs-client` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-ws-security` from 4.1.3 to 4.1.4 Updates `org.apache.cxf.services.sts:cxf-services-sts-core` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-features-logging` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-rs-client` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.1.3 to 4.1.4 Updates `org.apache.cxf:cxf-rt-ws-security` from 4.1.3 to 4.1.4 Updates `org.apache.cxf.services.sts:cxf-services-sts-core` from 4.1.3 to 4.1.4 Updates `org.wiremock:wiremock-standalone` from 3.13.1 to 3.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/wiremock/wiremock/releases">org.wiremock:wiremock-standalone's releases</a>.</em></p> <blockquote> <h2>3.13.2</h2> <h2>What's Changed</h2> <ul> <li>Bump minor / bugfix versions of dependencies to latest by <a href="proxy.php?url=https://github.com/Mahoney"><code>@Mahoney</code></a> in <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/pull/3222">wiremock/wiremock#3222</a></li> <li>Bump ui versions by <a href="proxy.php?url=https://github.com/Mahoney"><code>@Mahoney</code></a> in <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/pull/3224">wiremock/wiremock#3224</a></li> <li>Remove unnecessary file by <a href="proxy.php?url=https://github.com/Mahoney"><code>@Mahoney</code></a> in <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/pull/3227">wiremock/wiremock#3227</a></li> <li>Remove standalone only by <a href="proxy.php?url=https://github.com/Mahoney"><code>@Mahoney</code></a> in <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/pull/3225">wiremock/wiremock#3225</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2">https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/88587aa13b4899da080538e1b21bec0da105491e"><code>88587aa</code></a> Use the new Maven Central publish mechanism</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/31c2745be718462989a4cdcb89c6af4b38024892"><code>31c2745</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/issues/3225">#3225</a> from wiremock/3.x-remove-standalone-only</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/fe27d5ed83bf7ac7bc4ee062574491b727708a94"><code>fe27d5e</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/issues/3227">#3227</a> from wiremock/fix-ui</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/33f95c052b5a91ad28204447a26f5a8a629ccd5d"><code>33f95c0</code></a> Remove unnecessary file</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/2b6c07bd2b05f241a751762eca0af462de758aa2"><code>2b6c07b</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/issues/3224">#3224</a> from wiremock/upgrade-ui</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/27feb5be0da17cf8886f512290fa84affae1d7fa"><code>27feb5b</code></a> Remove standaloneOnly</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/581c243b244d80e68352a036967040e4f1f820c5"><code>581c243</code></a> Bump ui versions</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/084d43477fa664bf6ddcf5989073e1afb52c3c8c"><code>084d434</code></a> Bump version to 3.13.2 in prep for release</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/9e4ce88dbe1d5bc66f67067e70cc8e3fd3fd1108"><code>9e4ce88</code></a> Bump version to 3.13.2 in prep for release</li> <li><a href="proxy.php?url=https://github.com/wiremock/wiremock/commit/2b296d6c9622a041ca1e6862cade344c21106d41"><code>2b296d6</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/wiremock/wiremock/issues/3222">#3222</a> from wiremock/3.x-versions</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-core-jvm` from 6.0.4 to 6.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-core-jvm's releases</a>.</em></p> <blockquote> <h2>v6.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fix: <code>InstancePerLeaf</code> tests fail when a test leaf has siblings by <a href="proxy.php?url=https://github.com/T45K"><code>@T45K</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5139">kotest/kotest#5139</a></li> <li>fix(arrow): collect clues on failures by <a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li>add max timeout bounds to continually and retry by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5145">kotest/kotest#5145</a></li> <li>Move <code>spring.boot.starter.web</code> dependency from <code>jvmMain</code> to <code>jvmTest</code>. by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5146">kotest/kotest#5146</a></li> <li>Remove uuid usage to fix JS on certain version of node by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5150">kotest/kotest#5150</a></li> <li>Remove periods from test names only at TCSM stage by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5149">kotest/kotest#5149</a></li> <li>Fix wasmJS support for browser tests by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5148">kotest/kotest#5148</a></li> <li>Fix PR workflow for windows by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5151">kotest/kotest#5151</a></li> <li>Expand behavior spec tags to given and when by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5152">kotest/kotest#5152</a></li> <li>update to kotlin 2.2.20 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5153">kotest/kotest#5153</a></li> <li>update to gradle 9.1.0 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5158">kotest/kotest#5158</a></li> <li>docs: Update Maven links and badges in Extensions docs by <a href="proxy.php?url=https://github.com/noojung"><code>@noojung</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5173">kotest/kotest#5173</a></li> <li>allow to verify if json schema prop is null (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5172">#5172</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5175">kotest/kotest#5175</a></li> <li>allow to verify if Boolean property in jsonSchema is true or false (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5171">#5171</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5174">kotest/kotest#5174</a></li> <li>fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5179">kotest/kotest#5179</a></li> <li>fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5180">kotest/kotest#5180</a></li> <li>fix-data-class-eq by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5178">kotest/kotest#5178</a></li> <li>Alex/reproduce race conditions (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5162">#5162</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5163">kotest/kotest#5163</a></li> <li><code>shouldBeEqualToUsingFields</code> with different types by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5124">kotest/kotest#5124</a></li> <li>Fix pr builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5187">kotest/kotest#5187</a></li> <li>add <code>shouldBeEqualToDifferentTypeIgnoringFields</code> by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5194">kotest/kotest#5194</a></li> <li>Use deprecated overloads to highlight non-determinstic arbitrary usage by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5186">kotest/kotest#5186</a></li> <li>chore: fix master builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5198">kotest/kotest#5198</a></li> <li>make shouldCompile/shouldNotCompile support multiple files by <a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> <li>Make <code>SpringExtension</code> open and introduce variants by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5195">kotest/kotest#5195</a></li> <li>Support duplicated spec names in separate packages for KSP by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5197">kotest/kotest#5197</a></li> <li>Skip modules in PR on !linux when JVM only by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5199">kotest/kotest#5199</a></li> <li>use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5192">kotest/kotest#5192</a></li> <li>Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5154">kotest/kotest#5154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li><a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...v6.0.5">https://github.com/kotest/kotest/compare/6.0.4...v6.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/eb92f6ea1ec23cd33f5e48eb022d4cfc8aa4e18b"><code>eb92f6e</code></a> Make <code>mingwX64</code> configuration conditional based on OS detection in native con...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/613a1c9a2751a6a28046f7209a93f2cce4a8c036"><code>613a1c9</code></a> Remove <code>linux-only-tests-conventions</code> plugin from <code>kotest-property-arrow</code> bui...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/bf84accb1de1f60d3ddc4dfc8457a53c630588d8"><code>bf84acc</code></a> Reorder and update <code>kotest-runner</code> dependencies in build and settings files f...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/6ada4e9c6233c769117793fe688e498bdcecf435"><code>6ada4e9</code></a> Update <code>nmcpAggregation</code> calls to use fully qualified project paths in build ...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/a542469833e25bfddb095a32437d76268cc8c291"><code>a542469</code></a> Refactor build configuration to enable conditional dependency aggregation bas...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/35bb9821f6d2bfed83069e4478f4d83fffc8db48"><code>35bb982</code></a> Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5154">#5154</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/0b8331f65cea88e52dfe9857a64f157fdfae430d"><code>0b8331f</code></a> use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5192">#5192</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/c6a6413ea5905805ac6870f9fb95ec92c18f8ff6"><code>c6a6413</code></a> Skip modules in PR on !linux when JVM only (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5199">#5199</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/797c60eab95c91bff0079baaca4429af806b6094"><code>797c60e</code></a> Support duplicated spec names in separate packages for KSP (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5197">#5197</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/9060b4c3f0f68399a01746012d0b0d726f1ead36"><code>9060b4c</code></a> Make <code>SpringExtension</code> open and introduce variants (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5195">#5195</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...6.0.5">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json-jvm` from 6.0.4 to 6.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-json-jvm's releases</a>.</em></p> <blockquote> <h2>v6.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fix: <code>InstancePerLeaf</code> tests fail when a test leaf has siblings by <a href="proxy.php?url=https://github.com/T45K"><code>@T45K</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5139">kotest/kotest#5139</a></li> <li>fix(arrow): collect clues on failures by <a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li>add max timeout bounds to continually and retry by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5145">kotest/kotest#5145</a></li> <li>Move <code>spring.boot.starter.web</code> dependency from <code>jvmMain</code> to <code>jvmTest</code>. by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5146">kotest/kotest#5146</a></li> <li>Remove uuid usage to fix JS on certain version of node by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5150">kotest/kotest#5150</a></li> <li>Remove periods from test names only at TCSM stage by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5149">kotest/kotest#5149</a></li> <li>Fix wasmJS support for browser tests by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5148">kotest/kotest#5148</a></li> <li>Fix PR workflow for windows by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5151">kotest/kotest#5151</a></li> <li>Expand behavior spec tags to given and when by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5152">kotest/kotest#5152</a></li> <li>update to kotlin 2.2.20 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5153">kotest/kotest#5153</a></li> <li>update to gradle 9.1.0 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5158">kotest/kotest#5158</a></li> <li>docs: Update Maven links and badges in Extensions docs by <a href="proxy.php?url=https://github.com/noojung"><code>@noojung</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5173">kotest/kotest#5173</a></li> <li>allow to verify if json schema prop is null (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5172">#5172</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5175">kotest/kotest#5175</a></li> <li>allow to verify if Boolean property in jsonSchema is true or false (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5171">#5171</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5174">kotest/kotest#5174</a></li> <li>fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5179">kotest/kotest#5179</a></li> <li>fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5180">kotest/kotest#5180</a></li> <li>fix-data-class-eq by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5178">kotest/kotest#5178</a></li> <li>Alex/reproduce race conditions (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5162">#5162</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5163">kotest/kotest#5163</a></li> <li><code>shouldBeEqualToUsingFields</code> with different types by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5124">kotest/kotest#5124</a></li> <li>Fix pr builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5187">kotest/kotest#5187</a></li> <li>add <code>shouldBeEqualToDifferentTypeIgnoringFields</code> by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5194">kotest/kotest#5194</a></li> <li>Use deprecated overloads to highlight non-determinstic arbitrary usage by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5186">kotest/kotest#5186</a></li> <li>chore: fix master builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5198">kotest/kotest#5198</a></li> <li>make shouldCompile/shouldNotCompile support multiple files by <a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> <li>Make <code>SpringExtension</code> open and introduce variants by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5195">kotest/kotest#5195</a></li> <li>Support duplicated spec names in separate packages for KSP by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5197">kotest/kotest#5197</a></li> <li>Skip modules in PR on !linux when JVM only by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5199">kotest/kotest#5199</a></li> <li>use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5192">kotest/kotest#5192</a></li> <li>Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5154">kotest/kotest#5154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li><a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...v6.0.5">https://github.com/kotest/kotest/compare/6.0.4...v6.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/eb92f6ea1ec23cd33f5e48eb022d4cfc8aa4e18b"><code>eb92f6e</code></a> Make <code>mingwX64</code> configuration conditional based on OS detection in native con...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/613a1c9a2751a6a28046f7209a93f2cce4a8c036"><code>613a1c9</code></a> Remove <code>linux-only-tests-conventions</code> plugin from <code>kotest-property-arrow</code> bui...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/bf84accb1de1f60d3ddc4dfc8457a53c630588d8"><code>bf84acc</code></a> Reorder and update <code>kotest-runner</code> dependencies in build and settings files f...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/6ada4e9c6233c769117793fe688e498bdcecf435"><code>6ada4e9</code></a> Update <code>nmcpAggregation</code> calls to use fully qualified project paths in build ...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/a542469833e25bfddb095a32437d76268cc8c291"><code>a542469</code></a> Refactor build configuration to enable conditional dependency aggregation bas...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/35bb9821f6d2bfed83069e4478f4d83fffc8db48"><code>35bb982</code></a> Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5154">#5154</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/0b8331f65cea88e52dfe9857a64f157fdfae430d"><code>0b8331f</code></a> use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5192">#5192</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/c6a6413ea5905805ac6870f9fb95ec92c18f8ff6"><code>c6a6413</code></a> Skip modules in PR on !linux when JVM only (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5199">#5199</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/797c60eab95c91bff0079baaca4429af806b6094"><code>797c60e</code></a> Support duplicated spec names in separate packages for KSP (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5197">#5197</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/9060b4c3f0f68399a01746012d0b0d726f1ead36"><code>9060b4c</code></a> Make <code>SpringExtension</code> open and introduce variants (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5195">#5195</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...6.0.5">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json-jvm` from 6.0.4 to 6.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-json-jvm's releases</a>.</em></p> <blockquote> <h2>v6.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fix: <code>InstancePerLeaf</code> tests fail when a test leaf has siblings by <a href="proxy.php?url=https://github.com/T45K"><code>@T45K</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5139">kotest/kotest#5139</a></li> <li>fix(arrow): collect clues on failures by <a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li>add max timeout bounds to continually and retry by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5145">kotest/kotest#5145</a></li> <li>Move <code>spring.boot.starter.web</code> dependency from <code>jvmMain</code> to <code>jvmTest</code>. by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5146">kotest/kotest#5146</a></li> <li>Remove uuid usage to fix JS on certain version of node by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5150">kotest/kotest#5150</a></li> <li>Remove periods from test names only at TCSM stage by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5149">kotest/kotest#5149</a></li> <li>Fix wasmJS support for browser tests by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5148">kotest/kotest#5148</a></li> <li>Fix PR workflow for windows by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5151">kotest/kotest#5151</a></li> <li>Expand behavior spec tags to given and when by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5152">kotest/kotest#5152</a></li> <li>update to kotlin 2.2.20 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5153">kotest/kotest#5153</a></li> <li>update to gradle 9.1.0 by <a href="proxy.php?url=https://github.com/nhajratw"><code>@nhajratw</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5158">kotest/kotest#5158</a></li> <li>docs: Update Maven links and badges in Extensions docs by <a href="proxy.php?url=https://github.com/noojung"><code>@noojung</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5173">kotest/kotest#5173</a></li> <li>allow to verify if json schema prop is null (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5172">#5172</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5175">kotest/kotest#5175</a></li> <li>allow to verify if Boolean property in jsonSchema is true or false (addresses <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5171">#5171</a>) by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5174">kotest/kotest#5174</a></li> <li>fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5179">kotest/kotest#5179</a></li> <li>fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by <a href="proxy.php?url=https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5180">kotest/kotest#5180</a></li> <li>fix-data-class-eq by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5178">kotest/kotest#5178</a></li> <li>Alex/reproduce race conditions (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5162">#5162</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5163">kotest/kotest#5163</a></li> <li><code>shouldBeEqualToUsingFields</code> with different types by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5124">kotest/kotest#5124</a></li> <li>Fix pr builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5187">kotest/kotest#5187</a></li> <li>add <code>shouldBeEqualToDifferentTypeIgnoringFields</code> by <a href="proxy.php?url=https://github.com/alfonsoristorato"><code>@alfonsoristorato</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5194">kotest/kotest#5194</a></li> <li>Use deprecated overloads to highlight non-determinstic arbitrary usage by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5186">kotest/kotest#5186</a></li> <li>chore: fix master builds by <a href="proxy.php?url=https://github.com/tKe"><code>@tKe</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5198">kotest/kotest#5198</a></li> <li>make shouldCompile/shouldNotCompile support multiple files by <a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> <li>Make <code>SpringExtension</code> open and introduce variants by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5195">kotest/kotest#5195</a></li> <li>Support duplicated spec names in separate packages for KSP by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5197">kotest/kotest#5197</a></li> <li>Skip modules in PR on !linux when JVM only by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5199">kotest/kotest#5199</a></li> <li>use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) by <a href="proxy.php?url=https://github.com/AlexCue987"><code>@AlexCue987</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5192">kotest/kotest#5192</a></li> <li>Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) by <a href="proxy.php?url=https://github.com/sksamuel"><code>@sksamuel</code></a> in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5154">kotest/kotest#5154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/RafeArnold"><code>@RafeArnold</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li><a href="proxy.php?url=https://github.com/mirror-kt"><code>@mirror-kt</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...v6.0.5">https://github.com/kotest/kotest/compare/6.0.4...v6.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/eb92f6ea1ec23cd33f5e48eb022d4cfc8aa4e18b"><code>eb92f6e</code></a> Make <code>mingwX64</code> configuration conditional based on OS detection in native con...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/613a1c9a2751a6a28046f7209a93f2cce4a8c036"><code>613a1c9</code></a> Remove <code>linux-only-tests-conventions</code> plugin from <code>kotest-property-arrow</code> bui...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/bf84accb1de1f60d3ddc4dfc8457a53c630588d8"><code>bf84acc</code></a> Reorder and update <code>kotest-runner</code> dependencies in build and settings files f...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/6ada4e9c6233c769117793fe688e498bdcecf435"><code>6ada4e9</code></a> Update <code>nmcpAggregation</code> calls to use fully qualified project paths in build ...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/a542469833e25bfddb095a32437d76268cc8c291"><code>a542469</code></a> Refactor build configuration to enable conditional dependency aggregation bas...</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/35bb9821f6d2bfed83069e4478f4d83fffc8db48"><code>35bb982</code></a> Fix StackOverflowError on cyclic maps/collections (fixes <a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5154">#5154</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/0b8331f65cea88e52dfe9857a64f157fdfae430d"><code>0b8331f</code></a> use atLeast and atMost for Double (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5192">#5192</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/c6a6413ea5905805ac6870f9fb95ec92c18f8ff6"><code>c6a6413</code></a> Skip modules in PR on !linux when JVM only (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5199">#5199</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/797c60eab95c91bff0079baaca4429af806b6094"><code>797c60e</code></a> Support duplicated spec names in separate packages for KSP (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5197">#5197</a>)</li> <li><a href="proxy.php?url=https://github.com/kotest/kotest/commit/9060b4c3f0f68399a01746012d0b0d726f1ead36"><code>9060b4c</code></a> Make <code>SpringExtension</code> open and introduce variants (<a href="proxy.php?url=https://redirect.github.com/kotest/kotest/issues/5195">#5195</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/kotest/kotest/compare/6.0.4...6.0.5">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](apache/commons-cli#396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](apache/commons-cli#393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Closes #2459 from dependabot[bot]/dependabot/maven/java/commons-cli-commons-cli-1.11.0. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <[email protected]>
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](apache/commons-cli#396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](apache/commons-cli#393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Closes #2459 from dependabot[bot]/dependabot/maven/java/commons-cli-commons-cli-1.11.0. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit d49037e) Signed-off-by: Dongjoon Hyun <[email protected]>
…tory with 12 updates (#772) Bumps the all-gradle-version-updates group with 11 updates in the /java directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.10.3` | `6.0.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.11.4` | `6.0.1` | | com.diffplug.spotless | `8.0.0` | `8.1.0` | | org.apache.commons:commons-lang3 | `3.14.0` | `3.20.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.32.1` | `4.33.2` | | [me.lemire.integercompression:JavaFastPFOR](https://github.com/fast-pack/JavaFastPFOR) | `0.2.1` | `0.3.10` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `15.0` | `26.0.2-1` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.50.3.0` | `3.51.1.0` | | me.champeau.jmh | `0.7.2` | `0.7.3` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.34.0` | `0.35.0` | | [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.10.0` | `1.11.0` | Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 6.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1">https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1</a></p> <p>JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/2897robo"><code>@2897robo</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4525">junit-team/junit-framework#4525</a></li> <li><a href="proxy.php?url=https://github.com/strangelookingnerd"><code>@strangelookingnerd</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4683">junit-team/junit-framework#4683</a></li> <li><a href="proxy.php?url=https://github.com/eric6iese"><code>@eric6iese</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4717">junit-team/junit-framework#4717</a></li> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0">https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0</a></p> <p>JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC3/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3</a></p> <p>JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2</a></p> <p>JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC1/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1">https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1</a></p> <p>JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-M2/release-notes/">Release Notes</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/d774b9ccc8550701fd6362c43f92611911da3e2b"><code>d774b9c</code></a> Release 6.0.1 (second attempt)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/8178545561e7c39f4775a39fa3e9a7d00b20382c"><code>8178545</code></a> Mark module as deprecated for removal</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/7b43fcced94dfb08cfd93fd91dd7992b7cb6b71a"><code>7b43fcc</code></a> Back to snapshots for further development</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/a5ef74652bcaa2a40b0b384a8c6d63c7c3cc5a78"><code>a5ef746</code></a> Release 6.0.1</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/008be8d9c0a759f74d4093d93c9f36bbd3c0a9d5"><code>008be8d</code></a> Finalize 5.14.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/b2c55a81cca90d477a35e97b1f3b59b6c5362ffc"><code>b2c55a8</code></a> Finalize 6.0.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/866c01a6d1b72ad569cb8a6007ccaa7ec2eb366c"><code>866c01a</code></a> Add note about duplicate test execution with <a href="proxy.php?url=https://github.com/Suite"><code>@Suite</code></a> (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5080">#5080</a>)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/de88e8848a263652fb4b45ef5ba73d34a6a2de15"><code>de88e88</code></a> Fix broken links in documentation</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/9dd132d714ab44f89899143f2b564535034614d6"><code>9dd132d</code></a> Add Valhalla EA to workflow matrix</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/fedda882590c121e66a26de6a78ba5b532ec8aec"><code>fedda88</code></a> Make jdk.jfr import optional in OSGi manifest (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5092">#5092</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.10.3...r6.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 6.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-engine's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1">https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1</a></p> <p>JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/2897robo"><code>@2897robo</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4525">junit-team/junit-framework#4525</a></li> <li><a href="proxy.php?url=https://github.com/strangelookingnerd"><code>@strangelookingnerd</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4683">junit-team/junit-framework#4683</a></li> <li><a href="proxy.php?url=https://github.com/eric6iese"><code>@eric6iese</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4717">junit-team/junit-framework#4717</a></li> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0">https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0</a></p> <p>JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC3/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3</a></p> <p>JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2</a></p> <p>JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC1/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1">https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1</a></p> <p>JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-M2/release-notes/">Release Notes</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/d774b9ccc8550701fd6362c43f92611911da3e2b"><code>d774b9c</code></a> Release 6.0.1 (second attempt)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/8178545561e7c39f4775a39fa3e9a7d00b20382c"><code>8178545</code></a> Mark module as deprecated for removal</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/7b43fcced94dfb08cfd93fd91dd7992b7cb6b71a"><code>7b43fcc</code></a> Back to snapshots for further development</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/a5ef74652bcaa2a40b0b384a8c6d63c7c3cc5a78"><code>a5ef746</code></a> Release 6.0.1</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/008be8d9c0a759f74d4093d93c9f36bbd3c0a9d5"><code>008be8d</code></a> Finalize 5.14.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/b2c55a81cca90d477a35e97b1f3b59b6c5362ffc"><code>b2c55a8</code></a> Finalize 6.0.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/866c01a6d1b72ad569cb8a6007ccaa7ec2eb366c"><code>866c01a</code></a> Add note about duplicate test execution with <a href="proxy.php?url=https://github.com/Suite"><code>@Suite</code></a> (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5080">#5080</a>)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/de88e8848a263652fb4b45ef5ba73d34a6a2de15"><code>de88e88</code></a> Fix broken links in documentation</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/9dd132d714ab44f89899143f2b564535034614d6"><code>9dd132d</code></a> Add Valhalla EA to workflow matrix</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/fedda882590c121e66a26de6a78ba5b532ec8aec"><code>fedda88</code></a> Make jdk.jfr import optional in OSGi manifest (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5092">#5092</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 6.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-params's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1">https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1</a></p> <p>JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/2897robo"><code>@2897robo</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4525">junit-team/junit-framework#4525</a></li> <li><a href="proxy.php?url=https://github.com/strangelookingnerd"><code>@strangelookingnerd</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4683">junit-team/junit-framework#4683</a></li> <li><a href="proxy.php?url=https://github.com/eric6iese"><code>@eric6iese</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4717">junit-team/junit-framework#4717</a></li> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0">https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0</a></p> <p>JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC3/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="proxy.php?url=https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3</a></p> <p>JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2</a></p> <p>JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-RC1/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="proxy.php?url=https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1">https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1</a></p> <p>JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2</p> <p>See <a href="proxy.php?url=https://docs.junit.org/6.0.0-M2/release-notes/">Release Notes</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/d774b9ccc8550701fd6362c43f92611911da3e2b"><code>d774b9c</code></a> Release 6.0.1 (second attempt)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/8178545561e7c39f4775a39fa3e9a7d00b20382c"><code>8178545</code></a> Mark module as deprecated for removal</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/7b43fcced94dfb08cfd93fd91dd7992b7cb6b71a"><code>7b43fcc</code></a> Back to snapshots for further development</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/a5ef74652bcaa2a40b0b384a8c6d63c7c3cc5a78"><code>a5ef746</code></a> Release 6.0.1</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/008be8d9c0a759f74d4093d93c9f36bbd3c0a9d5"><code>008be8d</code></a> Finalize 5.14.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/b2c55a81cca90d477a35e97b1f3b59b6c5362ffc"><code>b2c55a8</code></a> Finalize 6.0.1 release notes</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/866c01a6d1b72ad569cb8a6007ccaa7ec2eb366c"><code>866c01a</code></a> Add note about duplicate test execution with <a href="proxy.php?url=https://github.com/Suite"><code>@Suite</code></a> (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5080">#5080</a>)</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/de88e8848a263652fb4b45ef5ba73d34a6a2de15"><code>de88e88</code></a> Fix broken links in documentation</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/9dd132d714ab44f89899143f2b564535034614d6"><code>9dd132d</code></a> Add Valhalla EA to workflow matrix</li> <li><a href="proxy.php?url=https://github.com/junit-team/junit-framework/commit/fedda882590c121e66a26de6a78ba5b532ec8aec"><code>fedda88</code></a> Make jdk.jfr import optional in OSGi manifest (<a href="proxy.php?url=https://redirect.github.com/junit-team/junit-framework/issues/5092">#5092</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/junit-team/junit-framework/compare/r5.10.3...r6.0.1">compare view</a></li> </ul> </details> <br /> Updates `com.diffplug.spotless` from 8.0.0 to 8.1.0 Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.20.0 Updates `com.google.protobuf:protobuf-java` from 4.32.1 to 4.33.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="proxy.php?url=https://github.com/protocolbuffers/protobuf/commits">compare view</a></li> </ul> </details> <br /> Updates `me.lemire.integercompression:JavaFastPFOR` from 0.2.1 to 0.3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/releases">me.lemire.integercompression:JavaFastPFOR's releases</a>.</em></p> <blockquote> <h2>Version 0.3.10</h2> <h2>What's Changed</h2> <ul> <li>Export differential packages for JPMS by <a href="proxy.php?url=https://github.com/lifeinwild"><code>@lifeinwild</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/68">fast-pack/JavaFastPFOR#68</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.9...JavaFastPFOR-0.3.10">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.9...JavaFastPFOR-0.3.10</a></p> <h2>Version 0.3.9</h2> <h2>What's Changed</h2> <ul> <li>Add information about Maven Central to README by <a href="proxy.php?url=https://github.com/piotrrzysko"><code>@piotrrzysko</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/66">fast-pack/JavaFastPFOR#66</a></li> <li>bugfix of LongDelta by <a href="proxy.php?url=https://github.com/lifeinwild"><code>@lifeinwild</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/67">fast-pack/JavaFastPFOR#67</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="proxy.php?url=https://github.com/lifeinwild"><code>@lifeinwild</code></a> made their first contribution in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/67">fast-pack/JavaFastPFOR#67</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.8...JavaFastPFOR-0.3.9">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.8...JavaFastPFOR-0.3.9</a></p> <h2>Version 0.3.8</h2> <h2>What's Changed</h2> <ul> <li>Fix release action by <a href="proxy.php?url=https://github.com/piotrrzysko"><code>@piotrrzysko</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/64">fast-pack/JavaFastPFOR#64</a></li> <li>can we make publishing automatic ? by <a href="proxy.php?url=https://github.com/lemire"><code>@lemire</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/65">fast-pack/JavaFastPFOR#65</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.4...JavaFastPFOR-0.3.8">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.4...JavaFastPFOR-0.3.8</a></p> <h2>Version 0.3.4</h2> <h2>What's Changed</h2> <ul> <li>Publishing to Maven Central by <a href="proxy.php?url=https://github.com/piotrrzysko"><code>@piotrrzysko</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/63">fast-pack/JavaFastPFOR#63</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.3...JavaFastPFOR-0.3.4">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.3...JavaFastPFOR-0.3.4</a></p> <h2>Version 0.3.3</h2> <h2>What's Changed</h2> <ul> <li>Fix handling of output offset in SkippableComposition classes by <a href="proxy.php?url=https://github.com/piotrrzysko"><code>@piotrrzysko</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/62">fast-pack/JavaFastPFOR#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.2...JavaFastPFOR-0.3.3">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.2...JavaFastPFOR-0.3.3</a></p> <h2>Version 0.3.2</h2> <h2>What's Changed</h2> <ul> <li>Fix variable-byte encoding of large longs by <a href="proxy.php?url=https://github.com/piotrrzysko"><code>@piotrrzysko</code></a> in <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/pull/61">fast-pack/JavaFastPFOR#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.1...JavaFastPFOR-0.3.2">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.1...JavaFastPFOR-0.3.2</a></p> <h2>Version 0.3.1</h2> <p>Release patch.</p> <p><strong>Full Changelog</strong>: <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.0...JavaFastPFOR-0.3.1">https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.3.0...JavaFastPFOR-0.3.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/f033dcf93620f9f7afb2170b11da50c5c215345c"><code>f033dcf</code></a> [maven-release-plugin] prepare release JavaFastPFOR-0.3.10</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/abd3a3927bef79997a4ad2f6b6a3157563b1e2ad"><code>abd3a39</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/issues/68">#68</a> from lifeinwild/master</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/6559221f3c5df38b9e2407294653c19a715e874a"><code>6559221</code></a> Export differential packages for JPMS</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/5eb542b2c35dfab1d9a3bb1f8b2e61f0cb4335b2"><code>5eb542b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/a4ded943814aa28d26466e821788cbc3b7121a05"><code>a4ded94</code></a> [maven-release-plugin] prepare release JavaFastPFOR-0.3.9</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/b9af9fee7fb03259c9c4f624463e82c2f1cb9b98"><code>b9af9fe</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/issues/67">#67</a> from lifeinwild/bugfix/longcompression</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/7f2f5fcdf074bc7c5d1c32119d5d32f0320ed34b"><code>7f2f5fc</code></a> bugfix of LongDelta</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/922d46c2a28598c22a4729df0dba5b71eef498b7"><code>922d46c</code></a> Merge pull request <a href="proxy.php?url=https://redirect.github.com/fast-pack/JavaFastPFOR/issues/66">#66</a> from piotrrzysko/update_readme_maven</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/8b59184298825781dffb46c6fcb50f3dbd5a055c"><code>8b59184</code></a> Add information about Maven Central to README</li> <li><a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/commit/58b142eaa1795003d54d85c8d872549783af2eff"><code>58b142e</code></a> undoing</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/fast-pack/JavaFastPFOR/compare/JavaFastPFOR-0.2.1...JavaFastPFOR-0.3.10">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains:annotations` from 15.0 to 26.0.2-1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/JetBrains/java-annotations/releases">org.jetbrains:annotations's releases</a>.</em></p> <blockquote> <h2>26.0.2-1</h2> <p>A technical release to employ new Maven publishing machinery</p> <h2>26.0.2</h2> <ul> <li>Fixed missing klibs for apple artifacts.</li> </ul> <h2>26.0.1</h2> <ul> <li>Fixed sources.jar build (regression after 25.0.0)</li> </ul> <h2>26.0.0</h2> <ul> <li>Added new experimental annotation: <code>@NotNullByDefault</code></li> </ul> <h2>25.0.0</h2> <ul> <li>Added Kotlin Multiplatform artifact (multiplatform-annotations).</li> <li>Removed Java 5 artifact.</li> </ul> <h2>24.1.0</h2> <ul> <li><code>@CheckReturnValue</code> is not experimental anymore.</li> </ul> <h2>24.0.1</h2> <ul> <li>Added <code>@Documented</code> annotation where it would be useful.</li> </ul> <h2>24.0.0</h2> <ul> <li>Added new annotation: <code>@CheckReturnValue</code></li> </ul> <h2>23.1.0</h2> <ul> <li>Added new annotation: <code>@ApiStatus.Obsolete</code></li> </ul> <h2>23.0.0</h2> <ul> <li>Added new annotations: <code>@BlockingExecutor</code> and <code>@NonBlockingExecutor</code>.</li> </ul> <h2>22.0.0</h2> <ul> <li>Added new annotations: <code>@Blocking</code> and <code>@NonBlocking</code>.</li> </ul> <h2>21.0.1</h2> <ul> <li>Multi-Release Jar: Manifest fixed</li> </ul> <h2>21.0.0</h2> <ul> <li>Added new annotation: <code>@UnknownNullability</code>.</li> <li>Proper JPMS module.</li> </ul> <h2>20.1.0</h2> <ul> <li>Added <code>TYPE_USE</code> target for <code>PropertyKey</code> annotation.</li> </ul> <h2>20.0.0</h2> <ul> <li>Added new annotation: <code>@MustBeInvokedByOverriders</code>.</li> <li>Added new annotation: <code>@VisibleForTesting</code>.</li> <li>Added <code>TYPE_USE</code> target for <code>NonNls</code> annotation.</li> <li>String attributes of annotations are marked as <code>@NonNls</code> where applicable.</li> <li>Documentation for <code>@Nls</code> and <code>@NonNls</code> updated: now they could be used as meta-annotations.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md">org.jetbrains:annotations's changelog</a>.</em></p> <blockquote> <h2>Version 26.0.2-1</h2> <ul> <li>A technical release using the new Sonatype publication mechanism, see <a href="proxy.php?url=https://central.sonatype.org/publish/publish-portal-guide/">https://central.sonatype.org/publish/publish-portal-guide/</a></li> </ul> <h2>Version 26.0.2</h2> <ul> <li>Fixed missing klibs for apple artifacts.</li> </ul> <h2>Version 26.0.1</h2> <ul> <li>Fixed sources.jar build (regression after 25.0.0)</li> </ul> <h2>Version 26.0.0</h2> <ul> <li>Added new experimental annotation: <code>@NotNullByDefault</code></li> </ul> <h2>Version 25.0.0</h2> <ul> <li>Added Kotlin Multiplatform artifact (multiplatform-annotations).</li> <li>Removed Java 5 artifact.</li> </ul> <h2>Version 24.1.0</h2> <ul> <li><code>@CheckReturnValue</code> is not experimental anymore.</li> </ul> <h2>Version 24.0.1</h2> <ul> <li>Added <code>@Documented</code> annotation where it would be useful.</li> </ul> <h2>Version 24.0.0</h2> <ul> <li>Added new annotation: <code>@CheckReturnValue</code>.</li> </ul> <h2>Version 23.1.0</h2> <ul> <li>Added new annotation: <code>@ApiStatus.Obsolete</code>.</li> </ul> <h2>Version 23.0.0</h2> <ul> <li>Added new annotations: <code>@BlockingExecutor</code> and <code>@NonBlockingExecutor</code>.</li> </ul> <h2>Version 22.0.0</h2> <ul> <li>Added new annotations: <code>@Blocking</code> and <code>@NonBlocking</code>.</li> </ul> <h2>Version 21.0.1</h2> <ul> <li>Multi-Release Jar: Manifest fixed</li> </ul> <p>Version 21.0.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="proxy.php?url=https://github.com/JetBrains/java-annotations/commits/26.0.2-1">compare view</a></li> </ul> </details> <br /> Updates `org.xerial:sqlite-jdbc` from 3.50.3.0 to 3.51.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.51.1.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.51.1 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/6868e66">6868e66</a>)</li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.codehaus.mojo:versions-maven-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/7603dbb">7603dbb</a>)</li> <li>bump actions/checkout from 5 to 6 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/79a5083">79a5083</a>)</li> <li>bump org.apache.maven.plugins:maven-jar-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/41d4bb3">41d4bb3</a>)</li> <li>bump org.graalvm.buildtools:native-maven-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/2499f23">2499f23</a>)</li> <li>org.graalvm.buildtools:native-maven-plugin from 0.10.6 to 0.11.2 (<a href="proxy.php?url=https://redirect.github.com/xerial/sqlite-jdbc/issues/1346">#1346</a>) (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/4f126e5">4f126e5</a>), closes <a href="proxy.php?url=https://redirect.github.com/xerial/sqlite-jdbc/issues/1346">#1346</a></li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump org.assertj:assertj-core from 3.27.4 to 3.27.6 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/c6f063c">c6f063c</a>)</li> </ul> <p><strong>unscoped</strong></p> <ul> <li>disable fail-fast (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/5df7db9">5df7db9</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Kristof</p> <h2>Release 3.51.0.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.51.0 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/6a0f6b4">6a0f6b4</a>)</li> <li>enable LIMIT support for UPDATE and DELETE (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/acf84ae">acf84ae</a>), closes <a href="proxy.php?url=https://redirect.github.com/xerial/sqlite-jdbc/issues/1318">#1318</a></li> </ul> <h2>🔄️ Changes</h2> <ul> <li>spotless apply (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/6505920">6505920</a>)</li> </ul> <h2>🧪 Tests</h2> <ul> <li>load extension enabled by connection string (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/751cd07">751cd07</a>)</li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.graalvm.sdk:nativeimage from 24.1.2 to 25.0.1 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/62a819a">62a819a</a>)</li> <li>bump org.jreleaser:jreleaser-maven-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/3fc3374">3fc3374</a>)</li> <li>bump org.apache.maven.plugins:maven-compiler-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/c7f900b">c7f900b</a>)</li> <li>bump actions/download-artifact from 5 to 6 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/f7063ae">f7063ae</a>)</li> <li>bump actions/upload-artifact from 4 to 5 (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/938d553">938d553</a>)</li> <li>bump org.sonatype.central:central-publishing-maven-plugin (<a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commits/a822d58">a822d58</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/a6d0147b96b6b2df3503b2b6f713b77e7026ae05"><code>a6d0147</code></a> chore(release): 3.51.1.0 [skip ci]</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/5df7db9f0ee9b67d973e62009d19df112a81e330"><code>5df7db9</code></a> ci: disable fail-fast</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/f7f2d9d4068e4fddb826ae2e1383780c2a166321"><code>f7f2d9d</code></a> chore: update native libraries</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/6868e667483338a36cfa84eb5721130c38523d6f"><code>6868e66</code></a> feat(sqlite): upgrade to sqlite 3.51.1</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/7603dbb8d7a5c3955e4496ffc91f6b8270b60881"><code>7603dbb</code></a> build(deps): bump org.codehaus.mojo:versions-maven-plugin</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/79a5083039ff81c33434e270095893a43be1d89c"><code>79a5083</code></a> build(deps): bump actions/checkout from 5 to 6</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/41d4bb3473188a6887edd0030f58099234b2584b"><code>41d4bb3</code></a> build(deps): bump org.apache.maven.plugins:maven-jar-plugin</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/2499f230ca1b79951d4a7316c0eec79df21c930c"><code>2499f23</code></a> build(deps): bump org.graalvm.buildtools:native-maven-plugin</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/c6f063c1afa503a1c5a9a77d18a543c9466fa3ba"><code>c6f063c</code></a> build(deps-dev): bump org.assertj:assertj-core from 3.27.4 to 3.27.6</li> <li><a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/commit/4f126e55cb2211eb80d02838020f9967287be6b4"><code>4f126e5</code></a> build(deps): org.graalvm.buildtools:native-maven-plugin from 0.10.6 to 0.11.2...</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/xerial/sqlite-jdbc/compare/3.50.3.0...3.51.1.0">compare view</a></li> </ul> </details> <br /> Updates `me.champeau.jmh` from 0.7.2 to 0.7.3 Updates `com.vanniktech.maven.publish` from 0.34.0 to 0.35.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/releases">com.vanniktech.maven.publish's releases</a>.</em></p> <blockquote> <h2>0.35.0</h2> <ul> <li>Add support for publishing Kotlin Multiplatform libraries that use <code>com.android.kotlin.multiplatform.library</code>.</li> <li>Add support for validating deployments to Central Portal</li> <li>Raise minimum Gradle version to 8.13</li> <li>Raise minimum Android Gradle Plugin version to 8.2.2</li> <li>Do not unconditionally disable DocLint</li> <li>Fail publishing if <code>SONATYPE_HOST</code> is not set to <code>CENTRAL_PORTAL</code>.</li> <li>Fix misleading error message when Android library variant is not found.</li> <li>Downgrade transitive OkHttp version.</li> <li>Don't check project heirarchy for POM properties when Isolated proejcts is enabled.</li> </ul> <p>Thanks to <a href="proxy.php?url=https://github.com/joshfriend"><code>@joshfriend</code></a>, <a href="proxy.php?url=https://github.com/Flowdalic"><code>@Flowdalic</code></a> and <a href="proxy.php?url=https://github.com/Goooler"><code>@Goooler</code></a> for their contributions to this release.</p> <h4>Minimum supported versions</h4> <ul> <li>JDK 11</li> <li>Gradle 8.13</li> <li>Android Gradle Plugin 8.2.2</li> <li>Kotlin Gradle Plugin 1.9.20</li> </ul> <h4>Compatibility tested up to</h4> <ul> <li>JDK 24</li> <li>Gradle 9.2.0</li> <li>Gradle 9.3.0-milestone-1</li> <li>Android Gradle Plugin 8.13.1</li> <li>Android Gradle Plugin 9.0.0-alpha14</li> <li>Kotlin Gradle Plugin 2.2.21</li> <li>Kotlin Gradle Plugin 2.3.0-Beta2</li> </ul> <h2>0.35.0-rc1</h2> <ul> <li>Add support for publishing Kotlin Multiplatform libraries that use <code>com.android.kotlin.multiplatform.library</code>.</li> <li>Add support for validating deployments to Central Portal</li> <li>Raise minimum Gradle version to 8.13</li> <li>Raise minimum Android Gradle Plugin version to 8.2.2</li> <li>Do not unconditionally disable DocLint</li> <li>Fail publishing if <code>SONATYPE_HOST</code> is not set to <code>CENTRAL_PORTAL</code>.</li> <li>Fix misleading error message when Android library variant is not found.</li> <li>Downgrade transitive OkHttp version.</li> <li>Don't check project heirarchy for POM properties when Isolated proejcts is enabled.</li> </ul> <p>Thanks to <a href="proxy.php?url=https://github.com/joshfriend"><code>@joshfriend</code></a>, <a href="proxy.php?url=https://github.com/Flowdalic"><code>@Flowdalic</code></a> and <a href="proxy.php?url=https://github.com/Goooler"><code>@Goooler</code></a> for their contributions to this release.</p> <h4>Minimum supported versions</h4> <ul> <li>JDK 11</li> <li>Gradle 8.13</li> <li>Android Gradle Plugin 8.2.2</li> <li>Kotlin Gradle Plugin 1.9.20</li> </ul> <h4>Compatibility tested up to</h4> <ul> <li>JDK 24</li> <li>Gradle 9.2.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md">com.vanniktech.maven.publish's changelog</a>.</em></p> <blockquote> <h2><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/releases/tag/0.35.0">0.35.0</a> <em>(2025-11-11)</em></h2> <ul> <li>Add support for publishing Kotlin Multiplatform libraries that use <code>com.android.kotlin.multiplatform.library</code>.</li> <li>Add support for validating deployments to Central Portal</li> <li>Raise minimum Gradle version to 8.13</li> <li>Raise minimum Android Gradle Plugin version to 8.2.2</li> <li>Do not unconditionally disable DocLint</li> <li>Fail publishing if <code>SONATYPE_HOST</code> is not set to <code>CENTRAL_PORTAL</code>.</li> <li>Fix misleading error message when Android library variant is not found.</li> <li>Downgrade transitive OkHttp version.</li> <li>Don't check project heirarchy for POM properties when Isolated proejcts is enabled.</li> </ul> <p>Thanks to <a href="proxy.php?url=https://github.com/joshfriend"><code>@joshfriend</code></a>, <a href="proxy.php?url=https://github.com/Flowdalic"><code>@Flowdalic</code></a> and <a href="proxy.php?url=https://github.com/Goooler"><code>@Goooler</code></a> for their contributions to this release.</p> <h4>Minimum supported versions</h4> <ul> <li>JDK 11</li> <li>Gradle 8.13</li> <li>Android Gradle Plugin 8.2.2</li> <li>Kotlin Gradle Plugin 1.9.20</li> </ul> <h4>Compatibility tested up to</h4> <ul> <li>JDK 24</li> <li>Gradle 9.2.0</li> <li>Gradle 9.3.0-milestone-1</li> <li>Android Gradle Plugin 8.13.1</li> <li>Android Gradle Plugin 9.0.0-alpha14</li> <li>Kotlin Gradle Plugin 2.2.21</li> <li>Kotlin Gradle Plugin 2.3.0-Beta2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/8232338286d5974a082ce79ef479ef782a456202"><code>8232338</code></a> update to 0.35.0-rc1</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/85b409d29dca87a89ea240f000c900212aaa9898"><code>85b409d</code></a> 0.35.0 prep</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/2e01bc6c457b1b87b8680f18435ce6ff4a429aed"><code>2e01bc6</code></a> Always run CI on the latest Java (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1193">#1193</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/fb36ee35ad78b0976ab9e84f86baa1212564923b"><code>fb36ee3</code></a> Update android.gradle to v8.13.1 (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1194">#1194</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/0f8135b03266d5c15a4b7fda4c1ca753e00f00dc"><code>0f8135b</code></a> Use Java 25 on CI (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1184">#1184</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/4cc5b526b5c1139bc243f97304f09607a9c803ea"><code>4cc5b52</code></a> Clean up toolchain usages in tests (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1191">#1191</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/aa456e1f2b7b8d9af797dd64e4da45c89aee954a"><code>aa456e1</code></a> Update plugin android-lint to v8.13.1 (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1195">#1195</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/32a922687807515e2b59ee18364c73b921ddd3bb"><code>32a9226</code></a> Update dependency com.android.library to v9.0.0-alpha14 (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1188">#1188</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/48a58afe3e76b46f39f092028083db1e629f24ab"><code>48a58af</code></a> Support deploying API html (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1192">#1192</a>)</li> <li><a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/commit/a795a97d658c941f665001e2ca35314ce3a39ea5"><code>a795a97</code></a> Clean up android extensions in tests (<a href="proxy.php?url=https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/issues/1190">#1190</a>)</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.34.0...0.35.0">compare view</a></li> </ul> </details> <br /> Updates `commons-cli:commons-cli` from 1.10.0 to 1.11.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](https://github.com/apache/commons-cli/issues/396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](https://github.com/apache/commons-cli/issues/393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bart Louwers <[email protected]>
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.0 to 1.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="proxy.php?url=https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt">commons-cli:commons-cli's changelog</a>.</em></p> <blockquote> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <h2>New Features</h2> <ul> <li> <pre><code> Add CommandLine.getOptionCount() to measure option repetition [#396](apache/commons-cli#396). Thanks to David Larochette, Gary Gregory. </code></pre> </li> </ul> <h2>Fixed Bugs</h2> <ul> <li>CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> <li>CLI-351: Fix issue with groups not being reported in help output. <a href="proxy.php?url=https://redirect.github.com/apache/commons-cli/issues/411">#411</a>. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.</li> </ul> <h2>Updates</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 85 to 91 [#393](apache/commons-cli#393). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory. </code></pre> </li> </ul> <p>Historical list of changes: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/changes.html">https://commons.apache.org/proper/commons-cli/changes.html</a></p> <p>For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:</p> <p><a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/">https://commons.apache.org/proper/commons-cli/</a></p> <p>Download page: <a href="proxy.php?url=https://commons.apache.org/proper/commons-cli/download_cli.cgi">https://commons.apache.org/proper/commons-cli/download_cli.cgi</a></p> <p>Have fun! The Apache Commons Team</p> <hr /> <h2>Apache Commons CLI 1.11.0 Release Notes</h2> <p>The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.</p> <p>Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.</p> <p>This is a feature and maintenance release. Java 8 or later is required.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e"><code>d746133</code></a> Prepare for the release candidate 1.11.0 RC1</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22"><code>966ddd6</code></a> Prepare for the next release candidate</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39"><code>234a34d</code></a> Use ternary to reduce duplication</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345"><code>ef98fc4</code></a> Better test assertions</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3"><code>a9baf80</code></a> No need to create an intermediary array</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf"><code>4c46459</code></a> Reduce returns</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f"><code>7108379</code></a> Javadoc</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77"><code>7199a70</code></a> Use forEachRemaining</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f"><code>e852acf</code></a> Reuse constants</li> <li><a href="proxy.php?url=https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43"><code>395346c</code></a> Better exception message</li> <li>Additional commits viewable in <a href="proxy.php?url=https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.11.0">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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### What changes were proposed in this pull request? This PR aims to upgrade `commons-cli` to 1.11.0. ### Why are the changes needed? To bring the latest bug fixes. - https://commons.apache.org/proper/commons-cli/changes.html#a1.11.0 ( 2025-11-08) - apache/commons-cli#396 - apache/commons-cli#411 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #54471 from dongjoon-hyun/SPARK-55677. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Implements CLI-350