EHC ❯ Add support to Hibernate region factories for the coming Hibernate 3.5 methods
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
hsingh
-
Reporter: cdennis
-
February 03, 2010
-
0
-
Watchers: 0
-
January 17, 2013
-
February 03, 2010
Description
Hibernate 3.5 will be adding two new methods to the Hibernate caching API, Region.contains(Object key) and RegionFactory.getDefaultAccessType(). We should add support for them so that we continue to work after 3.5 is released.
Comments
Chris Dennis 2010-02-03
Himadri Singh 2010-02-24
Verified by running ehcache hibernate sample webapp from 3.2.1-ee RC4 and INFO: Hibernate 3.5.0-CR-1
Added new methods, but left Hibernate dependency in pom.xml as is. I’ll JIRA moving ehcache-core to depend on Hibernate 3.5 when it gets released.