Changelog:
https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/CHANGELOG.md
Also replace the annotations Sensio\Bundle\FrameworkExtraBundle\Configuration\Route and Sensio\Bundle\FrameworkExtraBundle\Configuration\Method with Symfony\Component\Routing\Annotation\Route
Seems it needs to be changed in:
core/tests/Fixtures/TestBundle/Controller/CustomActionController.phpcore/tests/Fixtures/TestBundle/Controller/DummyValidationController.phpto avoid deprecation notices during testing
Good catch. Do you want to send a PR for it? :)
I rather not at the moment. I am not sure if it is just changing the class name or that it could be more complex and that it might break something (e.g. the tests).
Our version constraint is ^4.0 so we shouldn't reach 5.0 in the core, especially that these are only present in our tests. As it's not used anywhere else there really is no rush here.
I think we should test with 5.x too, as that's the latest stable.
Done in #2108 @nielsvandermolen Thanks for reporting
Most helpful comment
I think we should test with 5.x too, as that's the latest stable.