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

[FrameworkBundle][PropertyInfo] Wire the ConstructorExtractor class #50334

Open
wants to merge 1 commit into
base: 7.1
Choose a base branch
from

Conversation

HypeMC
Copy link
Contributor

@HypeMC HypeMC commented May 16, 2023

Q A
Branch? 7.1
Bug fix? no
New feature? yes
Deprecations? no
Tickets -
License MIT
Doc PR -

A sort of followup to #30335.

The original PR removed the wiring to prevent creating a BC break, see #30128 (comment) & #30335 (comment).

This PR proposes adding a new framework.property_info.with_constructor_extractor configuration to allow optionally enabling the framework integration. The configuration defaults to false to prevent creating a BC break. Only when it's set to true will the ConstructorExtractor be registered in the container.

@HypeMC HypeMC requested a review from dunglas as a code owner May 16, 2023 00:53
@carsonbot carsonbot added this to the 6.3 milestone May 16, 2023
@nicolas-grekas nicolas-grekas modified the milestones: 6.3, 6.4 May 23, 2023
@HypeMC HypeMC force-pushed the wire-constructorextractor branch 2 times, most recently from a50e8c9 to 5261db6 Compare May 27, 2023 14:13
@HypeMC HypeMC force-pushed the wire-constructorextractor branch from 5261db6 to b68f40e Compare July 6, 2023 14:31
@HypeMC HypeMC force-pushed the wire-constructorextractor branch from b68f40e to 711cbbd Compare July 26, 2023 09:00
@HypeMC HypeMC force-pushed the wire-constructorextractor branch 3 times, most recently from da9d4fb to 03922ec Compare September 5, 2023 19:38
@nicolas-grekas nicolas-grekas modified the milestones: 6.4, 7.1 Nov 15, 2023
@michaljusiega
Copy link
Contributor

What is the status of this PR ? It would be nice to see this in 7.1.

@xabbuh xabbuh modified the milestones: 7.1, 7.2 May 15, 2024
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

5 participants