[
https://hibernate.onjira.com/browse/HHH-7282?page=com.atlassian.jira.plug...
]
Steve Ebersole commented on HHH-7282:
-------------------------------------
Actually the usages of {{net.sf.ehcache.util.Timestamper#next}} are safe since it was
modified to use this new SlewClock class internally.
However, the {{org.hibernate.cache.internal.Timestamper}} uses that same algorithm that
{{net.sf.ehcache.util.Timestamper}} used previously.
{{org.hibernate.cache.internal.Timestamper}} is only ever used from Hibernate test code.
To be completely safe, we should move the {{org.hibernate.cache.internal.Timestamper}}
class to hibernate-testing module
Move org.hibernate.cache.internal.Timestamper to hibernate-testing
module
-------------------------------------------------------------------------
Key: HHH-7282
URL:
https://hibernate.onjira.com/browse/HHH-7282
Project: Hibernate ORM
Issue Type: Improvement
Components: caching (L2)
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Labels: ehcache
Time Spent: 7m
Reference :
http://jira.terracotta.org/jira/browse/EHC-853
The Ehcahce integration code (hibernate-ehcache) makes use of that utility,
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira