Details
-
Task
-
Status: Done
-
To be reviewed
-
Resolution: Completed
-
4.x-development
-
4
-
Mule 4.1 Punisher
Description
Right now, DefaultExtensionNotification is being used in ModuleFlowProcessingPhase but this should not know about extensions. We should defer the instantiation using a Function or Supplier so that Notification is used instead and DefaultExtensionNotification is only used in extensions code.
Also, add tests to validate failures.