Make extension compatible with TYPO3 10#27
Make extension compatible with TYPO3 10#27tobenschmidt wants to merge 6 commits intoNamelessCoder:masterfrom
Conversation
https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/Hooks/EventDispatcher/Index.html https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.html https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.html
|
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. |
|
@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. |
No description provided.