You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ivarne
changed the title
Remove legacy FilterAsync method from IProcessExclusiveGateway
v9: Remove legacy FilterAsync method from IProcessExclusiveGateway
Sep 11, 2024
ivarne
changed the title
v9: Remove legacy FilterAsync method from IProcessExclusiveGateway
v9: Remove [Obsolete] functionality and provide codefix where possible.
Oct 23, 2024
Description
To improve performance for gateways, we needed another argument in
IProcessExclusiveGateway.FilterAsync
.To avoid compatibility issues, the new method was added with a default implementation that calls the old one, so that apps still work.
For v9 we need to remove the legacy version and a codefix that adds the argument to implementations
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response
The text was updated successfully, but these errors were encountered: