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 in RoleChecker and UserProvider #345

Closed
Filip785 opened this issue Dec 26, 2022 · 1 comment
Closed

Deprecation in RoleChecker and UserProvider #345

Filip785 opened this issue Dec 26, 2022 · 1 comment

Comments

@Filip785
Copy link

Hi, upgraded security packages to 6.2 today and noticed that this package uses Symfony\Component\Security\Core\Security that is deprecated in favor of Symfony\Bundle\SecurityBundle\Security. It throws following message:

User Deprecated: Since symfony/security-core 6.2: The "Symfony\Component\Security\Core\Security" class is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead.

dmitryuk pushed a commit to dmitryuk/auditor-bundle that referenced this issue Feb 27, 2023
DamienHarper pushed a commit that referenced this issue Feb 27, 2023
* #345 Deprecation in RoleChecker and UserProvider

* remove line

---------

Co-authored-by: a.dmitryuk <[email protected]>
DamienHarper pushed a commit that referenced this issue Mar 2, 2023
DamienHarper added a commit that referenced this issue Jul 14, 2024
* Updated CI

* Fixed middlewares override (#341)

* Revert unwanted PHP >= 8.0 changes

* Updated branch alias

* Reverted and adjusted middleware test

* Adjusted middleware registration priority (fixed failing tests)

* Fixed unwanted deps changes

* Fixed failing test

* #345 Deprecation in RoleChecker and UserProvider (#350)

* #345 Deprecation in RoleChecker and UserProvider

* remove line

---------

Co-authored-by: a.dmitryuk <[email protected]>

* Fixed CI (PHPStan)

* Support doctrine/annotations:2.0 (#351)

* remove doctrine/annotations from composer.json

* doctrine/annotations 2.0

---------

Co-authored-by: a.dmitryuk <[email protected]>

* Fixed compatibility with Symfony 4.4

* PHP-CS-Fixer

* Fixed CI (#367)

* PHP-CS-Fixer

* Fix: `ViewerController` (#379)

* Fix: `ViewerController`

* -

* -

* -

* Fixed remaining calls to AbstractController methods.

* -

* -

* -

* -

* PHP-CS-Fixer

---------

Co-authored-by: Damien Harper <[email protected]>

* CI updates

* Make `ViewerController` final (#385)

Co-authored-by: Damien Harper <[email protected]>

* Test more PHP versions (#389)

Co-authored-by: Damien Harper <[email protected]>

* Use `actions/checkout@v4` (#387)

Co-authored-by: Damien Harper <[email protected]>

* PHP-CS-Fixer

* Update deps + PHP-CS-Fixer

* PHP-CS-Fixer (3.48.0)

* 6.x

Signed-off-by: Oleg Andreyev <[email protected]>

* reverted ci-5.x.yml

Signed-off-by: Oleg Andreyev <[email protected]>

* reverted ci-5.x.yml

Signed-off-by: Oleg Andreyev <[email protected]>

* clean composer.json

Signed-off-by: Oleg Andreyev <[email protected]>

* reverted ci-4.x.yml

Signed-off-by: Oleg Andreyev <[email protected]>

* damienharper/auditor dev-master

Signed-off-by: Oleg Andreyev <[email protected]>

* allow ^3.1 orm

Signed-off-by: Oleg Andreyev <[email protected]>

---------

Signed-off-by: Oleg Andreyev <[email protected]>
Co-authored-by: Damien Harper <[email protected]>
Co-authored-by: Alexander Dmitryuk <[email protected]>
Co-authored-by: a.dmitryuk <[email protected]>
Co-authored-by: Oskar Stark <[email protected]>
@DamienHarper
Copy link
Owner

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

2 participants