Skip to content

Update multiple_buses.rst #11695

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
Jun 21, 2019
Merged

Update multiple_buses.rst #11695

merged 2 commits into from
Jun 21, 2019

Conversation

verschoof
Copy link
Contributor

@verschoof verschoof commented Jun 7, 2019

When you want to restrict handlers to a bus you have to autoconfigure: false otherwise they still are available for other buses.

This change is not complete:

  • the XML has to be updated to (dont know how its looks like in XML).

I add this docs because of issue symfony/symfony#31909

So, this can be a work around or they go fix this in the compiler.

Copy link
Member

@weaverryan weaverryan left a comment

Choose a reason for hiding this comment

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

This looks correct - XML config added +1

@OskarStark OskarStark modified the milestones: 4.3, 4.2 Jun 17, 2019
@OskarStark
Copy link
Contributor

@weaverryan can you confirm, that this must go in 4.2 and not 4.3 branch?

verschoof and others added 2 commits June 21, 2019 16:29
When you want to restrict handlers to a bus you have to `autoconfigure: false` otherwise they still are available for other buses.

This change is not complete, the XML has to be updated to (dont know how its looks like in XML).
@javiereguiluz javiereguiluz changed the base branch from master to 4.2 June 21, 2019 14:29
@javiereguiluz
Copy link
Member

Thanks Mitchel! Merged in 4.2.

@javiereguiluz javiereguiluz merged commit 690473a into symfony:4.2 Jun 21, 2019
javiereguiluz added a commit that referenced this pull request Jun 21, 2019
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11695).

Discussion
----------

Update multiple_buses.rst

When you want to restrict handlers to a bus you have to `autoconfigure: false` otherwise they still are available for other buses.

**This change is not complete:**

- [x] the XML has to be updated to (dont know how its looks like in XML).

I add this docs because of issue symfony/symfony#31909

So, this can be a work around or they go fix this in the compiler.

Commits
-------

690473a updating xml
8830bd5 Update multiple_buses.rst
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.

6 participants