The fix for HHH-9078 removed this method in AbstractCollectionPersister , which can cause problems for integrators. :
{code} void doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor) which can cause problems for integrators. {code}
This issue will restore the method and provide a default implementation for the method added by HHH-9078:
{code} void doProcessQueuedOps(PersistentCollection, Serializable, int, SessionImplementor) {code}
The method added by HHH-9078 will be deprecated in 4.2 and 4.3. It will be removed in master. I'll link the deprecation and feature removal issue links shortly.
|