Bug #101176
closedObjectAccess::getGettablePropertyNames() triggers method calls
100%
Description
\TYPO3\CMS\Extbase\Reflection\ObjectAccess::getGettablePropertyNames() should only list all properties that are accessible via getters/hassers/issers but with the introduction of symfony/property-access, two undesired things happened:
- The symfony component performs uncached reflection (something we wanted to avoid with the usage of cached ClassSchema data)
- The symfony component actually calls the accessor
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79514
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79675
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79676
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c20dad7e815063c669f5d63b100d7214c827ea4f.
Updated by Gerrit Code Review over 1 year ago
- Status changed from Resolved to Under Review
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79676
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
Applied in changeset 2289ae2f1f0327dd223013ddbfb800d044519e88.