Marcel
793b863096
feat(audit): add audit_log infrastructure and instrument AnnotationService
- V46 migration: audit_log table with indexes and append-only REVOKE
- audit/ package: AuditKind enum (with Javadoc payloads), AuditLog entity,
AuditLogRepository, AuditService (@Async on dedicated auditExecutor)
- AsyncConfig: auditExecutor with CallerRunsPolicy and queueCapacity 50
- AnnotationService: ANNOTATION_CREATED on createAnnotation() only,
deferred via afterCommit() when inside a transaction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 13:17:54 +02:00
..
2026-03-17 13:33:02 +00:00
2026-03-15 11:47:58 +01:00
2026-04-19 13:17:54 +02:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-04-15 11:33:03 +02:00
2026-03-15 11:47:58 +01:00
2026-03-15 11:47:58 +01:00
2026-03-17 13:33:02 +00:00
2026-04-19 00:42:43 +02:00