github ulisesbocchio/jasypt-spring-boot jasypt-spring-boot-parent-3.0.0
Release v3.0.0

latest releases: jasypt-spring-boot-parent-2.0.0, jasypt-spring-boot-parent-2.1.0, jasypt-spring-boot-parent-2.1.1...
2 years ago

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

Don't miss a new jasypt-spring-boot release

NewReleases is sending notifications on new releases.