From 50df8de6ab46b0d8bd29ce4e907df83cfa517242 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 5 May 2024 00:52:47 +0800 Subject: [PATCH] ! update after release `v1.0.0-Alpha3` --- README.md | 24 ++++++++++++------------ cffu-ttl-executor-wrapper/README.md | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4440de8c..076f9423 100644 --- a/README.md +++ b/README.md @@ -561,18 +561,18 @@ public class ConcurrencyStrategyDemo { io.foldright cffu - 1.0.0-Alpha2 + 1.0.0-Alpha3 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu:1.0.0-Alpha2") + implementation("io.foldright:cffu:1.0.0-Alpha3") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu:1.0.0-Alpha2' + implementation 'io.foldright:cffu:1.0.0-Alpha3' ``` - `cffu Kotlin`支持库: - For `Maven` projects: @@ -581,18 +581,18 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-kotlin - 1.0.0-Alpha2 + 1.0.0-Alpha3 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu-kotlin:1.0.0-Alpha2") + implementation("io.foldright:cffu-kotlin:1.0.0-Alpha3") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha2' + implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha3' ``` - `cffu bom`: - For `Maven` projects: @@ -601,7 +601,7 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-bom - 1.0.0-Alpha2 + 1.0.0-Alpha3 pom import @@ -610,11 +610,11 @@ public class ConcurrencyStrategyDemo { ```groovy // Gradle Kotlin DSL - implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha2")) + implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha3")) ``` ```groovy // Gradle Groovy DSL - implementation platform('io.foldright:cffu-bom:1.0.0-Alpha2') + implementation platform('io.foldright:cffu-bom:1.0.0-Alpha3') ``` - [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper): - For `Maven` projects: @@ -623,7 +623,7 @@ public class ConcurrencyStrategyDemo { io.foldright cffu-ttl-executor-wrapper - 1.0.0-Alpha2 + 1.0.0-Alpha3 runtime ``` @@ -631,11 +631,11 @@ public class ConcurrencyStrategyDemo { ```groovy // Gradle Kotlin DSL - runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2") + runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3") ``` ```groovy // Gradle Groovy DSL - runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2' + runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3' ``` # 📚 更多资料 diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md index abc2cd9a..8fbcce53 100644 --- a/cffu-ttl-executor-wrapper/README.md +++ b/cffu-ttl-executor-wrapper/README.md @@ -18,7 +18,7 @@ For `Maven` projects: io.foldright cffu-ttl-executor-wrapper runtime - 1.0.0-Alpha2 + 1.0.0-Alpha3 ``` @@ -26,12 +26,12 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2") +runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3") ``` ```groovy // Gradle Groovy DSL -runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha2' +runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha3' ``` `cffu-ttl-executor-wrapper` has published to maven central, find the latest version at