-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Missing removal of deprecated classes in UPGRADE-3.0.md #15331
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
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Comments
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jul 24, 2015
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jul 26, 2015
fabpot
added a commit
that referenced
this issue
Jul 26, 2015
… (vincentaubert) This PR was merged into the 2.3 branch. Discussion ---------- #15331 add infos about deprecated classes to UPGRADE-3.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15331 | License | MIT | Doc PR | Commits ------- e391446 #15331 add infos about deprecated classes to UPGRADE-3.0
fabpot
added a commit
that referenced
this issue
Jul 26, 2015
* 2.3: #15331 add infos about deprecated classes to UPGRADE-3.0 [Security] removed useless else condition in SwitchUserListener class. [travis] Tests deps=low with PHP 5.6 [Console] Fix console output with closed stdout
fabpot
added a commit
that referenced
this issue
Jul 26, 2015
* 2.6: [Yaml] throw a ParseException on invalid data type #15331 add infos about deprecated classes to UPGRADE-3.0 [Security] removed useless else condition in SwitchUserListener class. [travis] Tests deps=low with PHP 5.6 [Console] Fix console output with closed stdout
fabpot
added a commit
that referenced
this issue
Jul 26, 2015
* 2.7: [Yaml] throw a ParseException on invalid data type [TwigBridge] type-dependent path discovery Resources as string have the same problem Introduce failing test case when a SplFileInfo object is passed to the extract() method in the TwigExtractor. #15331 add infos about deprecated classes to UPGRADE-3.0 [Asset] removed unused private property. [Security] removed useless else condition in SwitchUserListener class. [travis] Tests deps=low with PHP 5.6 [Console] Fix console output with closed stdout
fabpot
added a commit
that referenced
this issue
Jul 26, 2015
* 2.8: [Yaml] throw a ParseException on invalid data type [TwigBridge] type-dependent path discovery Resources as string have the same problem Introduce failing test case when a SplFileInfo object is passed to the extract() method in the TwigExtractor. #15331 add infos about deprecated classes to UPGRADE-3.0 [Asset] removed unused private property. [Twig+FrameworkBundle] Fix forward compat with Form 2.8 [2.6] Static Code Analysis for Components [Security/Http] Fix test relying on a private property [Serializer] Fix bugs reported in b5990be#commitcomment-12301266 [Form] Fix not-BC test assertion [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http [Security] removed useless else condition in SwitchUserListener class. [travis] Tests deps=low with PHP 5.6 Implement resettable containers [Console] Fix console output with closed stdout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Good first issue
Ideal for your first contribution! (some Symfony experience may be required)
I'm getting these deprecation notices about classes that will be removed in 3.0. They aren't listed in the UPGRADE-3.0.md yet.
DEPRECATED - The Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList class is deprecated since version 2.7 and will be removed in 3.0. Use Symfony\Component\Form\ChoiceList\ArrayChoiceList instead.
And
DEPRECATED - The Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList class is deprecated since version 2.7 and will be removed in 3.0. Use Symfony\Component\Form\ChoiceList\ArrayChoiceList instead
It would be great if they were added.
The text was updated successfully, but these errors were encountered: