FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.

Home Page:https://symfony.com/doc/master/bundles/FOSUserBundle/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony 4.2 compatibility

nmeirik opened this issue · comments

Symfony FOSUserBundle versions: 2.1.2

Description of the problem including expected versus actual behavior:

Steps to reproduce:

  1. Install Symfony 4.2
  2. Install FOSUserBundle

Expected behaviour:
No deprecation warnings

Actual behaviour:
The following deprecation warnings


21:25:01 | n/a | The "FOS\UserBundle\Controller\SecurityController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.Show context    Show trace
-- | -- | --
21:25:01 | n/a | The "FOS\UserBundle\Controller\ProfileController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.Show context    Show trace
21:25:01 | n/a | The "FOS\UserBundle\Controller\RegistrationController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.Show context    Show trace
21:25:01 | n/a | The "FOS\UserBundle\Controller\ChangePasswordController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.Show context    Show trace
21:25:01 | n/a | The "FOS\UserBundle\Controller\ResettingController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use {@see AbstractController} instead. *.

Hello @nmeirik This subject has been addressed in a other ticket. There is a PR opened.

@enrico69 Do you mind linking in the other issue so I can close this one as a duplicate?

@nmeirik
Done :)

However I don't know when it is going. There is a lot of issues/PR opened.

@enrico69 I'm confused as I can not see any link in this thread.