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: '' --- 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** 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.** 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 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