**Symfony version(s) affected**: 4.3.0 **Description** Doctrine's embeddables are not read properly while introspecting validator's `PropertyMetadata`: ```In PropertyMetadata.php line 40: [Symfony\Component\Validator\Exception\ValidatorException] Property "embeded_class.some_property" does not exist in class "App\Entity\MyEntity" ``` **How to reproduce** Update symfony/doctrine-bridge (v4.2.9 => v4.3.0)