sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Fix Value Resolver Interface #8139

Closed Hanmac closed 9 months ago

Hanmac commented 9 months ago

Subject

I am targeting this branch, because this should fix the Deprecation again.

Closes #{put_issue_number_here}.

Changelog

### Fixed
- Deprecation about `ArgumentValueResolverInterface` usage
VincentLanglet commented 9 months ago

If you confirm me that targetting 4.x-dev does solve your deprecation issue, I'll make a release.

Hanmac commented 9 months ago

@VincentLanglet yes the deprecation is gone now

the only deprecation left is the one with "sonata.doctrine.mapper" should not be an Doctrine Subscriber. But that's a BC to remove https://github.com/sonata-project/sonata-doctrine-extensions/pull/487