This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ec9b1d9
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.
Weren't you planning to deprecate FOSRest entirely now that the content negotation uses a different library ? FOSRest does not ship any really useful feature anymore (the body decoders in themselves are not really worth it, especially as the decoding logic seems to be copied from the Symfony Serializer component but without the fixes to parse XML in a safe way)
ec9b1d9
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.
good point .. totally forgot about that. the Codes class is moving to core with 2.4 but needs to remain for now. the BC breaks moving this code would mean can be fixed with a bit of search and replace.
ec9b1d9
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.
I agree with @stof
ec9b1d9
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.
this is how it would look like if we reintegrate this code FriendsOfSymfony/FOSRestBundle#583