Skip to content
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

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

ostrolucky
Copy link
Member

Fixes #1112

@ostrolucky ostrolucky added this to the 1.12.8 milestone Feb 1, 2020
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-1.12.md Outdated Show resolved Hide resolved
UPGRADE-2.0.md Show resolved Hide resolved
@ostrolucky ostrolucky changed the base branch from master to 1.12.x February 1, 2020 21:22
UPGRADE-1.12.md Outdated
{
$container->getDefinition('doctrine')->clearTag('kernel.reset');
}
}, \Symfony\Component\DependencyInjection\Compiler\PassConfig::TYPE_BEFORE_OPTIMIZATION, 1);
Copy link
Contributor

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

Copy link
Member Author

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?

UPGRADE-1.12.md Outdated Show resolved Hide resolved
@alcaeus
Copy link
Member

alcaeus commented Feb 4, 2020

Thanks @ostrolucky!

@alcaeus alcaeus merged commit 17a1d29 into doctrine:1.12.x Feb 4, 2020
@alcaeus alcaeus self-assigned this Feb 4, 2020
@adrienfr
Copy link

adrienfr commented Feb 4, 2020

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entity not managed since version 1.12.6 when using refresh
5 participants