Improve backwards compatibility of 4.2 branch by reintroducing the deleted NonFlushedChanges interface
Description
The class org.hibernate.engine.spi.NonFlushedChanges was previously deleted in version 4.2.8 but that makes it harder for Hibernate Search to support the whole 4.2.x range.
We could reintroduce this interface, even though it's not longer used anywhere, just to satisfy the import statements.
The class
org.hibernate.engine.spi.NonFlushedChanges
was previously deleted in version 4.2.8 but that makes it harder for Hibernate Search to support the whole 4.2.x range.We could reintroduce this interface, even though it's not longer used anywhere, just to satisfy the
import
statements.