[FEATURE] Replace @lazy with @Extbase\ORM\Lazy
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Lazy" annotation that replaces the @lazy annotation which is deprecated from now on. Releases: master Resolves: #83078 Change-Id: Ic90ee3acf220288824d506c8ed63979e1236e583 Reviewed-on: https://review.typo3.org/54747 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst 32 additions, 0 deletions...83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst 62 additions, 0 deletions...83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
- typo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php 25 additions, 0 deletionstypo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php
- typo3/sysext/extbase/Classes/Reflection/ClassSchema.php 14 additions, 1 deletiontypo3/sysext/extbase/Classes/Reflection/ClassSchema.php
- typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php 6 additions, 0 deletions.../sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php
- typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithLazyDoctrineAnnotation.php 30 additions, 0 deletions...flection/Fixture/DummyClassWithLazyDoctrineAnnotation.php
- typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/ClassSchemaTest.php 6 additions, 0 deletions...tbase/Tests/UnitDeprecated/Reflection/ClassSchemaTest.php
- typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/Fixture/DummyClassWithLazyProperty.php 28 additions, 0 deletions...recated/Reflection/Fixture/DummyClassWithLazyProperty.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyAnnotationMatcher.php 6 additions, 0 deletions...ration/ExtensionScanner/Php/PropertyAnnotationMatcher.php
Please register or sign in to comment