-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Auto-configure a bootstrapExecutor bean to be used by Framework's background bean initialization #39791
Comments
Hi @wilkinsona I'd like to contribute to the issue. However, I'm facing some issues. Line 17 in af0353d
@Bean(bootstrap=BACKGROUND) feature is introduced in spring framework 6.2.0. I tried to change the springboot's dependency to the spring framework to springFrameworkVersion=6.2.0-SNAPSHOT but got the following errors:
Is the current springboot version not ready for spring framework 6.2.0 yet? If so, should I develop this enhancement in spring framework? |
Thanks for taking a look, @ballista01. We won't be able to work on this issue until we've started developing Spring Boot 3.4 and have upgraded to a Spring Framework 6.2 milestone or snapshot. This won't happen until some time after Spring Boot 3.3's release in May. |
I’m interested in this issue. May I ask if I can contribute to it? |
Thanks for the offer, @YongGoose, but I'm not sure we know exactly how to implement this yet. Reading spring-projects/spring-framework#13410 (comment) again, there's the possibility of aliasing the application task executor to |
I understand. ps. Additionally, there is another issue I am interested in. Would it be possible for me to contribute to this issue? |
I think that one probably needs some design work too, unfortunately. Reading through the comments there still seems to be quite a bit that's undecided. |
Okay...🥲 Thank you for your comment. |
See spring-projects/spring-framework#13410 (comment)
The text was updated successfully, but these errors were encountered: