-
-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document UOW reset introduced since 1.12.3/2.0.3 #1134
Conversation
e12e28b
to
df557cc
Compare
UPGRADE-1.12.md
Outdated
{ | ||
$container->getDefinition('doctrine')->clearTag('kernel.reset'); | ||
} | ||
}, \Symfony\Component\DependencyInjection\Compiler\PassConfig::TYPE_BEFORE_OPTIMIZATION, 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be good to point out that this priority is and must be higher than Symfony\Component\HttpKernel\DependencyInjection\ResettableServicePass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you suggest to do that?
df557cc
to
26228df
Compare
Co-Authored-By: Grégoire Paris <[email protected]>
26228df
to
3c3cc0f
Compare
Thanks @ostrolucky! |
Thanks ! |
Fixes #1112