mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-03 19:43:43 +00:00
- Replaced Redis-based locking mechanism with database-based `StoredObjectLock` management using `EntityManagerInterface`. - Integrated `MockClock` and `Security` components for lock timing and user association. - Updated test cases to include database persistence and user assignment during lock operations. - Implemented `onKernelTerminate` event listener to handle deferred database flush for lock updates.