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
Robin Chalas 5dad871833 bug #40595 add missing queue_name to find(id) in doctrine messenger transport (monteiro)
This PR was merged into the 4.4 branch.

Discussion
----------

add missing queue_name to find(id) in doctrine messenger transport

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| License       | MIT

This bug was noticed by @weaverryan when reviewing the PR: https://github.com/symfony/symfony/pull/38468 related to multiple failure transports.

Commits
-------

bb26a92826 add missing queue_name to find(id) in doctrine messenger transport
2021-03-30 00:15:30 +02:00
..
Asset Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
BrowserKit Add different header notations to tests 2021-02-18 11:52:56 +01:00
Cache [Cache] Fix wrong namespace in test 2021-03-14 20:28:18 +01:00
Config Switched to non-null defaults in exception constructors 2021-02-22 16:36:50 +01:00
Console Uses the correct assignment action for console options depending if they are short or long 2021-03-26 10:23:24 +01:00
CssSelector Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Debug [ErrorHandler] Fix strpos error when trying to call a method without a name 2021-01-28 17:54:48 +01:00
DependencyInjection Backport psr/container 1.1/2.0 compatibility 2021-03-05 19:16:26 +01:00
DomCrawler Fix: Article 2021-02-14 13:29:41 +01:00
Dotenv Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
ErrorHandler [ErrorHandler] Added missing type annotations to FlattenException 2021-03-08 11:28:40 +01:00
EventDispatcher Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
ExpressionLanguage Modernize func_get_args() calls to variadic parameters 2021-02-11 20:34:41 +01:00
Filesystem [Filesystem] Fix dumpFile() method call 2021-03-28 11:59:32 +02:00
Finder mark the LazyIterator class as internal 2021-02-12 11:48:09 +01:00
Form skip intl dependent tests if the extension is missing 2021-03-28 10:05:52 +02:00
HttpClient [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams 2021-03-25 18:52:07 +01:00
HttpFoundation [HttpKernel] Configure session.cookie_secure earlier 2021-02-25 18:11:33 +01:00
HttpKernel Bump Symfony version to 4.4.22 2021-03-29 07:15:29 +02:00
Inflector [Inflector] Fixed pluralize "coupon" 2021-03-17 17:19:54 +01:00
Intl [Intl] fix Locale::getFallback() throwing exception on long $locale 2021-02-17 16:45:29 +01:00
Ldap Fix: Article 2021-02-14 13:29:41 +01:00
Lock FIx Trying to clone an uncloneable object of class 2021-03-24 09:30:27 +01:00
Mailer [Mailer] fix lowest allowed dependencies 2021-03-12 12:23:44 +01:00
Messenger add missing queue_name to find(id) in doctrine messenger transport 2021-03-26 11:56:19 +00:00
Mime bug #39866 [Mime] Escape commas in address names (YaFou) 2021-03-12 09:47:38 +01:00
OptionsResolver Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Process Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
PropertyAccess Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
PropertyInfo fix resolving parent/self/static type annotations 2021-02-16 13:45:26 +01:00
Routing minor #40271 Switched to non-null defaults in exception constructors (derrabus) 2021-02-22 16:37:04 +01:00
Security Refresh original user in SwitchUserListener. 2021-03-11 19:21:32 -06:00
Serializer zero parts can be omitted in date interval input 2021-02-26 13:02:03 +01:00
Stopwatch Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Templating Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Translation [translation] Fix update existing key with existing +int-icu domain 2021-03-23 17:25:01 +01:00
Validator [Validator] Avoid triggering the autoloader for user-input values 2021-03-23 12:25:54 +01:00
VarDumper make DateCaster tests timezone-agnostic 2021-03-27 20:49:03 +01:00
VarExporter Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
WebLink [WebLink] Removed unused property 2021-03-07 14:19:33 +01:00
Workflow Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Yaml Fix #36973: Command description consistency 2021-03-05 09:58:50 -08:00