You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2021/12/03 06:10:23 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request #289: build(deps): bump scala-library from 2.13.6 to 2.13.7

dependabot[bot] opened a new pull request #289:
URL: https://github.com/apache/plc4x/pull/289


   Bumps [scala-library](https://github.com/scala/scala) from 2.13.6 to 2.13.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/scala/scala/releases">scala-library's releases</a>.</em></p>
   <blockquote>
   <h2>Scala 2.13.7</h2>
   <p>The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.7.</p>
   <h3>Align with Scala 3</h3>
   <ul>
   <li>Update TASTy reader to support Scala 3.1 (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9791">#9791</a> by <a href="https://github.com/bishabosha"><code>@​bishabosha</code></a>)</li>
   <li>Allow <code>import x.{*, given}</code> under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9724">#9724</a> by <a href="https://github.com/smarter"><code>@​smarter</code></a>)</li>
   <li>Allow <code>case</code> in pattern bindings even without <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9721">#9721</a> by <a href="https://github.com/smarter"><code>@​smarter</code></a>)</li>
   <li>Deprecate top-level wildcard type parameters (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9712">#9712</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>JDK and Java compatibility</h3>
   <ul>
   <li>Support JDK 18 (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9702">#9702</a> by <a href="https://github.com/SethTisue"><code>@​SethTisue</code></a>)</li>
   <li>Support JDK 16 records in Java sources (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9551">#9551</a> by <a href="https://github.com/harpocrates"><code>@​harpocrates</code></a>)</li>
   <li>Allow concrete private interface methods in Java sources (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9748">#9748</a> by <a href="https://github.com/dengziming"><code>@​dengziming</code></a>)</li>
   <li>Use <code>StringConcatFactory</code> for string concatenation on JDK 9+ (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9556">#9556</a> by <a href="https://github.com/harpocrates"><code>@​harpocrates</code></a>)</li>
   </ul>
   <h3>Android compatibility</h3>
   <ul>
   <li>Add <code>ClassValueCompat</code> to support systems without <code>java.lang.ClassValue</code> (such as Android) (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9752">#9752</a> by <a href="https://github.com/nwk37011"><code>@​nwk37011</code></a>)</li>
   <li>For Android compatibility, make <code>Statics.releaseFence()</code> also catch <code>NoSuchMethodException</code> for <code>java.lang.invoke.VarHandle.releaseFence()</code> call (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9739">#9739</a> by <a href="https://github.com/nwk37011"><code>@​nwk37011</code></a>)</li>
   </ul>
   <h3>Concurrency</h3>
   <ul>
   <li>Fix asymmetric failure behavior of <code>Future#{zip,zipWith,traverse,sequence}</code> by making them fail fast regardless of ordering (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9655">#9655</a> by <a href="https://github.com/lihaoyi"><code>@​lihaoyi</code></a>)</li>
   </ul>
   <h3>Collections</h3>
   <ul>
   <li>Make <code>ArrayBuffer</code>'s iterator fail fast when buffer is mutated (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9258">#9258</a> by <a href="https://github.com/NthPortal"><code>@​NthPortal</code></a>)</li>
   <li>Fix <code>ArrayOps</code> bugs (by avoiding <code>ArraySeq#array</code>, which does not guarantee element type) (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9641">#9641</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   <li>Deprecate <code>IterableOps.toIterable</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9774">#9774</a> by <a href="https://github.com/lrytz"><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Accept supplementary Unicode characters in identifiers (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9687">#9687</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   <li>Improve tab completion and code assist in REPL (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9656">#9656</a> by <a href="https://github.com/retronym"><code>@​retronym</code></a>)</li>
   </ul>
   <p>Some small changes that will ship in 2.12.16 are also included in this release.</p>
   <p>For the complete 2.13.7 change lists, see <a href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.7">all merged PRs</a> and <a href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.7">all closed bugs</a>.</p>
   <h2>Compatibility</h2>
   <p>As usual for our minor releases, Scala 2.13.7 is binary-compatible with the whole Scala 2.13 series.</p>
   <p>Upgrading from 2.12? Enable <code>-Xmigration</code> while upgrading to request migration advice from the compiler.</p>
   <h2>Contributors</h2>
   <p>A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/scala/scala/commit/fe0df69fb011637ba294d3b17f3b8054a1d512e0"><code>fe0df69</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9794">#9794</a> from som-snytt/issue/12470</li>
   <li><a href="https://github.com/scala/scala/commit/06d7dcf2381d9f29b635da50bddecbf6a388d8d9"><code>06d7dcf</code></a> Add comments and meaningful names per review</li>
   <li><a href="https://github.com/scala/scala/commit/622d55e173f57608f5a24058ac400a30a958e4a4"><code>622d55e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9795">#9795</a> from SethTisue/merge-2.12-to-2.13-20211028</li>
   <li><a href="https://github.com/scala/scala/commit/243bd86d6ed1a32dc5226fcd49741b1c4da628c1"><code>243bd86</code></a> Merge commit '0c84876d6f' into merge-2.12-to-2.13-20211028</li>
   <li><a href="https://github.com/scala/scala/commit/53f114db54edd8e51f1da8d23b4a5c5e3db9aa35"><code>53f114d</code></a> Merge commit '7413b09085' into merge-2.12-to-2.13-20211028</li>
   <li><a href="https://github.com/scala/scala/commit/87000f10983652c7f0d30cfbc84020392dad6ed2"><code>87000f1</code></a> Merge commit '7faf0fbedb' into merge-2.12-to-2.13-20211028</li>
   <li><a href="https://github.com/scala/scala/commit/f0e461df7dc0c7a181b8bff7c6c92bfbabbf927a"><code>f0e461d</code></a> Merge commit '3e5a3715a6' into merge-2.12-to-2.13-20211028</li>
   <li><a href="https://github.com/scala/scala/commit/1234506ca6794f116d72e97f6513fa593032dda6"><code>1234506</code></a> Warn on bracket after newline</li>
   <li><a href="https://github.com/scala/scala/commit/8232bb231492685fac4d897f71858bcaf17e313d"><code>8232bb2</code></a> Template with empty body/parents has good position</li>
   <li><a href="https://github.com/scala/scala/commit/8fde4e3ebf5c7fcb78ba88ae0bc86ea19ff5db11"><code>8fde4e3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9786">#9786</a> from NthPortal/topic/ArrayBuffer-cleanup</li>
   <li>Additional commits viewable in <a href="https://github.com/scala/scala/compare/v2.13.6...v2.13.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang:scala-library&package-manager=maven&previous-version=2.13.6&new-version=2.13.7)](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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

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



[GitHub] [plc4x] sruehl merged pull request #289: build(deps): bump scala-library from 2.13.6 to 2.13.7

Posted by GitBox <gi...@apache.org>.
sruehl merged pull request #289:
URL: https://github.com/apache/plc4x/pull/289


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

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



[GitHub] [plc4x] sruehl commented on pull request #289: build(deps): bump scala-library from 2.13.6 to 2.13.7

Posted by GitBox <gi...@apache.org>.
sruehl commented on pull request #289:
URL: https://github.com/apache/plc4x/pull/289#issuecomment-985715586


   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

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