Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #58870 [Serializer][Validator] prevent failures around not existi…
…ng TypeInfo classes (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [Serializer][Validator] prevent failures around not existing TypeInfo classes | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Having a `getType()` method on an extractor is not enough. Such a method may exist to be forward-compatible with the TypeInfo component. We still must not call it if the TypeInfo component is not installed to prevent running into errors for not-defined classes when the TypeInfo component is not installed. Commits ------- 386453ee77b prevent failures around not existing TypeInfo classes
- Loading branch information