web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
403 stars 53 forks source link

Enable XSD validation for Doctrine ORM 3.0 compat #522

Closed PhilETaylor closed 10 months ago

PhilETaylor commented 10 months ago

Implements https://github.com/doctrine/DoctrineBundle/pull/1679 to silence the logged deprecation message

User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:60 called by App_KernelDevDebugContainer.php:946, https://github.com/doctrine/orm/pull/6728, package doctrine/orm

ScreenShot-2023-11-16-23 28 49

Spomky commented 10 months ago

Many thanks. I created a similar PR for the active branch 4.7.x and merged up to the new branches.

PhilETaylor commented 10 months ago

No worries - thanks.