- Shipped
- August 7, 2026 at 6:58 AM UTC
- Author
- Kamo
- Commit
- 60cb47f
MediaService CrashLooped on every pod since shared-lib 1.5.0: DepartmentService is a @Service, so the wildcard @ComponentScan("com.kamo") builds it here whether or not this service touches departments, and it gained a MailboxRepository constructor parameter when a department learned to point at one of the org's mailboxes. That repository lives in **************** which was not in this service's explicit @EnableJpaRepositories list, so the bean did not exist and the context refused to start. Adding the package is what SecurityService, EmailService, ConversionService and DaemonService already do; this is the same failure the mfa and phi.audit entries above it were added for.