Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
user system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Feb 2015 at 20:10 UTC
Updated:
11 Apr 2024 at 03:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
znerol commentedComment #2
znerol commentedComment #4
znerol commentedComment #5
xjmDiscussed with @znerol; this sounds probably at least major.
Comment #6
dawehnerSo those places are all kinda problems?
Comment #7
jhedstromRe-roll of #1 just to see where this is still an issue.
Comment #9
jhedstromNot bad, down to only 1 instance where this happens!
Comment #17
avpadernoComment #18
avpadernoComment #20
avpadernoI am not sure this issue is still relevant. Starting from Drupal 8.8.x, the
AccountProxyclass uses theDependencySerializationTraittrait, which was not used on previous versions.Drupal 8.8.x
Drupal 8.1.x
Using
DependencySerializationTraitshould resolve any issue, since it avoids the service container and any service are serialized. (SeeDependencySerializationTrait::__sleep().)It seems this issue should be closed as outdated.
The comments on the
AccountProxyclass should be updated/removed, but that should be object of a new issue.Comment #21
avpadernoComment #29
pameeela commentedPer #20 this is outdated. I will create a follow up task to update the comment but I don't know what specifically should be updated.