ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.9k stars 520 forks source link

String Encryptor custom Bean not found with name 'jasyptStringEncryptor' after upgrading to AWS CLOUD Spring3(implementation platform("io.awspring.cloud:spring-cloud-aws-dependencies:3.0.4) #381

Open manvik4u opened 9 months ago

manvik4u commented 9 months ago

I upgraded my app to Spring Cloud AWS 3 library (io.awspring.cloud:spring-cloud-aws-dependencies:3.0.4) and jasypt started breaking since then complaining abt "String Encryptor custom Bean not found with name 'jasyptStringEncryptor"

It was working fine until spring boot3.1 and aws cloud spring 2.4.x library. I am using the com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5 version of the jasypt library.