Altinn / app-lib-dotnet

Libraries used in Altinn Apps
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

v9: Remove legacy FilterAsync method from IProcessExclusiveGateway #762

Open ivarne opened 3 weeks ago

ivarne commented 3 weeks ago

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 commented 3 weeks ago

Compatibility was implemented in 54c5ffbbea9a6796fb4e3e04452c37c4cdf04b61 for #730