diff --git a/redisson-helidon/README.md b/redisson-helidon/README.md index 7e6c29a8e..98aea058f 100644 --- a/redisson-helidon/README.md +++ b/redisson-helidon/README.md @@ -2,7 +2,7 @@ Integrates Redisson with [Helidon](https://helidon.io/) framework. -Supports Helidon 1.4.x - 2.3.x +Supports Helidon 1.4.x - 2.4.x ## Usage @@ -14,14 +14,14 @@ Maven org.redisson redisson-helidon - 3.16.4 + 3.16.7 ``` Gradle ```groovy -compile 'org.redisson:redisson-helidon:3.16.4' +compile 'org.redisson:redisson-helidon:3.16.7' ``` ### 2. Add settings into `META-INF/microprofile-config.properties` file diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 28929ff20..fdcb11e93 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -3,7 +3,7 @@ Implements [Hibernate 2nd level Cache](https://docs.jboss.org/hibernate/orm/5.5/userguide/html_single/Hibernate_User_Guide.html#caching) provider based on Redis. Supports all Hibernate cache strategies: `READ_ONLY`, `NONSTRICT_READ_WRITE`, `READ_WRITE` and `TRANSACTIONAL`. -Compatible with Hibernate 4.x, 5.1.x, 5.2.x and 5.3.3+ up to 5.5.x +Compatible with Hibernate 4.x, 5.1.x, 5.2.x and 5.3.3+ up to 5.6.x Redisson provides various Hibernate Cache factories including those with features below: @@ -36,9 +36,9 @@ Maven redisson-hibernate-5 redisson-hibernate-52 - + redisson-hibernate-53 - 3.16.4 + 3.16.7 ``` @@ -46,13 +46,13 @@ Gradle ```groovy // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.16.4' + compile 'org.redisson:redisson-hibernate-4:3.16.7' // for Hibernate v5.0.x - v5.1.x - compile 'org.redisson:redisson-hibernate-5:3.16.4' + compile 'org.redisson:redisson-hibernate-5:3.16.7' // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.16.4' - // for Hibernate v5.3.3+ - v5.5.x - compile 'org.redisson:redisson-hibernate-53:3.16.4' + compile 'org.redisson:redisson-hibernate-52:3.16.7' + // for Hibernate v5.3.3+ - v5.6.x + compile 'org.redisson:redisson-hibernate-53:3.16.7' ``` ### 2. Specify hibernate cache settings diff --git a/redisson-micronaut/README.md b/redisson-micronaut/README.md index eddedcd39..6e97b8c82 100644 --- a/redisson-micronaut/README.md +++ b/redisson-micronaut/README.md @@ -17,7 +17,7 @@ Maven redisson-micronaut-20 redisson-micronaut-30 - 3.16.4 + 3.16.7 ``` @@ -25,9 +25,9 @@ Gradle ```groovy // for Micronaut v2.0.x - v2.5.x -compile 'org.redisson:redisson-micronaut-20:3.16.4' +compile 'org.redisson:redisson-micronaut-20:3.16.7' // for Micronaut v3.0.x -compile 'org.redisson:redisson-micronaut-30:3.16.4' +compile 'org.redisson:redisson-micronaut-30:3.16.7' ``` ### 2. Add settings into `application.yml` file diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md index 4ab6c14be..fa9c00b52 100644 --- a/redisson-mybatis/README.md +++ b/redisson-mybatis/README.md @@ -30,14 +30,14 @@ Maven org.redisson redisson-mybatis - 3.16.4 + 3.16.7 ``` Gradle ```groovy - compile 'org.redisson:redisson-mybatis:3.16.4' + compile 'org.redisson:redisson-mybatis:3.16.7' ``` ### 2. Specify MyBatis cache settings diff --git a/redisson-quarkus/README.md b/redisson-quarkus/README.md index c8b92b3d1..3bb4f8885 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.4.x +Supports Quarkus 1.6.x - 2.6.x
Native image with RemoteService. Click to expand! @@ -42,9 +42,9 @@ Maven org.redisson redisson-quarkus-16 - + redisson-quarkus-20 - 3.16.4 + 3.16.7 ``` @@ -52,9 +52,9 @@ Gradle ```groovy // for Quarkus v1.6.x - v1.13.x -compile 'org.redisson:redisson-quarkus-16:3.16.4' -// for Quarkus v2.0.x - v2.4.x -compile 'org.redisson:redisson-quarkus-20:3.16.4' +compile 'org.redisson:redisson-quarkus-16:3.16.7' +// for Quarkus v2.0.x - v2.6.x +compile 'org.redisson:redisson-quarkus-20:3.16.7' ``` ### 2. Add settings into `application.properties` file diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 56ffe5991..5712b5b26 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -14,14 +14,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.16.6 + 3.16.7 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.16.6' + compile 'org.redisson:redisson-spring-boot-starter:3.16.7' ``` @@ -29,9 +29,9 @@ Downgrade `redisson-spring-data` module if necessary to support required Spring |redisson-spring-data
module name|Spring Boot
version| |----------------------------|-------------------| -|redisson-spring-data-16 |1.3.x | -|redisson-spring-data-17 |1.4.x | -|redisson-spring-data-18 |1.5.x | +|redisson-spring-data-16 |1.3.z | +|redisson-spring-data-17 |1.4.z | +|redisson-spring-data-18 |1.5.z | |redisson-spring-data-2x |2.x.z | ### 2. Add settings into `application.settings` file diff --git a/redisson-spring-data/README.md b/redisson-spring-data/README.md index 232289b53..cfd736c59 100644 --- a/redisson-spring-data/README.md +++ b/redisson-spring-data/README.md @@ -2,7 +2,7 @@ Integrates Redisson with Spring Data Redis library. Implements Spring Data's `RedisConnectionFactory` and `ReactiveRedisConnectionFactory` interfaces and allows to interact with Redis through `RedisTemplate` or `ReactiveRedisTemplate` object. -Supports Spring Data Redis 1.6.x - 2.5.x +Supports Spring Data Redis 1.6.x - 2.6.x ## Usage @@ -32,8 +32,8 @@ Maven redisson-spring-data-25 - redisson-spring-data-25 - 3.16.6 + redisson-spring-data-26 + 3.16.7 ``` @@ -41,25 +41,25 @@ Gradle ```groovy // for Spring Data Redis v.1.6.x - compile 'org.redisson:redisson-spring-data-16:3.16.6' + compile 'org.redisson:redisson-spring-data-16:3.16.7' // for Spring Data Redis v.1.7.x - compile 'org.redisson:redisson-spring-data-17:3.16.6' + compile 'org.redisson:redisson-spring-data-17:3.16.7' // for Spring Data Redis v.1.8.x - compile 'org.redisson:redisson-spring-data-18:3.16.6' + compile 'org.redisson:redisson-spring-data-18:3.16.7' // for Spring Data Redis v.2.0.x - compile 'org.redisson:redisson-spring-data-20:3.16.6' + compile 'org.redisson:redisson-spring-data-20:3.16.7' // for Spring Data Redis v.2.1.x - compile 'org.redisson:redisson-spring-data-21:3.16.6' + compile 'org.redisson:redisson-spring-data-21:3.16.7' // for Spring Data Redis v.2.2.x - compile 'org.redisson:redisson-spring-data-22:3.16.6' + compile 'org.redisson:redisson-spring-data-22:3.16.7' // for Spring Data Redis v.2.3.x - compile 'org.redisson:redisson-spring-data-23:3.16.6' + compile 'org.redisson:redisson-spring-data-23:3.16.7' // for Spring Data Redis v.2.4.x - compile 'org.redisson:redisson-spring-data-24:3.16.6' + compile 'org.redisson:redisson-spring-data-24:3.16.7' // for Spring Data Redis v.2.5.x - compile 'org.redisson:redisson-spring-data-25:3.16.6' + compile 'org.redisson:redisson-spring-data-25:3.16.7' // for Spring Data Redis v.2.6.x - compile 'org.redisson:redisson-spring-data-25:3.16.6' + compile 'org.redisson:redisson-spring-data-26:3.16.7' ``` ### 2. Register `RedissonConnectionFactory` in Spring context