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
Fabien Potencier 51d756f65a bug #34621 [Routing] Continue supporting single colon in object route loaders (fancyweb)
This PR was merged into the 4.4 branch.

Discussion
----------

[Routing] Continue supporting single colon in object route loaders

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | https://github.com/symfony/symfony/issues/34612
| License       | MIT
| Doc PR        | -

https://github.com/symfony/symfony/pull/32582#discussion_r304824139 was a bad idea. The new `ObjectLoader` class is used directly on 4.4 since we detagged the old service (and the old one). So we need to support the old notation on it. It changes the exception message but it should be alright.

Commits
-------

3c796e120c [Routing] Continue supporting single colon in object route loaders
2019-11-26 14:01:00 +01:00
..
Asset Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
BrowserKit Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Cache Merge branch '4.3' into 4.4 2019-11-17 12:01:12 +01:00
Config Merge branch '4.3' into 4.4 2019-11-16 16:22:42 +01:00
Console Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
CssSelector Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
Debug [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
DependencyInjection skip test on incompatible PHP versions 2019-11-25 11:39:47 +01:00
DomCrawler [DomCrawler] normalizeWhitespace should be true by default 2019-10-29 12:38:30 +01:00
Dotenv don't fail when referenced env var does not exist 2019-11-23 15:53:46 +01:00
ErrorHandler Removed extra whitespace 2019-11-17 22:49:13 +00:00
EventDispatcher [EventDispatcher] dont allow event-dispatcher-contracts ^2 2019-11-08 23:40:51 +01:00
ExpressionLanguage Revert "feature #34329 [ExpressionLanguage] add XOR operator (ottaviano)" 2019-11-12 15:53:53 +01:00
Filesystem Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Finder Merge branch '4.3' into 4.4 2019-11-17 22:56:56 +01:00
Form [Form] group constraints when calling the validator 2019-11-20 13:58:23 +01:00
HttpClient [HttpClient] Fix early cleanup of pushed HTTP/2 responses 2019-11-25 13:42:17 +01:00
HttpFoundation Merge branch '4.3' into 4.4 2019-11-17 11:10:42 +01:00
HttpKernel minor #34625 [HttpKernel] reset the kernel cache after each test (xabbuh) 2019-11-26 12:29:28 +01:00
Inflector Merge branch '4.3' into 4.4 2019-11-06 13:02:32 +01:00
Intl Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
Ldap Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
Lock [HttpFoundation][Lock] Connection parameter corrected 2019-11-11 14:09:26 +01:00
Mailer mailer: mailchimp bridge is throwing undefined index _id when setting message id in mandrill http transport 2019-11-25 14:55:17 +00:00
Messenger [Messenger] Ignore stamps in in-memory transport 2019-11-21 19:55:17 +07:00
Mime Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
OptionsResolver Merge branch '4.3' into 4.4 2019-10-28 22:57:16 +01:00
Process Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
PropertyAccess Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
PropertyInfo Merge branch '4.3' into 4.4 2019-11-05 17:11:08 +01:00
Routing [Routing] Continue supporting single colon in object route loaders 2019-11-26 09:26:36 +01:00
Security Remove wrong @group legacy annotations 2019-11-20 11:44:55 +01:00
Serializer Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
Stopwatch Merge branch '4.3' into 4.4 2019-11-05 17:11:08 +01:00
Templating Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Translation Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
Validator remove return type declaration from __sleep() 2019-11-22 13:40:21 +01:00
VarDumper Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
VarExporter Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
WebLink Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
Workflow Remove wrong @group legacy annotations 2019-11-20 11:44:55 +01:00
Yaml Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00