JMSAopBundle icon indicating copy to clipboard operation
JMSAopBundle copied to clipboard

Deprecation warnings on S2.8

Open rsantellan opened this issue 7 years ago • 2 comments

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.

rsantellan avatar Jun 22 '17 16:06 rsantellan

Same problem here.

janvavra81 avatar Jul 17 '17 10:07 janvavra81

Same here. Any news? @schmittjoh?

binarious avatar Sep 26 '17 12:09 binarious