apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
665 stars 477 forks source link

Bump org.scala-lang:scala-library from 2.13.8 to 2.13.9 in /java/bench #1913

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.scala-lang:scala-library from 2.13.8 to 2.13.9.

Release notes

Sourced from org.scala-lang:scala-library's releases.

Scala 2.13.9

The following changes are highlights of this release:

Regression

Library maintainers should avoid publishing libraries using Scala 2.13.9. Please use 2.13.10 instead. 2.13.9 has a regression where binary-incompatible bytecode is emitted for case classes which are also value classes (case class ... extends AnyVal).

Compatibility with Scala 3

  • Tasty Reader: Add support for Scala 3.2 (#10068)
  • Tasty Reader: Restrict access to experimental definitions (#10020)
  • To aid cross-building, accept and ignore using in method calls (#10064 by @​som-snytt)
  • To aid cross-building, allow ? as a wildcard even without -Xsource:3 (#9990)
  • Make Scala-3-style implicit resolution explicitly opt-in rather than bundled in -Xsource:3 (#10012 by @​povder)
  • Prefer type of overridden member when inferring (under -Xsource:3) (#9891 by @​som-snytt)

JDK version support

Warnings and lints

  • Add -Wnonunit-statement to warn about discarded values in statement position (#9893 by @​som-snytt)
  • Make unused-import warnings easier to silence (support filtering by origin=) (#9939 by @​som-snytt)
  • Add -Wperformance lints for *Ref boxing and nonlocal return (#9889 by @​som-snytt)

Language improvements

  • Improve support for Unicode supplementary characters in identifiers and string interpolation (#9805 by @​som-snytt)

Compiler options

Security

  • Error on source files with Unicode directional formatting characters (#10017)
  • Prevent Function0 execution during LazyList deserialization (#10118)

Bugfixes

  • Emit all bridge methods non-final (perhaps affecting serialization compat) (#9976)
  • Fix null-pointer regression in Vector#prependedAll and Vector#appendedAll (#9983)
  • Improve concurrent behavior of Java ConcurrentMap wrapper (#10027 by @​igabaydulin)
  • Preserve null policy in wrapped Java Maps (#10129 by @​som-snytt)

Changes that shipped in Scala 2.12.16 and 2.12.17 are also included in this release.

... (truncated)

Commits
  • 986dcc1 Merge pull request #10129 from som-snytt/followup/12586-preserve-NPE
  • b824b84 Preserve null policy in wrapped Java Map
  • d578a02 Merge pull request #10128 from SethTisue/revert-10114-10123
  • e5fe919 Revert "Args files are 1 arg per line, fix -Vprint-args -"
  • 362c5d1 Revert "Trim and filter empties in arg files"
  • 864148d Revert "process.Parser strips escaping backslash"
  • f69fe8b Merge pull request #10127 from scalacenter/tasty/support-3.2.0-final
  • 0aa6bd4 remove tasty escape hatch for 3.2.0-RC4
  • af56abc Merge pull request #10123 from som-snytt/dev/814-window-cmd-escapes
  • 7e844a5 Merge pull request #10121 from scala-steward/update/slf4j-nop-2.0.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/orc/network/alerts).
cxzl25 commented 2 months ago

Spark 3.5 use 2.13.8

https://github.com/apache/spark/blob/branch-3.5/pom.xml#L3657

<scala.version>2.13.8</scala.version>
dongjoon-hyun commented 2 months ago

Yes, 2.13.9 ~ 2.13.11 is reverted from Apache Spark 3.5. Spark 4.0 will bring the latest one.

dependabot[bot] commented 2 months ago

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 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.