2. What’s New in Spring Security 4.1

There were 100+ RC1 issues and 60+ RC2 issues fixed in Spring Security 4.1.

Here is the list of improvements:

2.1 Java Configuration Improvements

2.2 Web Application Security Improvements

2.3 Authorization Improvements

2.4 Crypto Module Improvements

  • SCrypt support with SCryptPasswordEncoder
  • PBKDF2 support with Pbkdf2PasswordEncoder
  • New BytesEncryptor implementation for BouncyCastle using AES/CBC/PKCS5Padding and AES/GCM/NoPadding algorithms

2.5 Testing Improvements

2.6 General Improvements

  • Re-organization of sample projects
  • Moved to GitHub issues