ulisesbocchio / jasypt-spring-boot

Jasypt integration for Spring boot
MIT License
2.87k stars 514 forks source link

jasypt-spring-boot-starter-3.0.5 does not work with springboot latest version 3.2.2 #386

Open siddhuReddy15906 opened 6 months ago

siddhuReddy15906 commented 6 months ago

here is my dependencies

  1. com.github.ulisesbocchio jasypt-spring-boot 3.0.5

2.

org.springframework.boot
            <artifactId>spring-boot-dependencies</artifactId>
            <version>3.2.2</version>

error : org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'enableEncryptablePropertySourcesPostProcessor' defined in class path resource [com/ulisesbocchio/jasyptspringboot/configuration/EnableEncryptablePropertiesConfiguration.class]: Unsatisfied dependency expressed through method 'enableEncryptablePropertySourcesPostProcessor' parameter 0: Cannot find class [org.springframework.web.servlet.view.tiles3.TilesConfigurer] for bean with name 'tilesConfigurer' defined in class path resource [appServlet.xml]

lookin for answers, tried changing jasypt versions but not worked