prestaconcept / PrestaSitemapBundle

A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
MIT License
347 stars 100 forks source link

Replace event subscribers with event listeners #315

Closed yann-eugone closed 8 months ago

yann-eugone commented 8 months ago

What I've seen lately in the Symfony ecosystem, seems to push everything in favor of Attributes usage
I'm not sure we will ever get to the point where event subscribers will be deprecated, but it might be safer to switch while we are bumping a major version

(for instance, event subscribers for Doctrine events were deprecated)