Skip to content

Releases: ulisesbocchio/jasypt-spring-boot

Release v3.0.5

15 Dec 04:25
Compare
Choose a tag to compare

Release 3.0.4

29 Aug 05:54
Compare
Choose a tag to compare

Version 3.0.4 Release Includes

  • Spring Boot 2.5.4
  • Spring cloud 2020.0.3
  • Removed double property source config from spring ConfigurationPropertySource and added wrapper that lead to stack overflows and circular dependencies
  • StubPropertySource bug fixed
  • Deadlock on properties cache fixed
  • Added Origin support to config properties source wrappers
  • RefreshedScope listener Class.forName() caching for improved performance
  • AES/GCM Support (Guide)
  • ability to skip property sources by class (Guide)

Release v3.0.3

15 Dec 08:04
Compare
Choose a tag to compare

Update 05/31/2020: Version 3.0.3 Release Includes

  • Minor bug fixes
  • Documentation fixes
  • Refresh event fix for spring cloud config

Release v3.0.2

15 Dec 08:05
Compare
Choose a tag to compare

Update 01/11/2020: Version 3.0.2 Release Includes

Release v3.0.1

15 Dec 08:06
Compare
Choose a tag to compare

Update 12/31/2019: Version 3.0.1 Release Includes

  • Adds support for skipping classes from being introspected
  • Usage of replacePlaceHolders instead of replaceRequiredPlaceholders on property resolver to mirror Spring's default behavior
  • Refactored StandardEncryptableEnvironment to use builder pattern and lazy load resolver/filter/detector/encryptor
  • Removed deprecated EncryptableENvironment

Release v3.0.0

15 Dec 08:07
Compare
Choose a tag to compare

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

Release v2.1.2

15 Dec 08:07
Compare
Choose a tag to compare

Update 9/8/2019: Version 2.1.2 Release Includes

  • jasypt 1.9.3 rollback with IV Generators (thanks @tkalmar)
  • interpolation inside ENC() and ${} blocks (thanks @ttulka)
  • fixes for relaxed bindings, fail on custom bean not found, filters, and double app listener

Release v2.1.1

15 Dec 08:08
Compare
Choose a tag to compare

Update 1/8/2019: Version 2.1.1 Release Including

Release v2.1.0

15 Dec 08:09
Compare
Choose a tag to compare

Update 7/17/2018: Version 2.1.0 Release Including

Release v2.0.0

15 Dec 08:10
Compare
Choose a tag to compare

Update 3/17/2018: Version 2.0.0 has been released supporting

  • Spring Boot 2.0.X.RELEASE. SemVer adopted.