Hi,
After going through the following links, it looks like we might run into some version compatibility issues with EhCache.
See if these links help in taking a decision regarding Hibernate and Ehcache version compatibility.
https://jsoftbiz.wordpress.com/2013/03/14/hibernate-4-and-ehcache-higher-than-2-4-3/
Refer to "Building with Maven" section in http://www.ehcache.org/generated/2.9.0/pdf/Integrations.pdf which says
Quote:
Note: Some versions of Hibernate-Ehcache may have a dependency on a specific version
of Ehcache. Check the Hibernate-Ehcache POM for more information.
Having said that, I am currently using Hibernate 5.0.4 with ehcache 2.10.1 in my sample projects and have not faced any issues
so far. The ehcache version bundled with hibernate 5.0.4 is ehcache-core2.4.3.
-Madhu.