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/Bundle/FrameworkBundle
Fabien Potencier 3945a5c80e feature #35422 [Messenger] Move Transports to separate packages (Nyholm)
This PR was squashed before being merged into the 5.1-dev branch (closes #35422).

Discussion
----------

[Messenger] Move Transports to separate packages

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        | coming

I think it is a good idea to have the transports in a separate package. The benefits a many:
- It allows us to have usage statistics
- The core messenger package is smaller
- Transports can have dependencies specified in composer.json instead of just suggests

This PR will not break BC but it requires to configure subtree split.

Commits
-------

2990c8f1e7 [Messenger] Move Transports to separate packages
2020-01-28 09:56:37 +01:00
..
CacheWarmer [FrameworkBundle] cache ClassMetadataFactory in debug 2019-12-27 01:45:06 +01:00
Command Merge branch '5.0' 2020-01-23 12:07:40 +01:00
Console Merge branch '3.4' into 4.3 2019-11-26 04:44:44 +01:00
Controller Fix CS 2020-01-10 13:09:39 +01:00
DataCollector Remove \Throwable support deprecation layer 2019-11-08 10:00:49 +01:00
DependencyInjection [Messenger] Move Transports to separate packages 2020-01-28 09:56:31 +01:00
EventListener Merge branch '4.4' 2019-09-06 16:33:58 +02:00
HttpCache Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +01:00
Kernel [FrameworkBundle] Allow using the kernel as a registry of controllers and service factories 2019-12-13 14:13:08 +01:00
Resources [Messenger] Move Transports to separate packages 2020-01-28 09:56:31 +01:00
Routing Merge branch '4.4' 2019-10-30 14:25:47 +01:00
Secrets Do not throw exception on valut generate key 2019-12-24 14:11:19 +01:00
Test Merge branch '4.4' into 5.0 2020-01-21 09:40:24 +01:00
Tests Merge branch '5.0' 2020-01-21 09:44:52 +01:00
Translation Merge branch '4.4' 2019-11-17 11:12:24 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
CHANGELOG.md feature #35310 [FrameworkBundle] Deprecate *not* setting the "framework.router.utf8" option (nicolas-grekas) 2020-01-12 07:56:05 +01:00
composer.json [FrameworkBundle] Allow using the kernel as a registry of controllers and service factories 2019-12-13 14:13:08 +01:00
FrameworkBundle.php Merge branch '4.4' 2019-11-12 10:25:44 +01:00
KernelBrowser.php Merge branch '4.4' 2019-09-10 19:00:13 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00