From 6cca92af366afe18a9ea9306dc0f335f80decf21 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 7 Sep 2021 10:16:35 +0300 Subject: [PATCH 1/5] Update ask-question.md --- .github/ISSUE_TEMPLATE/ask-question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md index e762e937f..7593f54b6 100644 --- a/.github/ISSUE_TEMPLATE/ask-question.md +++ b/.github/ISSUE_TEMPLATE/ask-question.md @@ -8,5 +8,5 @@ assignees: '' --- From e8f1419622bf5b32303d946a9e59f32a4232a525 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 7 Sep 2021 10:16:51 +0300 Subject: [PATCH 2/5] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 31c6e6150..b8e319656 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- **Expected behavior** From 6e8cac37bd4cd198e21b796743515edb3aaf4829 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 7 Sep 2021 10:17:04 +0300 Subject: [PATCH 3/5] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6ff58b77e..21138cb7e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** From 2214f72c7bd2e296a40874b509fb098ccd6c899c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 7 Sep 2021 10:18:01 +0300 Subject: [PATCH 4/5] Update README.md --- redisson-quarkus/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/redisson-quarkus/README.md b/redisson-quarkus/README.md index b3a6efaa1..52c5dfc3a 100644 --- a/redisson-quarkus/README.md +++ b/redisson-quarkus/README.md @@ -2,7 +2,7 @@ Integrates Redisson with [Quarkus](https://quarkus.io/) framework. -Supports Quarkus 1.6.x - 2.0.x +Supports Quarkus 1.6.x - 2.2.x
Native image with RemoteService. Click to expand! @@ -42,9 +42,9 @@ Maven org.redisson redisson-quarkus-16 - + redisson-quarkus-20 - 3.16.1 + 3.16.2 ``` @@ -52,9 +52,9 @@ Gradle ```groovy // for Quarkus v1.6.x - v1.13.x -compile 'org.redisson:redisson-quarkus-16:3.16.1' -// for Quarkus v2.0.x -compile 'org.redisson:redisson-quarkus-20:3.16.1' +compile 'org.redisson:redisson-quarkus-16:3.16.2' +// for Quarkus v2.2.x +compile 'org.redisson:redisson-quarkus-20:3.16.2' ``` ### 2. Add settings into `application.properties` file From 99b9b6c6d6fed4570f99da597853bdd2340d355c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 7 Sep 2021 10:19:47 +0300 Subject: [PATCH 5/5] Update README.md --- redisson-micronaut/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/redisson-micronaut/README.md b/redisson-micronaut/README.md index 8d04f7d7b..1e5afcd18 100644 --- a/redisson-micronaut/README.md +++ b/redisson-micronaut/README.md @@ -2,7 +2,7 @@ Integrates Redisson with [Micronaut](https://micronaut.io/) framework. -Supports Micronaut 2.0.x - 2.5.x +Supports Micronaut 2.0.x - 3.0.x ## Usage @@ -13,15 +13,21 @@ Maven ```xml org.redisson - redisson-micronaut - 3.16.1 + + redisson-micronaut-20 + + redisson-micronaut-30 + 3.16.2 ``` Gradle ```groovy -compile 'org.redisson:redisson-micronaut:3.16.1' +// for Micronaut v2.0.x - v2.5.x +compile 'org.redisson:redisson-micronaut-20:3.16.2' +// for Micronaut v3.0.x +compile 'org.redisson:redisson-micronaut-30:3.16.2' ``` ### 2. Add settings into `application.yml` file