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
355 stars 102 forks source link

Deprecation Warning as of Symfony 6.2 #307

Closed ok-ttc closed 1 year ago

ok-ttc commented 1 year ago

The following deprecation message is given:

Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageHandlerInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.

This is surely not the most pressing, but will need adressing sooner or later.

yann-eugone commented 1 year ago

Released as of https://github.com/prestaconcept/PrestaSitemapBundle/releases/tag/v3.3.1

ok-ttc commented 1 year ago

You are brilliant! :-)

yann-eugone commented 1 year ago

Thanks :) To be fair, I just pressed few buttons to make it released ^^ All the fame must go to @franmomu & @norkunas for their work on https://github.com/prestaconcept/PrestaSitemapBundle/pull/303