Conversation

alamirault

Fix #21059

Side question:

For 8.0 branch, what is the process for removing deprecations and versionadded ? Wait new issues from code repository and then remove remaining directives ?

@javiereguiluz

Antoine, thanks for contributing this.

About your question:

  • versionadded can be removed all at once because they are guaranteed (at least they should) to not contain any useful content (just "XXX was introduced in Symfony N.N")
  • deprecated directives and deprecated contents should be removed one by one as Symfony code repository creates issues about removed things. Sometimes, removing a deprecation requires small rewords and tweaks in other parts.

@javiereguiluzjaviereguiluz merged commit 13f488b into symfony:8.0 Jun 10, 2025
3 checks passed
@alamiraultalamirault deleted the 21059-remove-lazy-trait branch June 10, 2025 09:03
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet

Successfully merging this pull request may close these issues.