-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Config] Delegate creation of ConfigCache instances to a factory. #14178
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
02159ae
Delegate creation of ConfigCache instances to a factory.
mpdude 98aa48b
Fix wrong method name
mpdude 3744edf
Add E_USER_DEPRECATED warning
mpdude 282a75a
CS fix
mpdude ae29b82
CS fixes
mpdude 1730fc3
Remove "constructor" docblocks
mpdude 770ee09
DocBlock fixes
mpdude 2a058fd
Fix DocBlock
mpdude 8491dfd
Fix deprecation warnings
mpdude beb307c
Fix unnecessary re-initialization from cache
mpdude dbec920
Add deprecation notice in UPGRADE-2.7
mpdude 5a91716
Tests need a recent version of the Config component
mpdude f2c3a24
Explicitly add symfony/config dependency in an desperate attempt to m…
mpdude 35488bd
Suggestions from GH
mpdude 17a55ec
FabBot compliance
mpdude 07ecf57
Bump composer dep
mpdude a89db7a
As in aa82fb065d970c1fd02bf35790e4da8970f45e7b
mpdude 7938349
Update composer.json
mpdude cb9917f
Don't mess with composer.json where it is not necessary
mpdude 2016537
The HttpKernel for sure depends on the Config component
mpdude beb0a92
Cleanup composer.json
mpdude afee2bb
Make sure at least symfony/config 2.7 is installed when loaded as a t…
mpdude 4832e1a
symfony/config dev-master cannot be used unless changes from this PR …
mpdude 7f90bae
Grammar fix in comment
mpdude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add deprecation notice in UPGRADE-2.7
- Loading branch information
commit dbec9200860b37390050031e82bb994b61bbe225
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
deprecations don't belong in the UPGRADE file, instead it should be added in the CHANGELOG file of the Config component and the UPGRADE-3.0.md file should document that this method was removed from the interface.
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.
Sure about deprecations? There are a lot of similar comments in UPGRADE-2.7 already.