Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings on S2.8 #43

Open
rsantellan opened this issue Jun 22, 2017 · 2 comments
Open

Deprecation warnings on S2.8 #43

rsantellan opened this issue Jun 22, 2017 · 2 comments

Comments

@rsantellan
Copy link

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.

@janvavra81
Copy link

Same problem here.

@binarious
Copy link

Same here. Any news? @schmittjoh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants