Commit Graph

21 Commits (d73b2d52b80dd52d4578d7b5244faff18182c37a)

Author SHA1 Message Date
Nikita Koksharov 45958e5747 refactoring
Nikita Koksharov b0b30f36e9 refactoring
Nikita Koksharov 01845bbb27 Fixed - CACHE_REGION_PREFIX setting isn't applied for hibernate 5.3+
Nikita Koksharov 963bc0347f Fixed - deprecation error log about JSON config even though it's not used
Nikita Koksharov dd119d369c Improvement - make RedissonRegionFactory.fallback field protected.
Nikita Koksharov e7172d3e72 Fixed - Redisson slowdowns access to hibernate in fallback mode. 1800
Nikita Koksharov c7036d9339 Fixed - Cache isn't applied to hibernate collection, that is joined by non primary key field
Nikita Koksharov b13399ce95 Fixed - hibernate 5.3 doesn't wrap cache exception into CacheException object
Nikita Koksharov 9c3b9f0049 tests fixed
Nikita Koksharov be8eccb700 Feature - Hibernate should fallback on DB if Redis cache fail to handle requests.
Nikita Koksharov 30589cf2d8 license header updated
Nikita Koksharov aa085248b0 Feature - allow to redefine CacheKeysFactory in Hibernate Cache Factory.
Nikita Koksharov 3b6467d6ce Fixed - redisson yaml configuration located in classpath couldn't be loaded by hibernate factory.
Nikita Koksharov b34a9da9f3 refactoring
Nikita Koksharov 9d3d4a8562 License header updated
Nikita Koksharov 76c60d434a refactoring
Nikita Koksharov ca97559c71 Feature - Hibernate Region Factories with JNDI support.
Nikita Koksharov ce3fd29f70 RedissonRegionFactory.createRedissonClient method introduced
Nikita Koksharov 1c278d58f3 refactoring
Nikita Koksharov 54eaba09d2 refactoring
Nikita Koksharov 46aa0395c3 Feature - Hibernate cache implementation