mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
* 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 3689924d74a000cc2319a434bf380862692c9b28)