Stabilize PKI core persistence, signing interop, and approval workflow

fix: harden FsCodec determinism and persisted type round-trips
fix: align CSR PoP verification with standards-compatible signature validation
fix: make async approval deny propagation deterministic in signing bus tests
chore: reduce IDE/Gradle drift by strengthening regression coverage
This commit is contained in:
2026-03-24 17:36:12 +01:00
parent 414e812150
commit 354e9dd9bc
650 changed files with 24946 additions and 13325 deletions

View File

@@ -105,7 +105,7 @@
</rule>
<rule ref="category/java/codestyle.xml/LongVariable">
<properties>
<property name="minimum" value="28" />
<property name="minimum" value="35" />
</properties>
</rule>
<rule ref="category/java/codestyle.xml/MDBAndSessionBeanNamingConvention"/>