How do we then decide what goes where? The problem with this is the same as before. It will still partly be in core. Lets say we move DBAL Security to Symfony\Tein\Security\DBAL where should the init command now be? Should that be a part of the Tein package?
Right now FrameworkBundle init:acl borrows the dbal.connection configuration from DoctrineBundle config files. That also says something about where it should be. Another problem is when do we stop adding stuff to Tein? If tein is created we have to move all Doctrine ORM/ODM/Couch/PHPCR/Propel/Other into tein. How do we decide who to include and who to exclude? The bundles people using a Component can still use bundles as they where a little library and remove all the Symfony2 specific code and that means they dont really have to know what a bundle is. We can just start to "advertise" a bundle to be downloaded and used outside Symfony2 especially now we use the PSR-0 naming conventions for theese aswell. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
