Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9: Remove legacy FilterAsync method from IProcessExclusiveGateway #762

Open
ivarne opened this issue Sep 10, 2024 · 1 comment
Open

v9: Remove legacy FilterAsync method from IProcessExclusiveGateway #762

ivarne opened this issue Sep 10, 2024 · 1 comment
Milestone

Comments

@ivarne
Copy link
Member

ivarne commented Sep 10, 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

@ivarne ivarne added this to the 9.0.0 milestone Sep 10, 2024
@ivarne
Copy link
Member Author

ivarne commented Sep 10, 2024

Compatibility was implemented in 54c5ffb for #730

@ivarne ivarne changed the title Remove legacy FilterAsync method from IProcessExclusiveGateway v9: Remove legacy FilterAsync method from IProcessExclusiveGateway Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant