FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 703 forks source link

Fix backward compatibility layer for rest route annotations #2368

Closed alexander-schranz closed 2 years ago

alexander-schranz commented 2 years ago

I'm currently updating: https://github.com/handcraftedinthealps/RestRoutingBundle/pull/18 and did stumble over an issue. That the path here: https://github.com/handcraftedinthealps/RestRoutingBundle/blob/745e0a70c854b55c2b1ff04dc72763b39734fd1a/Tests/Fixtures/Controller/AnnotatedUsersController.php#L170 was not used when using Symfony 6.

alexander-schranz commented 2 years ago

Looks like this was already fixed here: https://github.com/FriendsOfSymfony/FOSRestBundle/commit/f4f7471b6030dcef93ed4b129fab24a9d01b6c78 Need to find out why I can not get a newer version then 3.1.1.