Closed shiunko closed 2 months ago
In Java8+, an exception NoSuchAlgorithmException will be thrown Change: (compile-if java.security.SecureRandom/getInstanceStrong ... ...) -> (compile-if (java.security.SecureRandom/getInstanceStrong) ... ...)
(compile-if java.security.SecureRandom/getInstanceStrong ... ...)
(compile-if (java.security.SecureRandom/getInstanceStrong) ... ...)
Thank you! This was an unintended regression - have manually merged your fix and released v3.119.0 👍🙏
In Java8+, an exception NoSuchAlgorithmException will be thrown Change:
(compile-if java.security.SecureRandom/getInstanceStrong ... ...)
->(compile-if (java.security.SecureRandom/getInstanceStrong) ... ...)