Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Messenger] Fix BC layer for stamps moved into separate packages #37826

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 1 commit into from
Aug 17, 2020
Merged

[Messenger] Fix BC layer for stamps moved into separate packages #37826

merged 1 commit into from
Aug 17, 2020

Conversation

ogizanagi
Copy link
Contributor

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #37616
License MIT
Doc PR N/A

self::assertSame([
DoctrineReceivedStamp::class => [$s1, $s3],
RedisReceivedStamp::class => [$s2],
], $envelope->all());
Copy link
Contributor Author

@ogizanagi ogizanagi Aug 13, 2020

Choose a reason for hiding this comment

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

Unfortunately, I think we cannot do much for the case someone calls Envelope::all() with no type argument and still uses the alias instead of the new fqcn to do their things.

@chalasr chalasr added this to the 5.1 milestone Aug 13, 2020
@fabpot
Copy link
Member

fabpot commented Aug 17, 2020

Thank you @ogizanagi.

@fabpot fabpot merged commit fe5021e into symfony:5.1 Aug 17, 2020
@ogizanagi ogizanagi deleted the fix-stamps-aliases branch August 17, 2020 12:52
@fabpot fabpot mentioned this pull request Aug 31, 2020
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