-
Bug
-
Resolution: Done
-
Major
-
7.1.2.GA
https://hibernate.atlassian.net/browse/HHH-12508
https://hibernate.atlassian.net/browse/HHH-12520
HHH-12508 is not a regression, but can cause SessionFactoryOptions#isSecondLevelCacheEnabled to return true when the second-level cache is actually disabled. Hibernate relies on the correct return value when determining if second-level cache functionality is available.
HHH-12520 is a regression introduced by HHH-10418. CacheImpl#getSecondLevelCacheRegion can cause NullPointerExceptions when the query cache is disabled.
The test case included for HHH-12508 is for both issues.
- causes
-
WFLY-10260 NullPointerException when read deployment with jpa
- Closed
- duplicates
-
JBEAP-14637 [GSS](7.1.z) HHH-12508 HHH-12520 Web administration console not reporting application status because of NullPointerException when accessing entity-cache resource
- Closed
- is incorporated by
-
JBEAP-14459 [GSS](7.1.z) Upgrade Hibernate ORM from 5.1.13 to 5.1.14
- Closed