- Deprecate
DoctrineProvider
because this class has been added to thedoctrine/cache
package`
- Deprecate the
AdapterInterface
autowiring alias, useCacheItemPoolInterface
instead - Deprecate the public
profiler
service to private
- Deprecate
AbstractTestSessionListener::getSession
inject a session in the request instead
- Deprecate the
always_authenticate_before_granting
option
- Deprecate setting the 4th argument (
$alwaysAuthenticate
) totrue
and not setting the 5th argument ($exceptionOnNoToken
) tofalse
ofAuthorizationChecker
(this is the default behavior when usingenable_authenticator_manager: true
) - Deprecate not setting the 5th argument (
$exceptionOnNoToken
) ofAccessListener
tofalse
(this is the default behavior when usingenable_authenticator_manager: true
)