NamelessCoder / asynchronous_reference_indexing

Delegates reference indexing from on-the-fly in backend, to a CommandController-processed queue
3 stars 6 forks source link

Make extension compatible with TYPO3 10 #27

Open tobenschmidt opened 4 years ago

tobenschmidt commented 4 years ago

There has been a rather large change regarding the updating of the reference index recently that breaks my TYPO3 10 compatible version of asynchronous_reference_indexing: [TASK] Deferred reference index updating. It may be that this extension is superfluous from TYPO3 10.4.9 on or at least needs some rewriting but I didn't check in detail yet.

NamelessCoder commented 4 years ago

@tobenschmidt Yep, looks like the patch you link to means that a completely different solution is required. This is just a guess, but I would almost expect that change to be followed up by a feature which allows fully async processing of the index reference update queue - exactly what this extension does, the end result being that this extension is not required at all on 10.4 and upwards. So I think the most sensible course of action for this extension is to maintain 8.7/9.5 compatibility and not attempt to introduce any 10.4 compatible releases.