[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-801) Move Version.touch() to an appropriate position

Sanne Grinovero (JIRA) noreply at atlassian.com
Wed Jul 6 13:39:53 EDT 2011


Move Version.touch() to an appropriate position
-----------------------------------------------

                 Key: HSEARCH-801
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-801
             Project: Hibernate Search
          Issue Type: Task
          Components: engine
            Reporter: Sanne Grinovero
            Assignee: Emmanuel Bernard
            Priority: Trivial
             Fix For: 4.0.0.Alpha1


Version.touch() is currently executed in a static block inside org.hibernate.search.event.impl.FullTextIndexEventListener.
So if an SPI doesn't use the Hibernate eventlistener, the version is not logged.

Shall we move it to the SearchFactoryImpl?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list