rabbitmq-scala-tutorial
rabbitmq-scala-tutorial copied to clipboard
Bump scala.version from 2.7.5 to 2.13.1
Bumps scala.version from 2.7.5 to 2.13.1.
Updates scala-library from 2.7.5 to 2.13.1
Release notes
Sourced from scala-library's releases.
Scala 2.13.1 is primarily a bug fix release that fixes several regressions in 2.13.0.
Collection-related regressions
- Revert
Stream.Consto the 2.12 encoding (#8354)- Don't rebuild
scala.Seqto drop elems inunapplySeq(#8340)- Blacken subtrees where necessary in
RedBlackTree.take(#8287)Iterator#flatMap#hasNextcallsouter#hasNext1 time, not 2-3 times (#8220)s.c.Map#valuesreturns a strictIterablerather than aView(#8195)Vector.from(ArraySeq)copies elems rather than reusingunsafeArray(#8194)- Fix
mutable.HashSet.addAll: remove redundant call to super method (#8192)- Fix
mutable.ArraySeq.ofChar#addString(#8176)- Fix
HashMap#mapValuesInPlace(#8421)Other regressions
- Avoid spurious "illegal cyclic reference" errors (#8382)
- Stabilize args of
apply(#8202)- Reject incomplete implicit dictionaries (#8201)
- Process exit code on script errors (#8169)
- Fix type inference involving wildcards (#8129)
Other bug fixes and improvements
- Extend the Gradle / sbt 0.13 leniency to Windows (#8408)
- Avoid unnecessary
toSeqconversions inSeqmethods (#8374)- Avoid memory leaks in
Streammethods (#8367)- Precompile -i files for script runner (#8349)
- Stop warning on higher-kinded usage without -language:higherKinds (#8348)
- Simplify reporters (#8338)
- More efficient
ArraySeqiteration (#8300)- Enable hyperlinking to Java docs (#8284)
- Parent
implicitNotFoundmessage is supplemental (#8280)- Add protected and private visibility filters to scaladoc (#8183)
- Fix vulnerability in jQuery used in ScalaDoc (#8179)
- Synthesize a PartialFunction from function literal (#8172)
- Fix parsing of
try(#8071)- Support emitting Java 9 bytecode by adding "-target:9" (#8060)
- Deprecate
mutable.MultiMap(#8005)- Add syntactic sugar for
if(_)(#7707)- A foreign definition induces ambiguity (#7609)
This is not a complete list of changes. For that, see all merged PRs and all closed bugs.
Compatibility
As usual for our minor releases, Scala 2.13.1 is binary-compatible with the whole Scala 2.13 series.
Contributors
... (truncated)
Commits
3987e83Merge pull request #8422 from lrytz/t11737-dottyae3c857Avoid dotty compiler crash4b35778Merge pull request #8421 from lrytz/t117373e3f22bDon't use iterator to modify the underlying Map inmapValuesInPlacea3791d4Merge pull request #8410 from szeiger/wip/revert-7588a26c917Revert "VectorBuilder avoids copying data if possible"64a5a5dMerge pull request #8194 from joshlemer/issue/11600d602ff4Merge pull request #7609 from som-snytt/issue/10662ead235cMerge pull request #8408 from eed3si9n/wip/bridge-hackf797de2Merge pull request #8405 from retronym/merge/2.12.x-to-2.13.x-20190909- Additional commits viewable in compare view
Updates scala-compiler from 2.7.5 to 2.13.1
Release notes
Sourced from scala-compiler's releases.
Scala 2.13.1 is primarily a bug fix release that fixes several regressions in 2.13.0.
Collection-related regressions
- Revert
Stream.Consto the 2.12 encoding (#8354)- Don't rebuild
scala.Seqto drop elems inunapplySeq(#8340)- Blacken subtrees where necessary in
RedBlackTree.take(#8287)Iterator#flatMap#hasNextcallsouter#hasNext1 time, not 2-3 times (#8220)s.c.Map#valuesreturns a strictIterablerather than aView(#8195)Vector.from(ArraySeq)copies elems rather than reusingunsafeArray(#8194)- Fix
mutable.HashSet.addAll: remove redundant call to super method (#8192)- Fix
mutable.ArraySeq.ofChar#addString(#8176)- Fix
HashMap#mapValuesInPlace(#8421)Other regressions
- Avoid spurious "illegal cyclic reference" errors (#8382)
- Stabilize args of
apply(#8202)- Reject incomplete implicit dictionaries (#8201)
- Process exit code on script errors (#8169)
- Fix type inference involving wildcards (#8129)
Other bug fixes and improvements
- Extend the Gradle / sbt 0.13 leniency to Windows (#8408)
- Avoid unnecessary
toSeqconversions inSeqmethods (#8374)- Avoid memory leaks in
Streammethods (#8367)- Precompile -i files for script runner (#8349)
- Stop warning on higher-kinded usage without -language:higherKinds (#8348)
- Simplify reporters (#8338)
- More efficient
ArraySeqiteration (#8300)- Enable hyperlinking to Java docs (#8284)
- Parent
implicitNotFoundmessage is supplemental (#8280)- Add protected and private visibility filters to scaladoc (#8183)
- Fix vulnerability in jQuery used in ScalaDoc (#8179)
- Synthesize a PartialFunction from function literal (#8172)
- Fix parsing of
try(#8071)- Support emitting Java 9 bytecode by adding "-target:9" (#8060)
- Deprecate
mutable.MultiMap(#8005)- Add syntactic sugar for
if(_)(#7707)- A foreign definition induces ambiguity (#7609)
This is not a complete list of changes. For that, see all merged PRs and all closed bugs.
Compatibility
As usual for our minor releases, Scala 2.13.1 is binary-compatible with the whole Scala 2.13 series.
Contributors
... (truncated)
Commits
3987e83Merge pull request #8422 from lrytz/t11737-dottyae3c857Avoid dotty compiler crash4b35778Merge pull request #8421 from lrytz/t117373e3f22bDon't use iterator to modify the underlying Map inmapValuesInPlacea3791d4Merge pull request #8410 from szeiger/wip/revert-7588a26c917Revert "VectorBuilder avoids copying data if possible"64a5a5dMerge pull request #8194 from joshlemer/issue/11600d602ff4Merge pull request #7609 from som-snytt/issue/10662ead235cMerge pull request #8408 from eed3si9n/wip/bridge-hackf797de2Merge pull request #8405 from retronym/merge/2.12.x-to-2.13.x-20190909- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.