mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #397] [MERGED] Cleanup/removing deprecated metadata drivers #8125
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/397
Author: @Ocramius
Created: 7/10/2012
Status: ✅ Merged
Merged: 7/12/2012
Merged by: @beberlei
Base:
master← Head:cleanup/removing-deprecated-metadata-drivers📝 Commits (6)
e2c1d7cRemoving deprecated StaticPHPDriver and PHPDriver01f0589Removing DriverChain and using Doctrine\Common implementation insteadf3aae5dRemoving tests moved to Doctrine\Common915da58Adding upgrade notes about the BC Breaka2e00a9Reverting change on referenced DBAL commit75276e4Restoring class names extending the Doctrine\Common implementation for BC compatibility📊 Changes
9 files changed (+29 additions, -391 deletions)
View changed files
📝
UPGRADE.md(+6 -0)📝
lib/Doctrine/ORM/Mapping/Driver/DriverChain.php(+4 -76)📝
lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php(+4 -51)📝
lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php(+5 -122)📝
lib/vendor/doctrine-common(+1 -1)➖
tests/Doctrine/Tests/ORM/Mapping/DriverChainTest.php(+0 -131)📝
tests/Doctrine/Tests/ORM/Mapping/PHPMappingDriverTest.php(+2 -2)📝
tests/Doctrine/Tests/ORM/Mapping/StaticPHPMappingDriverTest.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Tools/Export/AbstractClassMetadataExporterTest.php(+6 -7)📄 Description
Removing deprecated drivers that are already available in Doctrine\Common.
This PR depends on doctrine/common#164/ For now it fails since the referenced git submodule for Doctrine\Common points to a commit that isn't yet in the common repository.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.