-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Workflow] Move the dump command to the component #61933
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
Conversation
lyrixx
commented
Oct 2, 2025
| Q | A |
|---|---|
| Branch? | 7.4 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | yes |
| Issues | |
| License | MIT |
d2cb5a1 to
25430c8
Compare
25430c8 to
f7fc52b
Compare
|
Thanks @stof for the review. I addressed your comments |
UPGRADE-7.4.md
Outdated
| --------------- | ||
|
|
||
| * Deprecate `Symfony\Bundle\FrameworkBundle\Console\Application::add()` in favor of `addCommand()` | ||
| * Command `Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand` has been moved to `Symfony\Component\Workflow\Command\WorkflowDumpCommand` |
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.
| * Command `Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand` has been moved to `Symfony\Component\Workflow\Command\WorkflowDumpCommand` | |
| * Deprecate `Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand` in favor of `Symfony\Component\Workflow\Command\WorkflowDumpCommand` |
Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand still exists for BC reasons.
f7fc52b to
1b017d2
Compare
| * @author Grégoire Pineau <[email protected]> | ||
| * | ||
| * @final | ||
| * @deprecated since Symfony 7.4, use {@see \Symfony\Component\Workflow\Command\WorkflowDumpCommand} instead. |
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.
The suggested code style change looks legit to me.
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.
Too late, I've fixed it after the merge.
|
Thank you @lyrixx. |