Skip to content

Conversation

@lyrixx
Copy link
Member

@lyrixx lyrixx commented Oct 2, 2025

Q A
Branch? 7.4
Bug fix? no
New feature? no
Deprecations? yes
Issues
License MIT

@lyrixx
Copy link
Member Author

lyrixx commented Oct 2, 2025

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`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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.

* @author Grégoire Pineau <[email protected]>
*
* @final
* @deprecated since Symfony 7.4, use {@see \Symfony\Component\Workflow\Command\WorkflowDumpCommand} instead.
Copy link
Member

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.

Copy link
Member

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.

@fabpot
Copy link
Member

fabpot commented Oct 3, 2025

Thank you @lyrixx.

@fabpot fabpot merged commit 99363c0 into symfony:7.4 Oct 3, 2025
3 of 12 checks passed
@lyrixx lyrixx deleted the workflow-command branch October 3, 2025 08:05
This was referenced Oct 27, 2025
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.

5 participants