Deprecation: #83092 - Replace @transient with @TYPO3\CMS\Extbase\Annotation\ORM\Transient¶
See forge#83092
Description¶
The @transient
annotation has been deprecated and must be replaced with the doctrine annotation
@TYPO3\
.
Impact¶
From version 9.0 on, @transient
is deprecated and will be removed in version 10.
Affected Installations¶
All extensions that use @transient
Migration¶
Use @TYPO3\
instead.