While removing all the deprecations of Symfony 2.8 and lower I get the following notice:
Implementing loadUserByUsername from Symfony\Component\Security\Core\User\UserProviderInterface is deprecated since version 2.8 and will be removed in 3.0. Implement the Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface instead.
This should be mentioned in the upgrade guide.