All checks were successful
CI / Unit & Component Tests (pull_request) Successful in 3m30s
CI / OCR Service Tests (pull_request) Successful in 19s
CI / Backend Unit Tests (pull_request) Successful in 3m22s
CI / fail2ban Regex (pull_request) Successful in 52s
CI / Semgrep Security Scan (pull_request) Successful in 20s
CI / Compose Bucket Idempotency (pull_request) Successful in 1m0s
trainingLabels was switched to LAZY fetch in #467 but not added to the Document.full @NamedEntityGraph. DocumentRepository.findById() uses Document.full to eagerly load sender/receivers/tags, but the Hibernate session closes before Jackson serializes the response. Accessing trainingLabels outside the session throws LazyInitializationException, causing GET /api/documents/{id} to return HTTP 500. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>