You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "renovate-bot (via GitHub)" <gi...@apache.org> on 2023/04/28 05:18:10 UTC

[GitHub] [jmeter] renovate-bot opened a new pull request, #5834: fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.4

renovate-bot opened a new pull request, #5834:
URL: https://github.com/apache/jmeter/pull/5834

   [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.jetbrains.kotlinx:kotlinx-coroutines-bom](https://togithub.com/Kotlin/kotlinx.coroutines) | `1.6.1` -> `1.6.4` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-bom/1.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-bom/1.6.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-bom/1.6.4/compatibility-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-bom/1.6.4/confidence-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>Kotlin/kotlinx.coroutines</summary>
   
   ### [`v1.6.4`](https://togithub.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-164)
   
   [Compare Source](https://togithub.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)
   
   -   Added `TestScope.backgroundScope` for launching coroutines that perform work in the background and need to be cancelled at the end of the test ([#&#8203;3287](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3287)).
   -   Fixed the POM of `kotlinx-coroutines-debug` having an incorrect reference to `kotlinx-coroutines-bom`, which cause the builds of Maven projects using the debug module to break ([#&#8203;3334](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3334)).
   -   Fixed the `Publisher.await` functions in `kotlinx-coroutines-reactive` not ensuring that the `Subscriber` methods are invoked serially ([#&#8203;3360](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3360)). Thank you, [@&#8203;EgorKulbachka](https://togithub.com/EgorKulbachka)!
   -   Fixed a memory leak in `withTimeout` on K/N with the new memory model ([#&#8203;3351](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3351)).
   -   Added the guarantee that all `Throwable` implementations in the core library are serializable ([#&#8203;3328](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3328)).
   -   Moved the documentation to <https://kotlinlang.org/api/kotlinx.coroutines/> ([#&#8203;3342](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3342)).
   -   Various documentation improvements.
   
   ### [`v1.6.3`](https://togithub.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-163)
   
   [Compare Source](https://togithub.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)
   
   -   Updated atomicfu version to 0.17.3 ([#&#8203;3321](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3321)), fixing the projects using this library with JS IR failing to build ([#&#8203;3305](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3305)).
   
   ### [`v1.6.2`](https://togithub.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-162)
   
   [Compare Source](https://togithub.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.2)
   
   -   Fixed a bug with `ThreadLocalElement` not being correctly updated when the most outer `suspend` function was called directly without `kotlinx.coroutines` ([#&#8203;2930](https://togithub.com/Kotlin/kotlinx.coroutines/issues/2930)).
   -   Fixed multiple data races: one that might have been affecting `runBlocking` event loop, and a benign data race in `Mutex` ([#&#8203;3250](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3250), [#&#8203;3251](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3251)).
   -   Obsolete `TestCoroutineContext` is removed, which fixes the `kotlinx-coroutines-test` JPMS package being split between `kotlinx-coroutines-core` and `kotlinx-coroutines-test` ([#&#8203;3218](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3218)).
   -   Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines ([#&#8203;3111](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3111), [#&#8203;3263](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3263)). Thanks, [@&#8203;agrieve](https://togithub.com/agrieve)!
   -   Atomicfu is updated to `0.17.2`, which includes a more efficient and robust JS IR transformer ([#&#8203;3255](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3255)).
   -   Kotlin is updated to `1.6.21`, Gradle version is updated to `7.4.2` ([#&#8203;3281](https://togithub.com/Kotlin/kotlinx.coroutines/issues/3281)). Thanks, [@&#8203;wojtek-kalicinski](https://togithub.com/wojtek-kalicinski)!
   -   Various documentation improvements.
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
   
   ---
   
   This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/jmeter).
   <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] vlsi merged pull request #5834: fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.4

Posted by "vlsi (via GitHub)" <gi...@apache.org>.
vlsi merged PR #5834:
URL: https://github.com/apache/jmeter/pull/5834


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org