oscerd commented on PR #24654: URL: https://github.com/apache/camel/pull/24654#issuecomment-4957675990
Rebased onto `main` after the BouncyCastle 1.85 rename (#24653). That commit re-points Camel's `DILITHIUM` → **ML-DSA**, `SPHINCSPLUS` → **SLH-DSA** and `KYBER` → **ML-KEM** (provider `BC`). `PQCParameterSpecResolver` was still handing those three the pre-standardization `DilithiumParameterSpec`/`SPHINCSPlusParameterSpec`/`KyberParameterSpec` — which still compiles, but would have been the wrong spec type for the new generators at runtime. They now resolve via `MLDSAParameterSpec`/`SLHDSAParameterSpec`/`MLKEMParameterSpec`, with a regression test (`testPreStandardizationAliasesUseStandardizedParameterSets`) pinning it, and the docs table updated. 14 tests green, full reactor build green. _Claude Code on behalf of Andrea Cosentino._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
