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

[EasyActivity][EasyLock][EasyDoctrine] Deprecations #1356

Open
BOB41K1987 opened this issue Feb 20, 2024 · 0 comments
Open

[EasyActivity][EasyLock][EasyDoctrine] Deprecations #1356

BOB41K1987 opened this issue Feb 20, 2024 · 0 comments

Comments

@BOB41K1987
Copy link
Contributor

  1. The "EonX\EasyActivity\Bridge\Symfony\Messenger\ActivityLogEntryMessageHandler" class implements "Symfony\Component\Messenger\Handler\MessageHandlerInterface" that is deprecated since Symfony 6.2, use the {@see AsMessageHandler} attribute instead.

  2. Since symfony/doctrine-bridge 6.3: Registering "EonX\EasyDoctrine\Subscribers\EntityEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.

  3. Since symfony/doctrine-bridge 6.3: Registering "EonX\EasyLock\Bridge\Symfony\Subscribers\EasyLockDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.

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

No branches or pull requests

1 participant