-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make TemplateRegistry not mutable #6556
Make TemplateRegistry not mutable #6556
Conversation
2475673
to
505800d
Compare
505800d
to
019890c
Compare
dc90904
to
2c98688
Compare
d42b8a4
to
f92ed1a
Compare
You forgot to add a trigger_error in And do we need an upgrade note ? |
IMO we do not need upgrade note. All change will be resolve by remove deprecations. Or I miss something? |
Deprecation is not always easy to catch for developers. BTW, tests are failing now |
Tomorrow I have free day. I can work on this and setTemplate issue. I will add upgrade note too. |
3874c37
to
e4637fa
Compare
1991a89
to
fd96314
Compare
b33d68e
to
b08a7db
Compare
b08a7db
to
ae4c461
Compare
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.
I'll be reviewing the upgrade notes.
Update UPGRADE-3.x.md Co-authored-by: Javier Spagnoletti <[email protected]>
79d81f4
to
362c01f
Compare
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.
We're almost done.
Could you please add the changelog section in the description?
Thanks |
Subject
Global templates should not be changeable in global template registry after created. This PR will add
NEXT_MAJOR
for do it.Pool
should haveTemplateRegistryInterface
.Admin
should haveMutableTemplateRegistryInterface
.I am targeting this branch, because this change respect BC.
Changelog