Skip to content
Snippets Groups Projects
Commit b2e5821d authored by Benni Mack's avatar Benni Mack
Browse files

[!!!][TASK] Decouple FileRepository and ProcessedFileRepository

When FAL was introduced in TYPO3 v6.0, some concepts
were introduced which aren't so smart, 11 years later.

* Building an AbstractRepository
* Using Extbase RepositoryInterface in FAL repositories

The shared code between the two implementing
classes, FileRepository and AbstractFileRepository
isn't justified to use an AbstractRepository which
dynamically creates objects through inheritance
for its subclass repositories.

Instead, the AbstractRepository is now removed and
both FileRepository and ProcessedFileRepository
are now free, and can also use DI in a way it was meant.

For this reason, the whole AbstractRepository class
within the "TYPO3\CMS\Core\Resource" namespace is removed
along with the dependency to Extbase in this regard.

FileRepository and ProcessedFileRepository now only
contain the methods they require, and all methods and
properties are fully typed.

Resolves: #101948
Releases: main
Change-Id: I5a1f1fb899e94836cb16c85c2048d...
parent c58efac6
Branches
Tags
No related merge requests found
Showing
with 256 additions and 616 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment