You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/06 11:10:39 UTC

[PR] Bump org.scala-lang:scala-library from 2.11.11 to 2.13.12 [pinot]

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

   Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.11.11 to 2.13.12.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/scala/scala/releases">org.scala-lang:scala-library's releases</a>.</em></p>
   <blockquote>
   <h2>Scala 2.13.12</h2>
   <p>The Scala team at Lightbend is pleased to announce Scala 2.13.12.</p>
   <p>The following changes are highlights of this release:</p>
   <h3>Feature: Quickfixes</h3>
   <p>For some errors and warnings, the compiler now suggests an edit that could fix the issue. Tooling such as IDEs can then offer the edits, or the compiler itself will make the change if run again with <code>-quickfix</code>.</p>
   <ul>
   <li>Implement quickfixes, aka actionable diagnostics (via <code>CodeAction</code>) (<a href="https://redirect.github.com/scala/scala/pull/10406">#10406</a> by <a href="https://github.com/eed3si9n"><code>@​eed3si9n</code></a>)</li>
   <li>Add <code>-quickfix</code> compiler option to apply quickfixes to source files (<a href="https://redirect.github.com/scala/scala/pull/10482">#10482</a> by <a href="https://github.com/lrytz"><code>@​lrytz</code></a>)</li>
   <li>Add quickfixes to some warnings and errors (<a href="https://redirect.github.com/scala/scala/pull/10484">#10484</a> by <a href="https://github.com/lrytz"><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Align with Scala 3</h3>
   <ul>
   <li>Emit migration warnings under <code>-Xsource:3</code> as fatal warnings, not errors (<a href="https://redirect.github.com/scala/scala/pull/10439">#10439</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>, <a href="https://redirect.github.com/scala/scala/pull/10511">#10511</a>)
   <ul>
   <li><code>-Xmigration</code> will demote the errors to warnings</li>
   <li><code>-Wconf:cat=scala3-migration:s</code> will silence these errors/warnings altogether</li>
   </ul>
   </li>
   <li>Warn about <code>@elidable</code> under <code>-Xsource:3</code> (<a href="https://redirect.github.com/scala/scala/pull/10377">#10377</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Collections</h3>
   <ul>
   <li><code>IndexedSeq#head</code> now throws <code>NoSuchElementException</code> (not <code>IndexOutOfBoundsException</code>) (<a href="https://redirect.github.com/scala/scala/pull/10392">#10392</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Regression fixes</h3>
   <ul>
   <li>Deduplicate <code>JavaDeprecatedAttr</code> in <code>ClassfileParser</code> (<a href="https://redirect.github.com/scala/scala/pull/10422">#10422</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   <li>Avoid brittle flags encoding for Java enums (<a href="https://redirect.github.com/scala/scala/pull/10424">#10424</a> by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a>)</li>
   </ul>
   <h3>Scaladoc tool changes</h3>
   <p>Library authors should be aware that the behavior of <code>-doc-source-url</code> has changed, as follows:</p>
   <ul>
   <li><a href="https://redirect.github.com/scala/bug/issues/12867">scala/bug#12867</a></li>
   </ul>
   <p>You may need to adjust your build accordingly, to avoid generating broken source links.</p>
   <h3>Tooling</h3>
   <p>The following change is mainly of concern to tooling maintainers.</p>
   <ul>
   <li>In-source sbt compiler bridge (<a href="https://redirect.github.com/scala/scala/pull/10472">#10472</a> by <a href="https://github.com/lrytz"><code>@​lrytz</code></a>)</li>
   </ul>
   <h3>Other notable changes</h3>
   <p>For the complete 2.13.12 change lists, see <a href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.12">all merged PRs</a> and <a href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.12">all closed bugs</a>.</p>
   <h2>Compatibility</h2>
   <p>As usual for our minor releases, Scala 2.13.12 is <a href="https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html">binary-compatible</a> with the whole Scala 2.13 series.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/scala/scala/commit/80514f73a6c7db32df9887d9a5ca9ae921e25118"><code>80514f7</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10524">#10524</a> from lrytz/t12858</li>
   <li><a href="https://github.com/scala/scala/commit/96d74acde2747d515d7a5a41d02000fe516282cf"><code>96d74ac</code></a> Fix spurious &quot;nullary overrides nilary&quot; warning</li>
   <li><a href="https://github.com/scala/scala/commit/f7e30a6dc351540eeb862d2ff46925c299360b98"><code>f7e30a6</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10510">#10510</a> from lrytz/beanNilaryOverrideFix</li>
   <li><a href="https://github.com/scala/scala/commit/9bf2653d709df5772c79e16ad4d20b24f26396f4"><code>9bf2653</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10511">#10511</a> from lrytz/source3warn</li>
   <li><a href="https://github.com/scala/scala/commit/35160d428f1c2e5d85d4ea6e69f584e1146b2e54"><code>35160d4</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10520">#10520</a> from lrytz/pr10512</li>
   <li><a href="https://github.com/scala/scala/commit/b07901529b8f89b1c8aeef8d44e04124d078ca58"><code>b079015</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10521">#10521</a> from lrytz/filteringQuickfix</li>
   <li><a href="https://github.com/scala/scala/commit/751a6317da3e5af35b5260f3a2357417b0874a5a"><code>751a631</code></a> improve nilary/nullary override message</li>
   <li><a href="https://github.com/scala/scala/commit/6cbff9118df3341d4871c9e193b03e1fd0ef6322"><code>6cbff91</code></a> Merge pull request <a href="https://redirect.github.com/scala/scala/issues/10513">#10513</a> from lrytz/t12850</li>
   <li><a href="https://github.com/scala/scala/commit/361a97c0eba5e3fe90f6f79b567992e6be411b3e"><code>361a97c</code></a> strip [quickfixable] for message comparison in FilteringReporter</li>
   <li><a href="https://github.com/scala/scala/commit/f5b4357245b4a53a341b2e88be1506b9d67b7108"><code>f5b4357</code></a> Turn more Xsource:3 errors into fatal warnings</li>
   <li>Additional commits viewable in <a href="https://github.com/scala/scala/compare/v2.11.11...v2.13.12">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.11.11&new-version=2.13.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump org.scala-lang:scala-library from 2.11.11 to 2.13.12 [pinot]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #12104:
URL: https://github.com/apache/pinot/pull/12104#issuecomment-1843764885

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump org.scala-lang:scala-library from 2.11.11 to 2.13.12 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #12104: Bump org.scala-lang:scala-library from 2.11.11 to 2.13.12
URL: https://github.com/apache/pinot/pull/12104


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump org.scala-lang:scala-library from 2.11.11 to 2.13.12 [pinot]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12104:
URL: https://github.com/apache/pinot/pull/12104#issuecomment-1842719678

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12104?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`49804a4`)](https://app.codecov.io/gh/apache/pinot/commit/49804a4f56a1ae87b5ef882dbf6373ac8190ee84?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.68% compared to head [(`e07af23`)](https://app.codecov.io/gh/apache/pinot/pull/12104?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 34.98%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #12104       +/-   ##
   =============================================
   - Coverage     61.68%   34.98%   -26.70%     
   + Complexity     1152      945      -207     
   =============================================
     Files          2391     2315       -76     
     Lines        130211   126463     -3748     
     Branches      20141    19583      -558     
   =============================================
   - Hits          80320    44248    -36072     
   - Misses        44048    79080    +35032     
   + Partials       5843     3135     -2708     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [custom-integration1](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `0.00% <ø> (-0.01%)` | :arrow_down: |
   | [integration1](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `0.00% <ø> (ø)` | |
   | [java-11](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.98% <ø> (-26.58%)` | :arrow_down: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.97% <ø> (-26.70%)` | :arrow_down: |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-14.76%)` | :arrow_down: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `34.98% <ø> (-26.70%)` | :arrow_down: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.82% <ø> (-14.86%)` | :arrow_down: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.82% <ø> (-0.15%)` | :arrow_down: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12104/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12104?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org