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 707 forks source link

'Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.' #2318

Closed dhaarbrink closed 2 years ago

dhaarbrink commented 2 years ago

After upgrading symfony from 5.2 to 5.3 this deprecation error is popping up in our logs. We are using rest-bundle v3.0.5.

The deprecated calls should be updated.

The fix seems trivial, I will see if I can find the time this week to make a patch myself.

dhaarbrink commented 2 years ago

Never mind, I see it has been fixed in 3.x already. Was probably sleeping when I was looking for it.

Closed.