TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,45 @@
<?php
return [
'@inject' => [
'restFiles' => [
'Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
'Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
'Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
],
],
'@lazy' => [
'restFiles' => [
'Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
'Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
],
],
'@transient' => [
'restFiles' => [
'Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
'Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
],
],
'@cascade' => [
'restFiles' => [
'Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
'Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
],
],
'@validate' => [
'restFiles' => [
'Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
'Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
],
],
];