[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-7282) Move org.hibernate.cache.internal.Timestamper to hibernate-testing module

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Apr 27 11:48:48 EDT 2012


    [ https://hibernate.onjira.com/browse/HHH-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46450#comment-46450 ] 

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

        


More information about the hibernate-issues mailing list