JiriOndrusek commented on code in PR #6241: URL: https://github.com/apache/camel-quarkus/pull/6241#discussion_r1668628553
########## extensions/crypto/runtime/src/main/doc/limitations.adoc: ########## @@ -0,0 +1,10 @@ +=== Security Provider + +Extension requires BouncyCastle provider and also utilizes the quarkus security extension (see https://quarkus.io/guides/security-customization#registering-security-providers[security providers registration doc]) +If there is no `BC*` provider registered (by `quarkus.security.security-providers` property). +The `BC` provider is registered. + +=== FIPS + +It may not be possible to run `crypto` and `crypto-pgp` extensions together on FIPS enabled system. +For example if `crypro` uses `BCFIPS` provider and `crypto-pgp` uses `BC` provider, it is no possible to have bot providers on one classpath. Review Comment: fixed ########## extensions-support/bouncycastle/runtime/pom.xml: ########## @@ -55,7 +55,7 @@ <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> </dependency> - </dependencies> + </dependencies> Review Comment: fixed -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org