hibernate-orm/hibernate-infinispan
Radim Vansa 64f91f1a15 HHH-10030 Add read-write cache concurrency strategy to Infinispan 2LC
* AccessType.READ_WRITE is now supported cache concurrency strategy
* Added checks that we're caching in local or invalidation cache (distributed and replicated cache does not work ATM)
* Refactored test-suite: Running on both transactional and read-write caches (these should yield the same results)
** CustomParemeterized runner is used for that
** Moved all entities used in functional tests to one package
** Removed already disabled tests related to class loaders (not needed since Infinispan 5.1)

(cherry picked from commit 3689924d74)
2015-09-03 08:15:44 -05:00
..
src HHH-10030 Add read-write cache concurrency strategy to Infinispan 2LC 2015-09-03 08:15:44 -05:00
hibernate-infinispan.gradle HHH-9868, HHH-9881 Replaced access to TransactionManager with Session 2015-08-12 10:39:20 +02:00