mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-04 00:12:44 +00:00
Certain cryptographic algorithms are only supported on JDK8+. This causes failures in JDK 7. This commit adds a JUnit assumption on tests that leverage JDK8 specific cryptographic algorithms. Issue: gh-5323