Files
ResolveSpec/pkg
Hein c2d86c9880
Some checks failed
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in 30s
Build , Vet Test, and Lint / Build (push) Successful in 1m56s
Tests / Unit Tests (push) Failing after 1m5s
Tests / Integration Tests (push) Failing after 1m1s
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in -23m15s
Build , Vet Test, and Lint / Lint Code (push) Successful in -23m9s
fix(dbmanager): resolve deadlock in adapter getter methods
Fixes deadlock caused by calling public methods (Bun, GORM, Native)
while holding a write lock. The public methods attempt to acquire
their own locks, causing the goroutine to freeze.

Solution: Call provider methods directly within the adapter getters
since they already hold the necessary write lock.
2026-01-03 17:26:43 +02:00
..
2025-12-31 09:37:12 +02:00
2025-12-20 10:42:51 +02:00
2025-12-12 10:13:11 +02:00
2025-12-19 16:32:14 +02:00
2025-11-10 11:43:15 +02:00