[hibernate-commits] [hibernate/hibernate-orm] 0c7e29: HHH-11356 - Adjust the 2nd-Cache SPIs to better re...

GitHub noreply at github.com
Tue Mar 13 18:51:57 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0c7e29b4d30e66974f1b9893603f1b5779eb76ac
      https://github.com/hibernate/hibernate-orm/commit/0c7e29b4d30e66974f1b9893603f1b5779eb76ac
  Author: Steve Ebersole <steve at 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




More information about the hibernate-commits mailing list