Release v3.0.0
ulisesbocchio
released this
15 Dec 08:07
·
173 commits
to master
since this release
Update 11/24/2019: Version 3.0.0 Release Includes
- Adds support for Spring Boot 2.1.X
- Spring Boot 1.5.X No longer supported
- Changed default encryption to PBEWITHHMACSHA512ANDAES_256 (Thanks @rupert-madden-abbott)
- Switched properties cache to HashMap to avoid concurrency issues (Thanks @krm1312)
- Higher priority for Properties post processor (Thanks @ttulka)
- Jasypt Spring Boot Maven Plugin (Thanks @rupert-madden-abbott)
- To keep your encrypted properties with previous default config use:
jasypt:
encryptor:
algorithm: PBEWithMD5AndDES
iv-generator-classname: org.jasypt.iv.NoIvGenerator