You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under JMSSerializerBundle 1.1, I get the following exception when upgrading to Symfony 3.1:
[Symfony\Component\Debug\Exception\ContextErrorException]
Catchable Fatal Error: Argument 1 passed to Symfony\Component\Security\Core
\Authorization\DebugAccessDecisionManager::__construct() must be an instance of
Symfony\Component\Security\Core\Authorization\AccessDecisionManager, instance of
JMS\SecurityExtraBundle\Security\Authorization\RememberingAccessDecisionManager given
It looks like Symfony 3.1 introduced a new class DebugAccessDecisionManager, which wraps around the AccessDecisionManager instance. This conflicts with the serializer bundle's own RememberingAccessDecisionManager wrapper class.
The text was updated successfully, but these errors were encountered:
Under JMSSerializerBundle 1.1, I get the following exception when upgrading to Symfony 3.1:
It looks like Symfony 3.1 introduced a new class DebugAccessDecisionManager, which wraps around the
AccessDecisionManager
instance. This conflicts with the serializer bundle's ownRememberingAccessDecisionManager
wrapper class.The text was updated successfully, but these errors were encountered: