Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c785d51

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

34 files changed

+22
-1608
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)