sonata-project / EntityAuditBundle

Audit for Doctrine Entities
https://sonata-project.org
MIT License
633 stars 261 forks source link

use event_listener instead of event_subscriber #583

Closed Hanmac closed 1 year ago

Hanmac commented 1 year ago

Subject

I am targeting this branch, because it should be BC.

Changelog

### Fixed
- Deprecation of Event Subscribers on Symfony 6.3. They now uses Event Listeners
VincentLanglet commented 1 year ago

I think less tests are failing

Hanmac commented 1 year ago

hm i don't know what causes this some_strange_key_name one to fail ?

franmomu commented 1 year ago

hm i don't know what causes this some_strange_key_name one to fail ?

I guess is the last release of doctrine/orm (2.16), I've created https://github.com/sonata-project/EntityAuditBundle/pull/584

VincentLanglet commented 1 year ago

hm i don't know what causes this some_strange_key_name one to fail ?

I guess is the last release of doctrine/orm (2.16), I've created #584

It's merged, please rebase