Created
November 23, 2021 12:35
-
-
Save lbroudoux/e31a702c9e09101203d7aee3e8f0d515 to your computer and use it in GitHub Desktop.
Bouncycastle in #quarkus native mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We need to add all build-args for native here. It does seem to work when in pom.xml | |
quarkus.native.additional-build-args=\ | |
-H:ReflectionConfigurationFiles=reflection-config.json,\ | |
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG\\$NonceAndIV\\,org.bouncycastle.jcajce.provider.drbg.DRBG\\$Default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment