Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Messenger] Change AmqpExt classes constructor signature#28419

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromfabpot:amqp-transport
Sep 10, 2018

Conversation

@fabpot
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?yes
BC breaks?yes
Deprecations?no
Tests pass?yes
Fixed ticketsn/a
LicenseMIT
Doc PRn/a

This pull requests does 2 things:

  • It makesConnection a first argument of AmqpExt classes. I think it makes sense as this is the most important argument for those classes.

  • As theSerializer is now a second argument, I propose to make it optional and use the default serializer that we've added recently ifnull (Serializer::create())

It makes the component even more user friendly when not using Symfony full stack (and provide good defaults).

Copy link
Member

@javiereguiluzjaviereguiluz left a comment

Choose a reason for hiding this comment

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

Nice!

@fabpotfabpot merged commit2d55ae5 intosymfony:masterSep 10, 2018
fabpot added a commit that referenced this pull requestSep 10, 2018
…re (fabpot)This PR was merged into the 4.2-dev branch.Discussion----------[Messenger] Change AmqpExt classes constructor signature| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | yes| 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| License       | MIT| Doc PR        | n/aThis pull requests does 2 things: * It makes `Connection` a first argument of AmqpExt classes. I think it makes sense as this is the most important argument for those classes. * As the `Serializer` is now a second argument, I propose to make it optional and use the default serializer that we've added recently if `null` (`Serializer::create()`)It makes the component even more user friendly when not using Symfony full stack (and provide good defaults).Commits-------2d55ae5 [Messenger] changed AmqpExt classes constructor signature
@sroze
Copy link
Contributor

Thank you@fabpot.

This was referencedNov 3, 2018
@fabpotfabpot deleted the amqp-transport branchJanuary 14, 2019 11:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

@srozesrozeAwaiting requested review from sroze

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@fabpot@sroze@javiereguiluz@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp