Skip to content

Commit

Permalink
Update bouncy castle bcpkix (#11433)
Browse files Browse the repository at this point in the history
The version bcpkix-jdk15on don´t work with java 21
  • Loading branch information
viniciusxyz authored Dec 13, 2024
1 parent 3622f8a commit d895faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you use a pre-generated certificate (as you should, for security), these step
- Netty can use the JDK-internal `sun.security.x509` package. On newer JDK versions, this package is restricted and may not work. You may need to add `--add-exports=java.base/sun.security.x509=ALL-UNNAMED` as a VM parameter.
- Alternatively, netty will use the Bouncy Castle BCPKIX API. This needs an additional dependency:
dependency:org.bouncycastle:bcpkix-jdk15on[scope="implementation"]
dependency:org.bouncycastle:bcpkix-jdk18on[scope="implementation"]

WARNING: This configuration will generate a warning in the browser.

Expand Down

0 comments on commit d895faa

Please sign in to comment.