8000 minor #28406 [Messenger] Remove the experimental annotations (sroze) · symfony/symfony@1f996f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f996f4

Browse files
committed
minor #28406 [Messenger] Remove the experimental annotations (sroze)
This PR was merged into the 4.2-dev branch. Discussion ---------- [Messenger] Remove the experimental annotations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | a few of them | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø As part of the plan... Messenger is stable in 4.2: let's commit to this 💃 Commits ------- d16277b Remove the experimental annotations
2 parents e980ce4 + d16277b commit 1f996f4

22 files changed

+0
-45
lines changed

src/Symfony/Component/Messenger/Asynchronous/Routing/SenderLocatorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
* @author Tobias Schultze <http://tobion.de>
19-
*
20-
* @experimental in 4.1
2119
*/
2220
interface SenderLocatorInterface
2321
{

src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
/**
2929
* @author Samuel Roze <samuel.roze@gmail.com>
30-
*
31-
* @experimental in 4.1
3230
*/
3331
class ConsumeMessagesCommand extends Command
3432
{

src/Symfony/Component/Messenger/Command/DebugCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
* A console command to debug Messenger information.
2323
*
2424
* @author Roland Franssen <franssen.roland@gmail.com>
25-
*
26-
* @experimental in 4.1
2725
*/
2826
class DebugCommand extends Command
2927
{

src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
/**
2323
* @author Samuel Roze <samuel.roze@gmail.com>
24-
*
25-
* @experimental in 4.1
2624
*/
2725
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface
2826
{

src/Symfony/Component/Messenger/Envelope.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* A message wrapped in an envelope with items (configurations, markers, ...).
1616
*
1717
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
final class Envelope
2220
{

src/Symfony/Component/Messenger/EnvelopeAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* A Messenger protagonist aware of the message envelope and its content.
1616
*
1717
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface EnvelopeAwareInterface
2220
{

src/Symfony/Component/Messenger/EnvelopeItemInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* This item must be serializable for transport.
1818
*
1919
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
20-
*
21-
* @experimental in 4.1
2220
*/
2321
interface EnvelopeItemInterface
2422
{

src/Symfony/Component/Messenger/Handler/Locator/HandlerLocatorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface HandlerLocatorInterface
2220
{

src/Symfony/Component/Messenger/Handler/MessageHandlerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Marker interface for message handlers.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface MessageHandlerInterface
2220
{

src/Symfony/Component/Messenger/Handler/MessageSubscriberInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Handlers can implement this interface to handle multiple messages.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface MessageSubscriberInterface extends MessageHandlerInterface
2220
{

src/Symfony/Component/Messenger/MessageBusInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
16-
*
17-
* @experimental in 4.1
1816
*/
1917
interface MessageBusInterface
2018
{

src/Symfony/Component/Messenger/Middleware/Configuration/ValidationConfiguration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
/**
1818
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
19-
*
20-
* @experimental in 4.1
2119
*/
2220
final class ValidationConfiguration implements EnvelopeItemInterface
2321
{

src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
16-
*
17-
* @experimental in 4.1
1816
*/
1917
interface MiddlewareInterface
2018
{

src/Symfony/Component/Messenger/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Messenger Component
22
===================
33

4-
**This Component is experimental**. [Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
5-
are not covered by Symfony's BC-break policy.
6-
74
The Messenger component helps application send and receive messages to/from other applications or via
85
message queues.
96

src/Symfony/Component/Messenger/Transport/ReceiverInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Samuel Roze <samuel.roze@gmail.com>
16-
*
17-
* @experimental in 4.1
1816
*/
1917
interface ReceiverInterface
2018
{

src/Symfony/Component/Messenger/Transport/SenderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface SenderInterface
2220
{

src/Symfony/Component/Messenger/Transport/Serialization/DecoderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface DecoderInterface
2220
{

src/Symfony/Component/Messenger/Transport/Serialization/EncoderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 10000 @@
1515

1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface EncoderInterface
2220
{

src/Symfony/Component/Messenger/Transport/Serialization/SerializerConfiguration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
final class SerializerConfiguration implements EnvelopeItemInterface
2220
{

src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Creates a Messenger transport.
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
18-
*
19-
* @experimental in 4.1
2018
*/
2119
interface TransportFactoryInterface
2220
{

src/Symfony/Component/Messenger/Transport/TransportInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Nicolas Grekas <p@tchwork.com>
16-
*
17-
* @experimental in 4.1
1816
*/
1917
interface TransportInterface extends ReceiverInterface, SenderInterface
2018
{

src/Symfony/Component/Messenger/Worker.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
/**
1818
* @author Samuel Roze <samuel.roze@gmail.com>
19-
*
20-
* @experimental in 4.1
2119
*/
2220
class Worker
2321
{

0 commit comments

Comments
 (0)
0