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/Component/Messenger
Nicolas Grekas 75031a1230 Merge branch '5.1'
* 5.1:
  Fix test that fails on old distros
  Fix: compatibility with phpunit 9.3
  [DoctrineBridge] work around Connection::ping() deprecation
  [MimeType] Duplicated MimeType due to PHP Bug
  [HttpClient] fix casting TraceableResponse to php streams
  [DI] fix parsing of argument type=binary in xml
  fix guessing form types for DateTime types
  fix handling typed properties as constraint options
  Fix the 'supports' method argument type of the security voter
  Use the driverConnection executeUpdate method
2020-06-28 17:36:15 +02:00
..
Bridge Merge branch '5.1' 2020-06-28 17:36:15 +02:00
Command Merge branch '5.0' 2020-05-16 11:12:54 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection Merge branch '5.0' into 5.1 2020-06-18 20:24:02 +02:00
Event [Messenger] use events consistently in worker 2019-11-05 18:28:25 +01:00
EventListener [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
Exception [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
Handler Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
Middleware Merge branch '4.4' into 5.0 2020-05-24 10:40:42 +02:00
Retry [Messenger] Add a \Throwable argument in RetryStrategyInterface methods 2020-04-04 09:33:12 +02:00
Stamp feature #34312 [ErrorHandler] merge and remove the ErrorRenderer component (nicolas-grekas, yceruto) 2019-11-12 10:05:23 +01:00
Test/Middleware removed @experimental annotations 2019-06-29 18:43:50 +02:00
Tests Merge branch '4.4' into 5.0 2020-06-18 20:18:56 +02:00
Transport Merge branch '4.4' into 5.0 2020-06-28 17:28:17 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
composer.json Merge branch '4.4' into 5.0 2020-06-18 21:53:24 +02:00
Envelope.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
HandleTrait.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MessageBus.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
MessageBusInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
README.md Merge branch '4.3' into 4.4 2020-01-21 11:11:47 +01:00
RoutableMessageBus.php Add missing dots at the end of exception messages 2020-03-15 15:17:26 +01:00
TraceableMessageBus.php feature #32745 [Messenger][Profiler] Attempt to give more useful source info when using HandleTrait (ogizanagi) 2019-07-27 08:27:28 +02:00
Worker.php [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +01:00

Messenger Component

The Messenger component helps application send and receive messages to/from other applications or via message queues.

Resources