- Removed
doctrine
section. From now this declaration is located inOroPlatformBundle
bundle. Remove declaration of DBAL connections and ORM entity managers from yourapp/config/config.yml
to be sure that an application will work properly. - Removed unused
report_source
andreport_target
DBAL connections. - Added
config
DBAL connection and ORM entity manager. They can be used as a gateway for different kind of configuration data to improve performance of the default ORM entity manager. For exampleOroEntityConfigBundle
uses them for entity configuration data.