Posted 2 months ago by beberlei
We are proud to announce the start of the beta phase of Doctrine 2.2. I think we implemented a nice amount of new features and refactored lots of the code-base for simplicity and performance. Additionally we found a bunch of new developers that contributed considerable amount of code.
A top list of the changes includes:
See the changelogs of all three projects Common, DBAL, ORM:
In the next weeks will stabilize this code and add documentation for all the new features. Additionally we try to drive the bug count down in the 2.1 branch as well.
Please test this beta with your projects to find any incompatibilities. See the UPGRADE_2_2 file to see backwards incompatible changes.
You can install the Beta through Github, PEAR or through Composer:
{
"require":
{
"doctrine/orm": "2.2.0-BETA1"
}
}
Comments (4) [ add comment ]
Great ! Posted by jcrombez about 2 months ago.
"Filtering entities and associations based on rules that can be parameterized, enabled or disabled, developed by asm89"
Great feature !
Nice job.
Good... Posted by Alex about 2 months ago.
No extra lazy "get" though? :/
Doctrine ODM Documentation Posted by Jamie about 2 months ago.
Can somebody please update the following page - http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/introduction.html with a working example. You should at least provide a complete sample module that works, whats the point if you can't even get started.
Added everything from the bootstrap, document classes, include paths, getter/setters but get this error:
Fatal error: Uncaught exception 'Doctrine\Common\Annotations\AnnotationException' with message '[Semantical Error] The annotation "@MappedSuperclass" in class Documents\BaseEmployee was never imported.
UUID generator Posted by Maarten about 2 months ago.
It would be nice if the UUID id-generator would be merged into Doctrine 2.2: https://github.com/doctrine/doctrine2/pull/127