drupal-graphql / graphql

GraphQL integration for Drupal 9/10
288 stars 202 forks source link

ContainerAwareEventDispatcher deprecated #1399 #1400

Closed almunnings closed 3 months ago

almunnings commented 3 months ago

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher is now deprecated.

Change log: https://www.drupal.org/node/3376090 Introduced: 10.3.0

As both ContainerAwareEventDispatcher and Symfony\Component\EventDispatcher\EventDispatcher implement EventDispatcherInterface, it could be used to handle the deprecation.

Closes https://github.com/drupal-graphql/graphql/issues/1399

klausi commented 3 months ago

Thank you very much!