Le 03/07/2011 08:43, Benjamin Eberlei a écrit :
I merged the code for annotation registries now and released Doctrine 2.1 rc3. 
http://www.doctrine-project.org/blog/doctrine-2-1-rc3

I will try to make a PR to Symfony standard repo to adjust for this change 
today.

The question is if we want to configure the annotation library inside the 
framework bundle or let developers do this in autoload.php

The minimal config for autoload.php would only require two loc so its very 
simple.

On the other hand, each bundle knows its own annotation needs and could
register the relevant information in Bundle::boot()

Thoughts?
+1 to put this in the boot() method of the bundle as this job should be done by the bundle, not by the end user.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to