Main did not test-compile — PhiExportAuditTest missed a constructor arg

FixSecurityService
Shipped
August 27, 2026 at 9:06 AM UTC
Author
Kamo
Commit
dd8ad8c

SystemConfigurationController gained a twelfth parameter, PlatformSecretCipher, when platform secrets began being encrypted at rest. This test still passed eleven, so `mvn test` failed at testCompile on a pristine checkout of origin/main — no test ran, in any package, for any session working in this repo. Not my change and not my area, but the fix has exactly one correct answer: the compiler names the missing type and nothing on the paths under test encrypts anything, so it is mocked like its eleven neighbours. That is the difference between this and the KamoPBX strings I decoderd to write — there, inventing copy would have produced wording somebody had to unpick; here, there is nothing to invent. Verified on a worktree of origin/main with no other change: testCompile passes and the full suite is 1645 green.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing