JMSAopBundle
JMSAopBundle copied to clipboard
Deprecation warnings on S2.8
I'm having these deprecations warnings on tag 1.2.0
` The Symfony\Component\Security\Core\SecurityContext class is deprecated since version 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead.
require_once() (called from DebugClassLoader.php at line 169)
DebugClassLoader::loadClass()
spl_autoload_call()
class_exists() (called from PointcutMatchingPass.php at line 116)
PointcutMatchingPass::processDefinition() (called from PointcutMatchingPass.php at line 65)
PointcutMatchingPass::process() (called from Compiler.php at line 104)
Compiler::compile() (called from ContainerBuilder.php at line 598)
ContainerBuilder::compile() (called from Kernel.php at line 514)
Kernel::initializeContainer() (called from Kernel.php at line 133)
Kernel::boot() (called from Kernel.php at line 182)
Kernel::handle() (called from app_dev.php at line 28)
`
` The Symfony\Component\Security\Core\Util\SecureRandom class is deprecated since version 2.8 and will be removed in 3.0. Use the random_bytes() function instead.
require_once() (called from DebugClassLoader.php at line 169)
DebugClassLoader::loadClass()
spl_autoload_call()
class_exists() (called from PointcutMatchingPass.php at line 116)
PointcutMatchingPass::processDefinition() (called from PointcutMatchingPass.php at line 65)
PointcutMatchingPass::process() (called from Compiler.php at line 104)
Compiler::compile() (called from ContainerBuilder.php at line 598)
ContainerBuilder::compile() (called from Kernel.php at line 514)
Kernel::initializeContainer() (called from Kernel.php at line 133)
Kernel::boot() (called from Kernel.php at line 182)
Kernel::handle() (called from app_dev.php at line 28)
`
I have looked on those classes but I can't see where the reference is passed.
Same problem here.
Same here. Any news? @schmittjoh?