spring-framework/spring-core
Rossen Stoyanchev ab2410c754 MimeTypeUtils uses SecureRandom
The prevailing current wisdom is to use the default constructor for
secure and let it pick the best algorithm for the OS.

On Java 8 (Oracle), Linux this results in "NativePRNG" which uses
/dev/random (potentially blocking) for the initial seed, and
/dev/urandom (non-blocking) for subsequent calls to nextInt.

Issue: SPR-16635
2018-03-23 21:45:41 -04:00
..
src MimeTypeUtils uses SecureRandom 2018-03-23 21:45:41 -04:00
spring-core.gradle Upgrade to CGLIB 3.2.6 2018-01-20 14:29:56 +01:00