ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.91k stars 522 forks source link

SpringBoot3 support #399

Closed BeyondTheBlade closed 1 month ago

BeyondTheBlade commented 2 months ago

spring.factories not allowed in SpringBoot3 can create new artifactId, eg: jasypt-spring-boot3-starter, keep version same too

spring.factories = META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

please support it, thank you

cmadsen commented 1 month ago

+1

rpaasche commented 1 month ago

spring.factories not allowed in SpringBoot3 can create new artifactId, eg: jasypt-spring-boot3-starter, keep version same too

spring.factories = META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

please support it, thank you

What's your issue? 3.0.5 works just fine at least with spring boot 3.3.3 and 3.3.4.

BeyondTheBlade commented 1 month ago

spring.factories not allowed in SpringBoot3 can create new artifactId, eg: jasypt-spring-boot3-starter, keep version same too spring.factories = META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports please support it, thank you

What's your issue? 3.0.5 works just fine at least with spring boot 3.3.3 and 3.3.4.

you are right. I check my code, find it maybe 2.X level up 3.X IDEA Cache question。3.0.5 can used in spring boot 3.3.3