Skip to content

Instantly share code, notes, and snippets.

@lbroudoux
Created November 23, 2021 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbroudoux/e31a702c9e09101203d7aee3e8f0d515 to your computer and use it in GitHub Desktop.
Save lbroudoux/e31a702c9e09101203d7aee3e8f0d515 to your computer and use it in GitHub Desktop.
Bouncycastle in #quarkus native mode
# 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