[PHPCR-37] update for latest doctrine common features Created: 14/Dec/11 Updated: 28/Dec/11 Resolved: 28/Dec/11 |
|
| Status: | Resolved |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Lukas Kahwe | Assignee: | Jordi Boggiano |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
| Comments |
| Comment by Lukas Kahwe [ 22/Dec/11 ] |
|
some steps already done by https://github.com/doctrine/phpcr-odm/pull/84 |
| Comment by Marco Pivetta [ 23/Dec/11 ] |
|
Will start working on it tomorrow |
| Comment by Marco Pivetta [ 25/Dec/11 ] |
|
I started work here https://github.com/Ocramius/phpcr-odm/compare/sync-doctrine-common-metadata-changes Please notice that I removed a public method (loadMetadataForAlias, I think) from the ClassMetadataFactory. Also, I'd love to have some help in understanding what Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#doLoadMetadata($class, $parent, $rootEntityFound) should look like when implemented. |
| Comment by Marco Pivetta [ 26/Dec/11 ] |
|
For reference, this is being handled at https://github.com/doctrine/phpcr-odm/pull/85 |
| Comment by Lukas Kahwe [ 28/Dec/11 ] |
|
merged |