Deprecation: #83094 - Replace @ignorevalidation with @TYPO3\CMS\Extbase\Annotation\IgnoreValidation 

See forge#83094

Description 

The @ignorevalidation annotation has been deprecated and must be replaced with the doctrine annotation @TYPO3\CMS\Extbase\Annotation\IgnoreValidation.

Impact 

From version 9.0 on, @ignorevalidation is deprecated and will be removed in version 10.

Affected Installations 

All extensions that use @ignorevalidation

Migration 

Use @TYPO3\CMS\Extbase\Annotation\IgnoreValidation instead.