Closed
Description
Symfony version(s) affected: 5.2.0-RC2
Description
Regression from 5.2.0-RC1 on Uuid and Doctrine
How to reproduce
name : symfony/uid
versions : * v5.2.0-RC2
name : doctrine/doctrine-bundle
versions : * 2.2.1
Previous code ok:
$uuid = Uuid::fromString($request->query->get('humidor_uid'));
$humidor = $humidorRepository->findOneByUuid($uuid);
Actual same code returns null
Possible Solution
.
Additional context
It appears also that, the generation and the persistence is broken
Maybe related on changes here: v5.2.0-RC1...v5.2.0-RC2
See previous issue at #38929
Maybe related also to #39144
Thank you