From ea6bd60defc309ec72325d498be2796774aace3e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 27 May 2022 11:12:02 +0300 Subject: [PATCH] Update README.md --- redisson-hibernate/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index ef6261593..ba634ec94 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.6.x +Compatible with Hibernate 4.x, 5.1.x, 5.2.x, 5.3.3+ up to 5.6.x and 6.0.2+ Redisson provides various Hibernate Cache factories including those with features below: @@ -38,7 +38,9 @@ Maven redisson-hibernate-52 redisson-hibernate-53 - 3.17.2 + + redisson-hibernate-6 + 3.17.3 ``` @@ -46,13 +48,15 @@ Gradle ```groovy // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.17.2' + compile 'org.redisson:redisson-hibernate-4:3.17.3' // for Hibernate v5.0.x - v5.1.x - compile 'org.redisson:redisson-hibernate-5:3.17.2' + compile 'org.redisson:redisson-hibernate-5:3.17.3' // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.17.2' + compile 'org.redisson:redisson-hibernate-52:3.17.3' // for Hibernate v5.3.3+ - v5.6.x - compile 'org.redisson:redisson-hibernate-53:3.17.2' + compile 'org.redisson:redisson-hibernate-53:3.17.3' + // for Hibernate v6.0.2+ + compile 'org.redisson:redisson-hibernate-6:3.17.3' ``` ### 2. Specify hibernate cache settings