Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the retry aspect Spring Boot 3 ready #107

Closed
ChrisSchoe opened this issue Aug 4, 2023 · 2 comments
Closed

Make the retry aspect Spring Boot 3 ready #107

ChrisSchoe opened this issue Aug 4, 2023 · 2 comments

Comments

@ChrisSchoe
Copy link
Contributor

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 :)

@ChrisSchoe
Copy link
Contributor Author

I opened #108 to address this problem.

@rnschk
Copy link
Collaborator

rnschk commented Oct 6, 2023

Tank you very much! 🙏

@rnschk rnschk closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants