Skip to content
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

[Serializer] Deprecate calling createChildContext without the format parameter #31030

Merged
merged 1 commit into from May 15, 2019

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Apr 9, 2019

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

as discussed in #30907 deprecate omitting the format parameter when extending the AbstractNormalizer.

@javiereguiluz javiereguiluz changed the title deprecate calling createChildContext without the format parameter Deprecate calling createChildContext without the format parameter Apr 9, 2019
@dbu dbu changed the title Deprecate calling createChildContext without the format parameter [Serializer] Deprecate calling createChildContext without the format parameter Apr 9, 2019
@nicolas-grekas nicolas-grekas added this to the next milestone Apr 9, 2019
@dbu dbu force-pushed the serializer-cache-key-method-deprecation branch from d5b0776 to fb73b72 Compare April 26, 2019 10:58
@dbu
Copy link
Contributor Author

dbu commented Apr 26, 2019

i updated to your comments @nicolas-grekas . okay like this?

@dbu dbu force-pushed the serializer-cache-key-method-deprecation branch 2 times, most recently from ea05e7b to da3411d Compare May 15, 2019 09:18
@dbu dbu force-pushed the serializer-cache-key-method-deprecation branch from da3411d to 5363647 Compare May 15, 2019 09:55
@fabpot fabpot changed the base branch from master to 4.3 May 15, 2019 09:58
@fabpot fabpot force-pushed the serializer-cache-key-method-deprecation branch from 5363647 to cb77902 Compare May 15, 2019 09:58
@fabpot
Copy link
Member

fabpot commented May 15, 2019

Thank you @dbu.

@fabpot fabpot merged commit cb77902 into symfony:4.3 May 15, 2019
fabpot added a commit that referenced this pull request May 15, 2019
…out the format parameter (dbu)

This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #31030).

Discussion
----------

[Serializer] Deprecate calling createChildContext without the format parameter

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

as discussed in #30907 deprecate omitting the format parameter when extending the AbstractNormalizer.

Commits
-------

cb77902 deprecate calling createChildContext without the format parameter
@fabpot fabpot mentioned this pull request May 22, 2019
nicolas-grekas added a commit that referenced this pull request Jun 8, 2019
…anagi)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[Serializer] Remove last deprecated/obsolete paths

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #28316, #28709, #31030, #27020, #29896, 16f8a13#r201060750   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A <!-- required for new features -->

This should fix the last deprecations & obsolete code paths for the Serializer component.

Commits
-------

c703b35 [Serializer] Remove last deprecated/obsolete paths
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants