Trendyol / stove

Stove: The easiest way of writing e2e/component tests for your JVM back-end API with Kotlin
https://trendyol.github.io/stove/
Apache License 2.0
174 stars 13 forks source link

fix(deps): update dependency io.lettuce:lettuce-core to v6.5.0.release #623

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 4 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.lettuce:lettuce-core 6.4.0.RELEASE -> 6.5.0.RELEASE age adoption passing confidence

Release Notes

lettuce-io/lettuce-core (io.lettuce:lettuce-core) ### [`v6.5.0.RELEASE`](https://redirect.github.com/redis/lettuce/releases/tag/6.5.0.RELEASE) [Compare Source](https://redirect.github.com/lettuce-io/lettuce-core/compare/6.4.0.RELEASE...6.5.0.RELEASE) #### :star: New Features - Introducing JSON to Lettuce ([#​2992](https://redirect.github.com/lettuce-io/lettuce-core/issues/2992)) - Add support for the `CLUSTER MYSHARDID` command ([#​2920](https://redirect.github.com/lettuce-io/lettuce-core/issues/2920)) - Add support for the `CLUSTER LINKS` command ([#​2986](https://redirect.github.com/lettuce-io/lettuce-core/issues/2986)) - Add support for the `CLIENT TRACKINGINFO` command ([#​2862](https://redirect.github.com/lettuce-io/lettuce-core/issues/2862)) - Default ClientOptions.timeoutOptions to TimeoutOptions.enabled() ([#​2927](https://redirect.github.com/lettuce-io/lettuce-core/issues/2927)) - Propagate database number, user, and RedisURI into Tracing ([#​3005](https://redirect.github.com/lettuce-io/lettuce-core/issues/3005)) - Add support for creating regex and subnet-based ReadFrom instances from a single string ([#​3016](https://redirect.github.com/lettuce-io/lettuce-core/issues/3016)) - Add hasNoSlots() method to RedisClusterNode ([#​3015](https://redirect.github.com/lettuce-io/lettuce-core/issues/3015)) #### :lady_beetle: Bug Fixes - Initialize slots with empty BitSet in RedisClusterNode's constructors ([#​2341](https://redirect.github.com/lettuce-io/lettuce-core/issues/2341)) - fix(2971): spublish typo fix ([#​2972](https://redirect.github.com/lettuce-io/lettuce-core/issues/2972)) - Update completeExceptionally on ClusterCommand using super ([#​2980](https://redirect.github.com/lettuce-io/lettuce-core/issues/2980)) - Add defensive copy for Futures allOf() method ([#​2943](https://redirect.github.com/lettuce-io/lettuce-core/issues/2943)) - fix:deadlock when reentrant exclusive lock [#​2905](https://redirect.github.com/lettuce-io/lettuce-core/issues/2905) [#​2879](https://redirect.github.com/lettuce-io/lettuce-core/issues/2879) ([#​2961](https://redirect.github.com/lettuce-io/lettuce-core/issues/2961)) - ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException ([#​2993](https://redirect.github.com/lettuce-io/lettuce-core/issues/2993)) - ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ ([#​3002](https://redirect.github.com/lettuce-io/lettuce-core/issues/3002)) - fix: Lcs response parse ([#​2970](https://redirect.github.com/lettuce-io/lettuce-core/issues/2970)) - Resubscribe logic ignoring Pub/Sub shard channels after reconnect. ([#​3024](https://redirect.github.com/lettuce-io/lettuce-core/issues/3024)) - Command interface - issues with async array results ([#​3033](https://redirect.github.com/lettuce-io/lettuce-core/issues/3033)) #### :bulb: Other - Add badges to the README.md file ([#​2939](https://redirect.github.com/lettuce-io/lettuce-core/issues/2939)) - Convert wiki to markdown docs ([#​2944](https://redirect.github.com/lettuce-io/lettuce-core/issues/2944)) - Add the Github repo url to the doc config ([#​3008](https://redirect.github.com/lettuce-io/lettuce-core/issues/3008)) - document update regarding addressResolverGroup settings ([#​3007](https://redirect.github.com/lettuce-io/lettuce-core/issues/3007)) - Add CodeCov configuration, enable test analytics ([#​3023](https://redirect.github.com/lettuce-io/lettuce-core/issues/3023)) - io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required on CLIENT and READONLY command ([#​3035](https://redirect.github.com/lettuce-io/lettuce-core/issues/3035)) - Bump org.jacoco:jacoco-maven-plugin from 0.8.9 to 0.8.12 ([#​2921](https://redirect.github.com/lettuce-io/lettuce-core/issues/2921)) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 ([#​2922](https://redirect.github.com/lettuce-io/lettuce-core/issues/2922)) - Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 ([#​2958](https://redirect.github.com/lettuce-io/lettuce-core/issues/2958)) - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 ([#​2957](https://redirect.github.com/lettuce-io/lettuce-core/issues/2957)) - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 ([#​2968](https://redirect.github.com/lettuce-io/lettuce-core/issues/2968)) - Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2 ([#​2966](https://redirect.github.com/lettuce-io/lettuce-core/issues/2966)) - Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 ([#​2978](https://redirect.github.com/lettuce-io/lettuce-core/issues/2978)) - Bump org.apache.logging.log4j:log4j-bom from 2.17.2 to 2.24.0 ([#​2988](https://redirect.github.com/lettuce-io/lettuce-core/issues/2988)) - Bump io.netty:netty-bom from 4.1.107.Final to 4.1.113.Final ([#​2990](https://redirect.github.com/lettuce-io/lettuce-core/issues/2990)) - Suspected change in ubuntu causing CI failures ([#​2949](https://redirect.github.com/lettuce-io/lettuce-core/issues/2949)) - MKdocs styling update ([#​3034](https://redirect.github.com/lettuce-io/lettuce-core/issues/3034)) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@​zeze1004](https://redirect.github.com/zeze1004) made their first contribution in [https://github.com/redis/lettuce/pull/2852](https://redirect.github.com/redis/lettuce/pull/2852) - [@​jkrauze](https://redirect.github.com/jkrauze) made their first contribution in [https://github.com/redis/lettuce/pull/2972](https://redirect.github.com/redis/lettuce/pull/2972) - [@​Roiocam](https://redirect.github.com/Roiocam) made their first contribution in [https://github.com/redis/lettuce/pull/2961](https://redirect.github.com/redis/lettuce/pull/2961) - [@​jinkshower](https://redirect.github.com/jinkshower) made their first contribution in [https://github.com/redis/lettuce/pull/2943](https://redirect.github.com/redis/lettuce/pull/2943) - [@​joshrotenberg](https://redirect.github.com/joshrotenberg) made their first contribution in [https://github.com/redis/lettuce/pull/3008](https://redirect.github.com/redis/lettuce/pull/3008) - [@​nosan](https://redirect.github.com/nosan) made their first contribution in [https://github.com/redis/lettuce/pull/3016](https://redirect.github.com/redis/lettuce/pull/3016) - [@​wmxl](https://redirect.github.com/wmxl) made their first contribution in [https://github.com/redis/lettuce/pull/3015](https://redirect.github.com/redis/lettuce/pull/3015) - [@​winguse](https://redirect.github.com/winguse) made their first contribution in [https://github.com/redis/lettuce/pull/3007](https://redirect.github.com/redis/lettuce/pull/3007) - [@​jabolina](https://redirect.github.com/jabolina) made their first contribution in [https://github.com/redis/lettuce/pull/2970](https://redirect.github.com/redis/lettuce/pull/2970) **Full Changelog**: https://github.com/redis/lettuce/compare/6.4.0.RELEASE...6.5.0.RELEASE

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 4 weeks ago

Code Coverage

Total Project Coverage 85.54% :white_check_mark:
codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.18%. Comparing base (94a0b64) to head (277c9b6). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #623 +/- ## ======================================= Coverage 82.18% 82.18% ======================================= Files 81 81 Lines 2385 2385 Branches 137 137 ======================================= Hits 1960 1960 Misses 329 329 Partials 96 96 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.