Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0 RC3 (Kay), 1.13.7 (Ingalls SR7)
-
Fix Version/s: 1.13.8 (Ingalls SR8), 2.0 GA (Kay)
-
Component/s: None
-
Labels:None
-
Sprint:Kay RC3
Description
For some persistence technologies, save(…) methods might return a completely different instance of the object handed to it in the method. This might cause the returned instance not containing the events originally held so that the event publishing mechanism fails to find them. We should rather use the instances that are handed into the method for event inspection.