Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0c7e29b4d30e66974f1b9893603f1b5779eb76ac
https://github.com/hibernate/hibernate-orm/commit/0c7e29b4d30e66974f1b989...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2018-03-13 (Tue, 13 Mar 2018)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/stat/internal/ConcurrentStatisticsTest.java
M hibernate-core/src/test/java/org/hibernate/test/cache/RefreshUpdatedDataTest.java
M hibernate-core/src/test/java/org/hibernate/test/cache/RegionNameTest.java
Log Message:
-----------
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
Adding tests on 5.2 branch asserting specific expectations of Cache and Statistics API and
SPI to ensure we maintain seamless upgradeability to 5.3 in terms of region name
expectations (region-name-prefix handling)
* RegionNameTest - old API/SPI methods expected prefixed region name - make sure we
continue to support that
* ConcurrentStatisticsTest - added cache prefix
* RefreshUpdatedDataTest - removed inaccurate assertions