-
Notifications
You must be signed in to change notification settings - Fork 187
Description
Is your feature request related to a problem? Please describe.
Currently, Temporal SDK supports Spring Boot 2 and 3. Spring Boot 4 has already come out, so it would be great if Temporal SDK adds support for it as well.
Describe the solution you'd like
I haven't tested it, so maybe it already works as-is, but I'm almost sure some changes will be required to support Spring Boot 4 due to its modularization.
Describe alternatives you've considered
Of course, it's possible to use a custom Spring Boot integration layer based on the core Temporal SDK which supports Spring Boot 4, but since it was released only a week ago, it doesn't make sense to rush and upgrade instantly, so we can wait.
Additional context
Since the open-source support of Spring Boot 2 ended in 2023, I think it would be reasonable to drop support for this version in Temporal SDK and only support the latest two versions of Spring Boot. Of course, it's up to you to decide, this is just a suggestion.