Skip to content

Commit 838e7c4

Browse files
Merge branch '8.0' into 8.1
* 8.0: [ObjectMapper] Fix mapping of private properties from parent classes update from Postgres 10 to 16 [SecurityBundle] Fix state leak in LogoutUrlGenerator in async environments [Form][Validator] Review Hungarian translations Bump the github-actions group across 1 directory with 2 updates [Serializer] Fix denormalization of already-instantiated nested objects # Conflicts: # src/Symfony/Component/ObjectMapper/ObjectMapper.php # src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php
2 parents fcfdfdd + b3846a4 commit 838e7c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Resources/config/security.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
service('router')->nullOnInvalid(),
241241
service('security.token_storage')->nullOnInvalid(),
242242
])
243+
->tag('kernel.reset', ['method' => 'reset', 'on_invalid' => 'ignore'])
243244

244245
->set('security.route_loader.logout', LogoutRouteLoader::class)
245246
->args([

0 commit comments

Comments
 (0)