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/Middleware
Nicolas Grekas f8ccc8105c Merge branch '4.4'
* 4.4: (43 commits)
  [PhpunitBridge] Read environment variable from superglobals
  [Bridge/PhpUnit] Fix PHP5.5 compat
  [PhpUnitBridge] More accurate grouping
  fixed CS
  [Form] remove comment about to-be-removed method as it is used in master by ButtonBuilder
  Extract unrecoverable exception to interface
  [FrameworkBundle] Fix calling Client::getProfile() before sending a request
  Fix type error
  [Security/Core] require libsodium >= 1.0.14
  [Workflow] re-add workflow.definition tag to workflow services
  [Security/Core] Don't use ParagonIE_Sodium_Compat
  revert #30525 due to performance penalty
  collect called listeners information only once
  [Lock] fix missing inherit docs in RedisStore
  [Messenger] fix retrying handlers using DoctrineTransactionMiddleware
  [Mailgun Mailer] fixed issue when using html body
  [Messenger] make all stamps final and mark stamp not meant to be sent
  [HttpClient] fix timing measurements with NativeHttpClient
  add return type declaration
  use proper return types in ErrorHandler and ArgumentResolver
  ...
2019-06-26 11:36:22 +02:00
..
ActivationMiddleware.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
AddBusNameStampMiddleware.php [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
DispatchAfterCurrentBusMiddleware.php [Messenger] Remove DispatchAfterCurrentBusStamp when message is put on internal queue 2019-06-13 15:04:56 +02:00
FailedMessageProcessingMiddleware.php [Messenger] On failure retry, make message appear received from original sender 2019-05-11 08:53:51 +02:00
HandleMessageMiddleware.php [Messenger] improve logs 2019-06-14 05:35:37 +02:00
MiddlewareInterface.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
SendMessageMiddleware.php [Messenger] improve logs 2019-06-14 05:35:37 +02:00
StackInterface.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
StackMiddleware.php fixed CS 2019-06-13 13:03:18 +02:00
TraceableMiddleware.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
ValidationMiddleware.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00