-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
[Symfony 5.2] Cover upgrade path and new features #4824
Comments
Should those be done in a new set, for example |
Yes! We have one config per Symfony version:
|
List of things to do so it's easier to track: DependencyInjection
FrameworkBundle
Form
HttpFoundation
Lock
Mime
Monolog
Notifier
PropertyAccess
PropertyInfo
TwigBundle
TwigBridge
Validator
Security
|
@TomasVotruba TranslationExtension is a final class, so it will happen on new instance check or service definition update? |
@samsonasik What exact change do you talk about? Symfony PR link might help |
@TomasVotruba it is about this change symfony/symfony@c134425 , The class is shown as final: final class TranslationExtension extends AbstractExtension So it must be a "New_" expr or To update the symfony config definition somewhere? |
@samsonasik This class is used only internally in Symfony + as you said, it's |
@TomasVotruba the what do you think? |
@TomasVotruba the In 5.2: In 4.4: For In 5.2: In 4.4: It seems invalid symfony changelog or different reference. |
Agreed 👍 . Untill it's in PHP itself, e.g. |
@samsonasik Those can be skipped to then |
Closing as what can we covered with automated upgrade is covered. The rest has multiple options, depends on context or is internal. In case of any missed thisn, please create an issue with clear diff example |
@samsonasik Thank you for taking care of these |
Cover changes and new features from https://github.com/symfony/symfony/blob/5.x/UPGRADE-5.2.md
The text was updated successfully, but these errors were encountered: