Skip to content

1.9.2: Solves #298 (#299)

Latest
Compare
Choose a tag to compare
@GuilhemN GuilhemN released this 15 Mar 19:57
* Solves #298

Solves:

User Deprecated: The "doctrine.orm.default_entity_manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.

This warning is caused by the JMSDIExtraBundle proxy replacing the Doctrine Service.
JMSDIExtraBundle, does not properly preserve the service visibility when overwriting the service.

* Compatibility with older SF versions

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3

* Compatibility with older SF versions 

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3

* Compatibility with older SF versions

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3