-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.6
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core
Listeners may be synchronous or asynchronous (as defined in the XML registering them), but the actual behavior is defined by the class they implement (EventListener or PostCommitEventListener).
At the very least a warning should be emitted when the registration is inconsistent with the class.