Skip to content

Commit 84b4769

Browse files
committed
[FrameworkBundle] Remove deprecated compiler passes
1 parent ed81d7f commit 84b4769

9 files changed

+4
-564
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ CHANGELOG
2828
* Remove the `routing.loader.annotation.directory` service, use the `routing.loader.attribute.directory` service instead
2929
* Remove the `routing.loader.annotation.file` service, use the `routing.loader.attribute.file` service instead
3030
* Remove `AnnotatedRouteControllerLoader`, use `AttributeRouteControllerLoader` instead
31+
* Remove `AddExpressionLanguageProvidersPass`, use `Symfony\Component\Routing\DependencyInjection\AddExpressionLanguageProvidersPass` instead
32+
* Remove `DataCollectorTranslatorPass`, use `Symfony\Component\Translation\DependencyInjection\DataCollectorTranslatorPass` instead
33+
* Remove `LoggingTranslatorPass`, use `Symfony\Component\Translation\DependencyInjection\LoggingTranslatorPass` instead
34+
* Remove `WorkflowGuardListenerPass`, use `Symfony\Component\Workflow\DependencyInjection\WorkflowGuardListenerPass` instead
3135

3236
6.4
3337
---

DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

DependencyInjection/Compiler/DataCollectorTranslatorPass.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

DependencyInjection/Compiler/LoggingTranslatorPass.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

DependencyInjection/Compiler/WorkflowGuardListenerPass.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

Tests/DependencyInjection/Compiler/DataCollectorTranslatorPassTest.php

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)