Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove deprecated container injections and compiler passes#22749

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:masterfromchalasr:4.0-removals
May 21, 2017

Conversation

@chalasr
Copy link
Member

@chalasrchalasr commentedMay 18, 2017
edited
Loading

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?yes
Deprecations?no
Tests pass?yes
Fixed tickets#21451#21625#21284#22010#22805
LicenseMIT
Doc PRn/a

ogizanagi reacted with thumbs up emoji
@chalasrchalasrforce-pushed the4.0-removals branch 5 times, most recently fromf679e43 to8b0ccf6CompareMay 18, 2017 09:12
@nicolas-grekasnicolas-grekas added this to the4.0 milestoneMay 18, 2017
@nicolas-grekas
Copy link
Member

rebase needed to see tests green

@chalasr
Copy link
MemberAuthor

done, thanks

*/
publicfunction__construct(ContainerInterface$container,MessageSelector$selector,$defaultLocale =null,array$loaderIds =array(),array$options =array())
{
// BC 3.x, to be removed in 4.0 along with the $defaultLocale default value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

you forgot to remove the default value

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

fixed

@nicolas-grekas
Copy link
Member

missing CHANGELOG updates in components (please check any your other PRs also if any)

@chalasrchalasrforce-pushed the4.0-removals branch 3 times, most recently from3b54859 toc785d51CompareMay 20, 2017 10:02
@chalasr
Copy link
MemberAuthor

CHANGELOG entries added

* @throws InvalidArgumentException
*/
publicfunction__construct(ContainerInterface$container,MessageSelector$selector,$defaultLocale =null,array$loaderIds =array(),array$options =array())
publicfunction__construct(ContainerInterface$container,MessageSelector$selector,$defaultLocale,array$loaderIds =array(),array$options =array())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

it looks like the docblock is not up to date - and we could add a "string" type hint meanwhile here


* Removed`ValidateWorkflowsPass`
* The default`type` option of the`framework.workflows.*` configuration entries is`state_machine`
*[BC BREAK] removed`AddConsoleCommandPass`,`AddConstraintValidatorsPass`,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

i'm not sore we need all these bc break prefixes, I'd remove them

@chalasr
Copy link
MemberAuthor

@nicolas-grekas comments addressed

@nicolas-grekas
Copy link
Member

@chalasr would you mind opening a PR to fix that doc block in 3.3 (I guess)?

@nicolas-grekas
Copy link
Member

Thank you@chalasr.

@nicolas-grekasnicolas-grekas merged commit16a2fcf intosymfony:masterMay 21, 2017
nicolas-grekas added a commit that referenced this pull requestMay 21, 2017
…sses (chalasr)This PR was merged into the 4.0-dev branch.Discussion----------Remove deprecated container injections and compiler passes| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets | ~~#21451#21625#21284#22010~~#22805| License       | MIT| Doc PR        | n/aCommits-------16a2fcf Remove deprecated container injections and compiler passes
@chalasrchalasr deleted the 4.0-removals branchMay 21, 2017 10:00
@chalasr
Copy link
MemberAuthor

@nicolas-grekas see#22822

nicolas-grekas added a commit that referenced this pull requestMay 21, 2017
…halasr)This PR was merged into the 3.3 branch.Discussion----------Add missing doc param & deprecation changelog entries| Q             | A| ------------- | ---| Branch?       | 3.3| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#22749 (comment)| License       | MIT| Doc PR        | n/aCommits-------7b14d4f Add missing doc param & deprecation changelog entries
nicolas-grekas added a commit that referenced this pull requestMay 24, 2017
This PR was merged into the 4.0-dev branch.Discussion----------[FrameworkBundle] Remove deprecated code| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks?    | yes| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->| Tests pass?   | yes| Fixed tickets | N/A| License       | MIT| Doc PR        | N/ARemove deprecated code in the FrameworkBundle (except compiler passes and stuff already removed by#22749): * Removed `cache:clear` warmup part along with the `--no-optional-warmers` option. * Removed core form types services registration when unnecessary * Removed `framework.serializer.cache` option and `serializer.mapping.cache.apc`, `serializer.mapping.cache.doctrine.apc` services * Removed `ConstraintValidatorFactory::$validators` and `ConstraintValidatorFactory::$container` protected properties * Removed class parameters related to routing * Removed absolute template paths support in the template name parserCommits-------531156e [FrameworkBundle] Remove deprecated code
@fabpotfabpot mentioned this pull requestOct 19, 2017
xabbuh added a commit that referenced this pull requestJan 1, 2018
nicolas-grekas added a commit that referenced this pull requestJan 2, 2018
* 4.0: (23 commits)  Clean up  Update return type in docblock.  PHP CS Fixer: no need to exclude xml and yml files  PHP CS Fixer: no need to exclude json file  [#22749] fix version in changelog  Update LICENSE year... forever  fixed some deprecation messages  fixed CS  Fixes for Oracle in PdoSessionHandler  fixed some deprecation messages  fixed some deprecation messages  fixed some deprecation messages  fixed some deprecation messages  Remove dead code  [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions  [DI] fix CS  [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started  [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup  Suggest to write an implementation if the interface cannot be autowired  [Debug] Skip DebugClassLoader checks for already parsed files  ...
ostrolucky pushed a commit to ostrolucky/symfony that referenced this pull requestMar 25, 2018
* 4.0: (23 commits)  Clean up  Update return type in docblock.  PHP CS Fixer: no need to exclude xml and yml files  PHP CS Fixer: no need to exclude json file  [symfony#22749] fix version in changelog  Update LICENSE year... forever  fixed some deprecation messages  fixed CS  Fixes for Oracle in PdoSessionHandler  fixed some deprecation messages  fixed some deprecation messages  fixed some deprecation messages  fixed some deprecation messages  Remove dead code  [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions  [DI] fix CS  [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started  [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup  Suggest to write an implementation if the interface cannot be autowired  [Debug] Skip DebugClassLoader checks for already parsed files  ...
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

@stofstofstof requested changes

Assignees

No one assigned

Projects

None yet

Milestone

4.0

Development

Successfully merging this pull request may close these issues.

4 participants

@chalasr@nicolas-grekas@stof@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp