This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Tobias Schultze 8124159052 minor #32078 [Messenger] make all stamps final and mark stamp not meant to be sent (Tobion)
This PR was merged into the 4.4 branch.

Discussion
----------

[Messenger] make all stamps final and mark stamp not meant to be sent

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets |
| License       | MIT
| Doc PR        |

Some newer stamps were already final. This makes all of them final. Also marks all stamps that are not meant to be sent using the new `NonSendableStampInterface`. This makes it easier to see which stamps are actually important and required to persist in a queue for certain functionality, like the `BusNameStamp` for the `RoutableMessageBus`

Commits
-------

013904b081 [Messenger] make all stamps final and mark stamp not meant to be sent
2019-06-24 23:33:22 +01:00
..
Bridge [PhpUnitBridge] Bump PHPUnit 7+8 2019-06-16 13:16:20 +02:00
Bundle feature #31532 [Ldap] Add users extraFields in ldap component (Simperfit) 2019-06-22 10:38:33 +02:00
Component minor #32078 [Messenger] make all stamps final and mark stamp not meant to be sent (Tobion) 2019-06-24 23:33:22 +01:00
Contracts Revert "minor #32054 Prepare for PHP 7.4 preload (nicolas-grekas)" 2019-06-20 08:42:33 +02:00