Skip to content

Commit 42c7aec

Browse files
committed
Remove deprecated container injections and compiler passes
1 parent 5ed9cb3 commit 42c7aec

34 files changed

+22
-1609
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ CHANGELOG
44
4.0.0
55
-----
66

7-
* Removed `ValidateWorkflowsPass`
87
* The default `type` option of the `framework.workflows.*` configuration entries is `state_machine`
8+
* [BC BREAK] removed `AddConsoleCommandPass`, `AddConstraintValidatorsPass`,
9+
`AddValidatorInitializersPass`, `CompilerDebugDumpPass`, `ConfigCachePass`,
10+
`ControllerArgumentValueResolverPass`, `FormPass`, `PropertyInfoPass`,
11+
`RoutingResolverPass`, `SerializerPass`, `ValidateWorkflowsPass`
12+
* [BC BREAK] made `Translator::__construct()` `$defaultLocale` argument required
13+
* [BC BREAK] removed `SessionListener`, `TestSessionListener`
914

1015
3.3.0
1116
-----

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConsoleCommandPass.php

-27
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php

-23
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddValidatorInitializersPass.php

-23
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/CompilerDebugDumpPass.php

-46
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ConfigCachePass.php

-28
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ControllerArgumentValueResolverPass.php

-27
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php

-88
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/PropertyInfoPass.php

-27
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php

-27
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/SerializerPass.php

-28
This file was deleted.

0 commit comments

Comments
 (0)