From b4185c342acb3f5f44e9b0467397438789428b12 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 5 Dec 2019 18:55:53 +0300 Subject: [PATCH] Update README.md --- redisson-hibernate/README.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 89ee4d4e1..88dce93ab 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -4,7 +4,7 @@ Implements [Hibernate 2nd level Cache](https://docs.jboss.org/hibernate/orm/5.4/ Supports all Hibernate cache strategies: `READ_ONLY`, `NONSTRICT_READ_WRITE`, `READ_WRITE` and `TRANSACTIONAL`. It's recommended to use FST or Snappy as [codec](https://github.com/redisson/redisson/wiki/4.-data-serialization). -Compatible with Hibernate 4.x, 5.x. (5.3.0, 5.3.1 and 5.3.2 versions aren't supported) +Compatible with Hibernate 5.3.3+ Redisson provides various Hibernate Cache factories including those with features below: @@ -30,29 +30,17 @@ Maven ```xml org.redisson - - redisson-hibernate-4 - - redisson-hibernate-5 - - redisson-hibernate-52 redisson-hibernate-53 - 3.11.5 + 3.11.6 ``` Gradle ```groovy - // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.11.5' - // for Hibernate v5.0.x - v5.1.x - compile 'org.redisson:redisson-hibernate-5:3.11.5' - // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.11.5' // for Hibernate v5.3.3+ - v5.4.x - compile 'org.redisson:redisson-hibernate-53:3.11.5' + compile 'org.redisson:redisson-hibernate-53:3.11.6' ``` ### 2. Specify hibernate cache settings