binkley / kotlin-spring-boot-hateoas-database

Kick the tires on Spring Boot HATEOAS with a database
The Unlicense
1 stars 0 forks source link

Bump kotlinx-coroutines-bom from 1.7.0-Beta to 1.7.0-RC #81

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kotlinx-coroutines-bom from 1.7.0-Beta to 1.7.0-RC.

Release notes

Sourced from kotlinx-coroutines-bom's releases.

1.7.0-RC

  • Kotlin version is updated to 1.8.20.
  • Atomicfu version is updated to 0.20.2.
  • JavaFx version is updated to 17.0.2 in kotlinx-coroutines-javafx (#3671).
  • previous-compilation-data.bin file is removed from JAR resources (#3668).
  • CoroutineDispatcher.asExecutor() runs tasks without dispatching if the dispatcher is unconfined (#3683). Thanks @​odedniv!
  • SharedFlow.toMutableList lint overload is undeprecated (#3706).
  • Channel.invokeOnClose is promoted to stable API (#3358).
  • Improved lock contention in Dispatchers.Default and Dispatchers.IO during the startup phase (#3652).
  • Fixed a bug that led to threads oversubscription in Dispatchers.Default (#3642).
  • Fixed a bug that allowed limitedParallelism to perform dispatches even after the underlying dispatcher was closed (#3672).
  • Restored binary compatibility of previously experimental TestScope.runTest(Long) (#3673).
Changelog

Sourced from kotlinx-coroutines-bom's changelog.

Version 1.7.0-RC

  • Kotlin version is updated to 1.8.20.
  • Atomicfu version is updated to 0.20.2.
  • JavaFx version is updated to 17.0.2 in kotlinx-coroutines-javafx (#3671).
  • previous-compilation-data.bin file is removed from JAR resources (#3668).
  • CoroutineDispatcher.asExecutor() runs tasks without dispatching if the dispatcher is unconfined (#3683). Thanks @​odedniv!
  • SharedFlow.toMutableList lint overload is undeprecated (#3706).
  • Channel.invokeOnClose is promoted to stable API (#3358).
  • Improved lock contention in Dispatchers.Default and Dispatchers.IO during the startup phase (#3652).
  • Fixed a bug that led to threads oversubscription in Dispatchers.Default (#3642).
  • Fixed a bug that allowed limitedParallelism to perform dispatches even after the underlying dispatcher was closed (#3672).
  • Restored binary compatibility of previously experimental TestScope.runTest(Long) (#3673).
Commits
  • 4bc89e2 Merge pull request #3719 from Kotlin/version-1.7.0-RC
  • 1b0022b Version 1.7.0-RC
  • b0c510c Merge branch 'master' into develop
  • 2653cd2 KT-51515 cleanup (#3649)
  • 915347c CoroutineDispatcher.asExecutor() to respect isDispatchNeeded (#3683)
  • 11d7ac0 Enable jvmLincheckTest Gradle task back (#3703)
  • 0b0426f Update Kotlin to 1.8.20 and atomicfu to 0.20.2 (#3709)
  • d89f017 Fix collecting SharedFlow into a mutable collection (#3711)
  • 3fc1c20 Merge pull request #3651 from Kotlin/tutorial-cancelling-update
  • d47e9f3 Fix type mismatch for integer cinterop conversions KT-56583 (#3698)
  • 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 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)