Skip to content

[Messenger][FrameworkBundle] Move collector, command into the component & minor tweaks #26816

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

Merged
merged 2 commits into from
Apr 6, 2018
Merged

[Messenger][FrameworkBundle] Move collector, command into the component & minor tweaks #26816

merged 2 commits into from
Apr 6, 2018

Conversation

ogizanagi
Copy link
Contributor

@ogizanagi ogizanagi commented Apr 5, 2018

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

Some suggestions more aligned with most of the core practices, mainly:

  • Move the command & collector to the component itself. They are not dependent of the Fwb in any way and are useful out of the fwb usage.
  • Add an exception in FrameworkExtension if the framework.messenger key is enabled, but the component isn't installed.

@fabpot
Copy link
Member

fabpot commented Apr 6, 2018

Thank you @ogizanagi.

@fabpot fabpot merged commit 6aec62b into symfony:master Apr 6, 2018
fabpot added a commit that referenced this pull request Apr 6, 2018
…the component & minor tweaks (ogizanagi)

This PR was squashed before being merged into the 4.1-dev branch (closes #26816).

Discussion
----------

[Messenger][FrameworkBundle] Move collector, command into the component & minor tweaks

| Q             | A
| ------------- | ---
| Branch?       | master <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | N/A   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

Some suggestions more aligned with most of the core practices, mainly:

- Move the command & collector to the component itself. They are not dependent of the Fwb in any way and are useful out of the fwb usage.
- Add an exception in FrameworkExtension if the `framework.messenger` key is enabled, but the component isn't installed.

Commits
-------

6aec62b [FrameworkBundle] Minor messenger component tweaks
f9c9ca0 [Messenger] Move data collector & command into the component
@ogizanagi ogizanagi deleted the messenger/tweaks branch April 6, 2018 06:17
@sroze sroze mentioned this pull request Apr 8, 2018
2 tasks
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.

3 participants