mia3 / crossmedia_fourallportal

0 stars 4 forks source link

TYPO3 12: TYPO3 locking strategy should be used #37

Open 3l73 opened 1 month ago

3l73 commented 1 month ago

With TYPO3 9 the path var moved from typo3temp/var to the application root, which matches more the symfony standard.

Additionaly, the path locks was changed into lock.

https://github.com/mia3/crossmedia_fourallportal/blob/7f2542c0fc59a2e312bdd0de836e13235b8be860/Classes/Service/EventExecutionService.php#L516

TYPO3 itself offers functionality for locking, which should be used.

See:

ChangeLogs:

3l73 commented 3 weeks ago

The current pull request contains a test to verify the lock baviour based on the TYPO3 locking system.