Bug #104780
closedExtbase HashService not injectable any more
100%
Description
With #102763, extbase HashService has been deprecated. In that change, the new core hash service was injected into the depcreated extbase HashService using constuctor DI. Instantiation of the extbase HashService however does not work, because the the extbase HashService is registered in extbase ServiceProvider.php
, where the new constructor argument is not passed.
The extbase HashService can be removed from extbase ServiceProvider.php
, since the service is deprecated and not used in core any more.
Updated by Torben Hansen 2 months ago
- Related to Task #102763: Deprecate Extbase HashService added
Updated by Gerrit Code Review 2 months 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/+/85827
Updated by Gerrit Code Review 2 months ago
Patch set 2 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/+/85827
Updated by Gerrit Code Review 2 months ago
Patch set 3 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/+/85827
Updated by Gerrit Code Review 2 months ago
Patch set 4 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/+/85827
Updated by Torben Hansen 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 47912f72bb6b02858c40f6e47b2f4d5e43adf6dd.