Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scala.version from 2.12.13 to 2.13.5 #40

Closed
wants to merge 5,936 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps scala.version from 2.12.13 to 2.13.5.
Updates scala-reflect from 2.12.13 to 2.13.5

Release notes

Sourced from scala-reflect's releases.

Scala 2.13.5

The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.5.

Highlights

Other changes

  • Assorted improvements to exhaustivity checking in pattern matching (#9479, #9472, #9474, #9313, #9462)
  • Assorted improvements to handling of higher-kinded types, aligning with Scala 3 (#9400, #9404, #9405, #9414, #9417, #9439) — thank you @​joroKr21!
  • Make -target support JVM 13, 14, 15, 16, and 17 (#9489, #9481)
  • Omit @nowarn annotations from generated code, for forwards compatibility at compile-time (#9491)
  • Add linting of unused context bounds (via -Wunused:synthetics or -Wunused:params) (#9346) — thank you @​som-snytt!
  • Lift artificial restrictions on ConstantAnnotations (#9379)
  • Make Java Map wrappers handle nulls according to put/remove contract (#9344) — thank you @​som-snytt!
  • Make language specification available as a PDF (#7432) — thank you @​sake92!

Some small changes that will ship in 2.12.14 are also included in this release.

For complete 2.13.5 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.5 is binary-compatible with the whole Scala 2.13 series.

Upgrading from 2.12? Enable -Xmigration while upgrading to request migration advice from the compiler.

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 23 contributors, according to git shortlog -sn --no-merges HEAD ^v2.13.4 ^2.12.x. Thank you Seth Tisue, A. P. Marki, Dale Wijnand, NthPortal, Jamie Thompson, Lukas Rytz, Martijn Hoekstra, Georgi Krastev, Jason Zaugg, Jasper Moeys, Sakib Hadziavdic, Anatolii Kmetiuk, Arnaud Gourlay, Marcono1234, Chia-Ping Tsai, Mike Skells, Stefan Zeiger, Waleed Khan, Yann Bolliger, Guillaume Martres, 梦境迷离, Ethan Atkins, Darcy Shen.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

... (truncated)

Commits
  • 8cc248d Merge pull request #9516 from SethTisue/bionic-for-spec-only
  • 96acb81 fix publishing: only use bionic in spec job, not main job
  • 0870164 Merge pull request #9511 from SethTisue/mailmap
  • 4b9fb9d Merge pull request #9514 from SethTisue/revert-sbt-pgp-upgrade
  • f1a2a3d Revert "upgrade sbt-pgp to 2.1.2"
  • a4c0b51 Merge pull request #9513 from SethTisue/upgrade-sbt-pgp
  • d3f2197 upgrade sbt-pgp to 2.1.2
  • 51c1e92 update mailmap, post-2.13.5
  • eb8cb18 Merge pull request #9491 from lrytz/t12336
  • 2aac322 Merge pull request #9351 from martijnhoekstra/specNameBasedExtractors
  • Additional commits viewable in compare view

Updates scala-library from 2.12.13 to 2.13.5

Release notes

Sourced from scala-library's releases.

Scala 2.13.5

The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.5.

Highlights

Other changes

  • Assorted improvements to exhaustivity checking in pattern matching (#9479, #9472, #9474, #9313, #9462)
  • Assorted improvements to handling of higher-kinded types, aligning with Scala 3 (#9400, #9404, #9405, #9414, #9417, #9439) — thank you @​joroKr21!
  • Make -target support JVM 13, 14, 15, 16, and 17 (#9489, #9481)
  • Omit @nowarn annotations from generated code, for forwards compatibility at compile-time (#9491)
  • Add linting of unused context bounds (via -Wunused:synthetics or -Wunused:params) (#9346) — thank you @​som-snytt!
  • Lift artificial restrictions on ConstantAnnotations (#9379)
  • Make Java Map wrappers handle nulls according to put/remove contract (#9344) — thank you @​som-snytt!
  • Make language specification available as a PDF (#7432) — thank you @​sake92!

Some small changes that will ship in 2.12.14 are also included in this release.

For complete 2.13.5 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.5 is binary-compatible with the whole Scala 2.13 series.

Upgrading from 2.12? Enable -Xmigration while upgrading to request migration advice from the compiler.

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 23 contributors, according to git shortlog -sn --no-merges HEAD ^v2.13.4 ^2.12.x. Thank you Seth Tisue, A. P. Marki, Dale Wijnand, NthPortal, Jamie Thompson, Lukas Rytz, Martijn Hoekstra, Georgi Krastev, Jason Zaugg, Jasper Moeys, Sakib Hadziavdic, Anatolii Kmetiuk, Arnaud Gourlay, Marcono1234, Chia-Ping Tsai, Mike Skells, Stefan Zeiger, Waleed Khan, Yann Bolliger, Guillaume Martres, 梦境迷离, Ethan Atkins, Darcy Shen.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

... (truncated)

Commits
  • 8cc248d Merge pull request #9516 from SethTisue/bionic-for-spec-only
  • 96acb81 fix publishing: only use bionic in spec job, not main job
  • 0870164 Merge pull request #9511 from SethTisue/mailmap
  • 4b9fb9d Merge pull request #9514 from SethTisue/revert-sbt-pgp-upgrade
  • f1a2a3d Revert "upgrade sbt-pgp to 2.1.2"
  • a4c0b51 Merge pull request #9513 from SethTisue/upgrade-sbt-pgp
  • d3f2197 upgrade sbt-pgp to 2.1.2
  • 51c1e92 update mailmap, post-2.13.5
  • eb8cb18 Merge pull request #9491 from lrytz/t12336
  • 2aac322 Merge pull request #9351 from martijnhoekstra/specNameBasedExtractors
  • Additional commits viewable in compare view

Updates scala-compiler from 2.12.13 to 2.13.5

Release notes

Sourced from scala-compiler's releases.

Scala 2.13.5

The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.5.

Highlights

Other changes

  • Assorted improvements to exhaustivity checking in pattern matching (#9479, #9472, #9474, #9313, #9462)
  • Assorted improvements to handling of higher-kinded types, aligning with Scala 3 (#9400, #9404, #9405, #9414, #9417, #9439) — thank you @​joroKr21!
  • Make -target support JVM 13, 14, 15, 16, and 17 (#9489, #9481)
  • Omit @nowarn annotations from generated code, for forwards compatibility at compile-time (#9491)
  • Add linting of unused context bounds (via -Wunused:synthetics or -Wunused:params) (#9346) — thank you @​som-snytt!
  • Lift artificial restrictions on ConstantAnnotations (#9379)
  • Make Java Map wrappers handle nulls according to put/remove contract (#9344) — thank you @​som-snytt!
  • Make language specification available as a PDF (#7432) — thank you @​sake92!

Some small changes that will ship in 2.12.14 are also included in this release.

For complete 2.13.5 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.5 is binary-compatible with the whole Scala 2.13 series.

Upgrading from 2.12? Enable -Xmigration while upgrading to request migration advice from the compiler.

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 23 contributors, according to git shortlog -sn --no-merges HEAD ^v2.13.4 ^2.12.x. Thank you Seth Tisue, A. P. Marki, Dale Wijnand, NthPortal, Jamie Thompson, Lukas Rytz, Martijn Hoekstra, Georgi Krastev, Jason Zaugg, Jasper Moeys, Sakib Hadziavdic, Anatolii Kmetiuk, Arnaud Gourlay, Marcono1234, Chia-Ping Tsai, Mike Skells, Stefan Zeiger, Waleed Khan, Yann Bolliger, Guillaume Martres, 梦境迷离, Ethan Atkins, Darcy Shen.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

... (truncated)

Commits
  • 8cc248d Merge pull request #9516 from SethTisue/bionic-for-spec-only
  • 96acb81 fix publishing: only use bionic in spec job, not main job
  • 0870164 Merge pull request #9511 from SethTisue/mailmap
  • 4b9fb9d Merge pull request #9514 from SethTisue/revert-sbt-pgp-upgrade
  • f1a2a3d Revert "upgrade sbt-pgp to 2.1.2"
  • a4c0b51 Merge pull request #9513 from SethTisue/upgrade-sbt-pgp
  • d3f2197 upgrade sbt-pgp to 2.1.2
  • 51c1e92 update mailmap, post-2.13.5
  • eb8cb18 Merge pull request #9491 from lrytz/t12336
  • 2aac322 Merge pull request #9351 from martijnhoekstra/specNameBasedExtractors
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

jmartisk and others added 30 commits March 9, 2021 12:13
Use sortedOriginalMediaTypes in ClassRoutingHandler
Add support for Vault Enterprise Namespace
Fix GraphQL queries returning Collection.class in native mode
Add a logging-gelf integration test with ELK
Make disablement of k8s manifest generation in tests declarative
The common case of having multiple Accepts headers validate
against a single @produces media type shows up often
(as both browsers and benchmarks send 5 values in the Accepts
header)
As spotted by @cescoffier, the old endHandler was not called when the
files were written to the FS, but when the last piece of data
of the file was read.

Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
Fix potential race condition with Multipart upload in RESTEasy Reactive
…m property and the maven settings as mave.settings property
gRPC guide: syntax highlighting for proto example, small fixes
Bumps `awssdk.version` from 2.16.14 to 2.16.15.

Updates `software.amazon.awssdk:bom` from 2.16.14 to 2.16.15
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.16.14...2.16.15)

Updates `apache-client` from 2.16.14 to 2.16.15

Signed-off-by: dependabot[bot] <support@github.com>
* Expose configured HTTP paths to the DevUI
* Add Builder to HttpRootPathBuildItem to help create
  RouteBuildItems using resolved paths
* Create devConsoleAppend attribute for resolving static dev
  console resources

Co-authored-by: Stuart Douglas <stuart.w.douglas@gmail.com>
…test-plugins

Add maven.settings property to the test plugins and remove maven.repo in favor of maven.repo.local
Fix race condition on reading input in RESTEasy Reactive
…writable

Restructure vertx-cache to allow multiple applications with launched by multiple users
Look for RedisClient in all modules
Fix dev console paths. Add Builder to HttpRootPathBuildItem
Explain semantics of quarkus.rest.path; add tests
stuartwdouglas and others added 24 commits March 17, 2021 10:32
Use JdbcDatabaseContainer#withUrlParam() and delegate URL creation
Upgrade to fabric8 kubernetes-client 5.2.1
Add quarkus-devtools-registry-client to quarkus-bom
It's possible that on shutdown the polling thread
could still have an active request. If this thread
gets a request from the queue it will break subsequent
test profile runs.

Fixes quarkusio#15195
Make class clickable in Log stream (to open in IDE)
….micrometer-micrometer-bom-1.6.5

Bump micrometer-bom from 1.6.4 to 1.6.5
Fix race in DevConsoleRunScheduledTaskTest
Generate Handler class in correct CL
Better message if fired event is null
Remove substitution for DefaultMethodFallbackProvider
Qute: inject attributes in template extensions methods
Use AbstractLocationConfigSourceLoader to load application.properties and application.yaml
Close and remove named handlers on hot reload
Make sure all lambda requests are done
Make sure the proper TCCL isn't lost in dev mode when static resource exist
Bumps `scala.version` from 2.12.13 to 2.13.5.

Updates `scala-reflect` from 2.12.13 to 2.13.5
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.13...v2.13.5)

Updates `scala-library` from 2.12.13 to 2.13.5
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.13...v2.13.5)

Updates `scala-compiler` from 2.12.13 to 2.13.5
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.13...v2.13.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 17, 2021

The following labels could not be found: area/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 3, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/scala.version-2.13.5 branch May 3, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet