joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.79k stars 3.66k forks source link

[4.0] Replace symfony/debug #26816

Closed mbabker closed 4 years ago

mbabker commented 5 years ago

Symfony 4.4 deprecates the Debug component in favor of a couple of newer error handling components. The CMS should be updated before 4.0 ships to replace the deprecated component.

Symfony 4.4 will ship in November 2019 so it’s fine to start on this work now and just flip to a dev dependency for a few weeks.

richard67 commented 5 years ago

Does anybody have an idea what shall be used as replacement? Symphony 4.4's newer error handling compontents, or something else?

mbabker commented 5 years ago

The appropriate Symfony component is fine. They basically broke up the Debug component into smaller components with separated responsibilities, not completely abandon the code.

wilsonge commented 4 years ago

Finally got around to this. Please test https://github.com/joomla/joomla-cms/pull/27470