8000 minor #21729 [UPGRADE guide] Merged duplicated SecurityBundle section… · symfony/symfony@71fba96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71fba96

Browse files
minor #21729 [UPGRADE guide] Merged duplicated SecurityBundle section and ordered alphabetically (wouterj)
This PR was merged into the 3.3-dev branch. Discussion ---------- [UPGRADE guide] Merged duplicated SecurityBundle section and ordered alphabetically | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | - | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 67c3107 Merge duplicated SecurityBundle section and order alphabetically
2 parents d69bb30 + 67c3107 commit 71fba96

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed

UPGRADE-4.0.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,6 @@ FrameworkBundle
188188
* The `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass` class has been
189189
removed. Use the `Symfony\Component\Form\DependencyInjection\FormPass` class instead.
190190

191-
SecurityBundle
192-
--------------
193-
194-
* The `FirewallContext::getContext()` method has been removed, use the `getListeners()` method instead.
195-
196-
* The `FirewallMap::$map` and `$container` properties have been removed.
197-
198191
HttpFoundation
199192
---------------
200193

@@ -237,6 +230,11 @@ HttpKernel
237230
* The `Psr6CacheClearer::addPool()` method has been removed. Pass an array of pools indexed
238231
by name to the constructor instead.
239232

233+
Ldap
234+
----
235+
236+
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface`
237+
240238
Process
241239
-------
242240

@@ -257,6 +255,17 @@ Security
257255
* The `RoleInterface` has been removed. Extend the `Symfony\Component\Security\Core\Role\Role`
258256
class instead.
259257

258+
SecurityBundle
259+
--------------
260+
261+
* The `FirewallContext::getContext()` method has been removed, use the `getListeners()` method instead.
262+
263+
* The `FirewallMap::$map` and `$container` properties have been removed.
264+
265+
* The `UserPasswordEncoderCommand` class does not allow `null` as the first argument anymore.
266+
267+
* `UserPasswordEncoderCommand` does not implement `ContainerAwareInterface` anymore.
268+
260269
Serializer
261270
----------
262271

@@ -349,6 +358,11 @@ Validator
349358
changed to `true` as of 4.0. If you need the previous behaviour ensure to
350359
set the option to `false`.
351360

361+
Workflow
362+
--------
363+
364+
* Removed class name support in `WorkflowRegistry::add()` as second parameter.
365+
352366
Yaml
353367
----
354368

@@ -445,20 +459,3 @@ Yaml
445459

446460
* The constructor arguments `$offset`, `$totalNumberOfLines` and
447461
`$skippedLineNumbers` of the `Parser` class were removed.
448-
449-
Ldap
450-
----
451-
452-
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface`
453-
454-
SecurityBundle
455-
--------------
456-
457-
* The `UserPasswordEncoderCommand` class does not allow `null` as the first argument anymore.
458-
459-
* `UserPasswordEncoderCommand` does not implement `ContainerAwareInterface` anymore.
460-
461-
Workflow
462-
--------
463-
464-
* Removed class name support in `WorkflowRegistry::add()` as second parameter.

0 commit comments

Comments
 (0)
0