-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[2.2] [FrameworkBundle] [Serializer] Loads the Serializer component as a service in the Framework Bundle #5347
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
26 commits
Select commit
Hold shift + click to select a range
ca250b0
Adding the Serializer service to the Framework Bundle
humandb 0b51471
Adding the Compiler Pass to add encoders and normalizers as tagged se…
humandb 7b791fe
Fixing some issues with SerializerPass
humandb fb1685c
Now it sorts the encoders and normalizers depending on its priority
humandb 881e9a6
Updated serializer.xml
humandb 0278df8
Getting rid of the priorities
humandb e579aac
Added priority to the services according to the Symfony standards
humandb 91812e2
Iterating through all the tags on the service
humandb 4d6fdc0
Simplyfing the way to flatten the array acording to @stof comments
humandb 5e24f74
Merge branch 'master' into serializer_in_dic
humandb d164806
Using camel case and typehinting the container
humandb b343488
Remove priority in encoders and normalizer as this is irrelevant
humandb 4ef485a
Merge branch 'master' of git://github.com/symfony/symfony into serial…
humandb 75d7ed9
Using canBeDisabled()
humandb 8ccb530
Modifying CHANGELOG to reflect the new feature
humandb 299c03e
Missing space after 'if'
humandb c6253ce
Adding the Serializer service to the Framework Bundle
humandb 5fd4e90
Merge branch 'serializer_in_dic' of github.com:loalf/symfony into ser…
humandb 1ddcba4
Merge branch 'serializer_in_dic' of github.com:loalf/symfony into ser…
humandb b46d4e9
Merge branch 'master' of git://github.com/symfony/symfony into serial…
humandb 377aa31
Merge branch 'master' into serializer_in_dic
humandb 731a05e
SerializerPass throws an exception if no encoders or normalizers are …
humandb 627b69c
Adding functional testing for the SerializerPass class
humandb 122ac5c
Merge branch 'serializer_in_dic' of github.com:loalf/symfony into ser…
humandb 2fbd210
Merge branch 'master' into serializer_in_dic
humandb 8cb0564
Fixed minor issues
humandb 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
Using canBeDisabled()
- Loading branch information
commit 75d7ed95da2b471b56c97296176842fc5dfc01ec
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.
Serialized with a capital letter.
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.
All the other "info" messages are lowercase,
https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L92
https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L110
https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L122
...
are you sure you want it to be capitalized?