This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.11.8
->2.11.12
Release Notes
scala/scala
v2.11.12
Compare Source
Scala 2.11.12 is a maintenance release to allow running Scala 2.11 tooling on Java 9. Five pending backports were merged.
This release addresses (#6108) a privilege escalation vulnerability that was identified in the Scala compilation daemon CVE-2017-15288.
We strongly encourage you to upgrade to the latest stable version of Scala 2.12.x, as the 2.11.x series is no longer actively maintained.
There is a known bug on Java 9 involving the repl: the workaround is to launch it as
scala -nobootcp
.More general information about the Scala 2.11 series is available in the release notes for Scala 2.11.1.
Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.
v2.11.11
Compare Source
The 2.11.11 release concludes the 2.11.x series, with no further releases planned. Please consider upgrading to 2.12!
Do not use 2.11.9 or 2.11.10, which introduced significant regressions (see below). This also means this series goes to eleven. (No further, though.)
Changes
Significant changes since 2.11.8 include:
apply
andunapply
methods in case class companions. Also allows case class constructors and apply methods to be private. (In 2.11.11,-Xsource:2.12
is needed to enable these changes. In Scala 2.12.2, they are on by default.)-Ypartial-unification
(SI-2712)2.11.11 resolves regressions introduced in 2.11.9 and 2.11.10: #5730 (fixed by #5828 and #5846), #5664 (fixed by #5821). Special thanks to @xuwei-k and @sjrd for reporting and helping diagnose these.
For more information, check out all closed bugs and merged PRs.
As usual for minor releases, Scala 2.11.11 is binary compatible with the whole Scala 2.11 series (with the exception of 2.11.9, which should not be used to publish artifacts, see #5821).
To share your feedback on this release, please use our new GitHub-based bug tracker and Discourse-based contributors forum.
Contributors
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.
This release was brought to you by 33 contributors, according to
git shortlog -sn --no-merges v2.11.8..v2.11.11
. Thank you Adriaan Moors, A. P. Marki, Jason Zaugg, Seth Tisue, Lukas Rytz, Performant Data LLC, Stefan Zeiger, Pap Lőrinc, Iulian Dragos, Rory Graves, Miles Sabin, Martijn Hoekstra, Mike Skells, Sébastien Doeraene, Dale Wijnand, Raphael Jolly, ptrcarta, Łukasz Gieroń, Carsten Varming, CodingTwinky, Jasper-M, Johannes Rudolph, Krzysztof Romanowski, Martynas Mickevičius, Masaru Nomura, Nicolas Stucki, Oscar Boykin, Paul Kernfeld, Philippus Baalman, Tobias Schlatter, Viktor Klang, af, and jvican!Scala 2.11 Notes
The release notes for Scala 2.11.0 have important information applicable to the whole 2.11 series.
Obtaining Scala
Scala releases are available through a variety of channels, including (but not limited to):
scalaVersion
setting in your sbt-based projectv2.11.10
Compare Source
Not suitable for use due to a regression caused by #5730, fixed in 2.11.11 by #5846.
v2.11.9
This release contains a binary incompatible change introduce by #5664 and fixed by the reversion in #5821, which is available in 2.11.11 (yes, 2.11.10 was also flawed).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.