gorgeous-school-55417
05/11/2023, 6:34 AMwooden-king-30682
05/11/2023, 8:45 AMRestRequestInterface
is replaced by a transfer object (https://github.com/spryker/glue-application/blob/master/src/Spryker/Glue/GlueApplication/Resource/GenericResource.php).
The controller filter is replaced by multiple things, depending on what you need from the deprecated ControllerFilter it might be implementable by a plugin of one of the interfaces in https://github.com/spryker/glue-application-extension/tree/master/src/Spryker/Glue/GlueApplicationExtension/Dependency/Plugin
The new glue infrastructure is capable of adjusting almost any part of the routing/filtering and request/response formatting and validation.
Sadly I'm not able anymore to find the related documentation, but I thought I had already seen it in docs.spryker.comgorgeous-school-55417
05/11/2023, 8:48 AMwooden-king-30682
05/11/2023, 8:50 AMgorgeous-school-55417
05/11/2023, 8:50 AM