Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.3 |
After upgrading the Symfony Demo app to 3.3.0 final, I see these deprecations (that weren't shown in 3.3.0 RC1):
Autowiring services based on the types they implement is deprecated since
Symfony 3.3 and won’t be supported in version 4.0. You should rename (or alias)
the “security.user_password_encoder.generic” service to
“Symfony\Component\Security\Core\Encoder\UserPasswordEncoder” instead.
Autowiring services based on the types they implement is deprecated since
Symfony 3.3 and won’t be supported in version 4.0. You should rename (or alias)
the “doctrine.orm.default_entity_manager” service to
“Doctrine\ORM\EntityManager” instead.