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/Bridge/Doctrine
Tobias Schultze bb74384236 feature #32817 [DoctrineBridge] Deprecate RegistryInterface (Koc)
This PR was merged into the 4.4 branch.

Discussion
----------

[DoctrineBridge] Deprecate RegistryInterface

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yno
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #32394
| License       | MIT
| Doc PR        | -

Commits
-------

151415b876 [DoctrineBridge] Deprecated RegistryInterface
2019-08-01 20:52:08 +02:00
..
CacheWarmer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector add parameter type declarations to private methods 2019-07-27 08:08:43 +02:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection add parameter type declarations to private methods 2019-07-27 08:08:43 +02:00
Form [DoctrineBridge] Deprecated using IdReader when optimization is not possible 2019-04-07 15:30:06 +02:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
Messenger removed @experimental annotations 2019-06-29 18:43:50 +02:00
PropertyInfo [Doctrine][PropertyInfo] Detect if the ID is writeable 2019-05-12 22:41:45 +02:00
Security Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Test Merge branch '4.2' into 4.3 2019-07-27 08:42:46 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-01 13:51:38 +02:00
Validator Merge branch '4.2' into 4.3 2019-06-13 13:01:17 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [DoctrineBridge] Deprecated RegistryInterface 2019-08-01 20:18:10 +03:00
composer.json adapt tests 2019-07-22 22:38:49 +02:00
ContainerAwareEventManager.php add parameter type declarations to private methods 2019-07-27 08:08:43 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ManagerRegistry.php [DoctrineBridge] [DX] Update exception text in ManagerRegistry::resetService to avoid confusion. 2019-04-15 11:42:18 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php [DoctrineBridge] Deprecated RegistryInterface 2019-08-01 20:18:10 +03:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources