willdurand / BazingaHateoasBundle

Integration of the Hateoas library into Symfony.
MIT License
294 stars 59 forks source link

Deprectation Notices in Symfony 3.3 #67

Closed GavChap closed 5 years ago

GavChap commented 7 years ago

I get two deprication messages on the latest version of Symfony

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 "hateoas.configuration.relations_repository" service to "Hateoas\Configuration\RelationsRepository" 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 "hateoas.expression.evaluator" service to "Hateoas\Expression\ExpressionEvaluator" instead.

ahilles107 commented 6 years ago

Hey, can you check if it's stil valid? I believe that it's solved in #76

goetas commented 5 years ago

I believe this has been solved, If not so, please comment here and I will re open the ticket