-
-
Notifications
You must be signed in to change notification settings - Fork 614
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 after 2.12 update #891
Comments
Hi. Try to manually remove cache files and then bin/console cache:clear --env=... |
Hi, I'm aving kind of the same issue, it seems to be cache issue. What's happening ? What I tweaked to make it work for the first time |
Any solution on this? Clearing cache doesn't work for me. I'm still getting this error: |
I need you to create a small app that reproduces the bug in order to confirm it and fix it. |
Hi @chalasr this is repo with demo code which is throwing error described in previous post: https://github.com/pavlovicnemanja/symfony-skeleton |
Great, I'll look at this asap. Thank you @pavlovicnemanja |
same in phpunit FAILURES!
Tests: 1, Assertions: 1, Failures: 1.
Remaining indirect deprecation notices (2)
1x: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
1x in DrmBoxControllerTest::setUp from App\Tests\Functional\Controller
1x: The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
1x in DrmBoxControllerTest::setUp from App\Tests\Functional\Controller |
any solution for this deprecated? User Deprecated: The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterfa |
Only workaround - clean cache, when remove all files from var/$ENV directory |
See #895. |
Released in v2.12.4, thanks everyone. |
I've updated package to 2.12.3 version, but still have the deprecation notice after
bin/console cache:clear
[info] User Deprecated: The "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" class implements "Symfony\Component\Security\Guard\AuthenticatorInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
I'm using new configuration with
stateless: true
jwt: ~
And I'm not using
Guard/JWTTokenAuthenticator.php
anywhereThe text was updated successfully, but these errors were encountered: