You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the bean factory declaration of the aspect does not work with Spring Boot 3.
Instead of having a spring.factories file, this information should now lie in a new file META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports, cf. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#auto-configuration-registration .
As this behaviour works with Spring Boot 2.7 as well it would make the aspect Spring Boot 2 as well as Spring Boot 3 comptaible and allow people to easily use it in both settings :)
The text was updated successfully, but these errors were encountered:
Currently, the bean factory declaration of the aspect does not work with Spring Boot 3.
Instead of having a spring.factories file, this information should now lie in a new file META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports, cf. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#auto-configuration-registration .
As this behaviour works with Spring Boot 2.7 as well it would make the aspect Spring Boot 2 as well as Spring Boot 3 comptaible and allow people to easily use it in both settings :)
The text was updated successfully, but these errors were encountered: