-
|
Hey team, I noticed the expected release date for Spring AI 2.0 has been changed to May 28. Previously, I believe it was due end of February. Of course, it's completely up to you when to release this. However, Spring AI 2.0 not being available means we can't upgrade certain applications to Spring Boot 4, so this means we're on 3.x longer while we wait for Spring AI 2.0. From this follow two questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
You can temporarily upgrade to Spring Boot 4 using 2.0.0-M2. If you can't release using a milestone version due to company restrictions, it will at least allow you to progress with the code and test along the way. |
Beta Was this translation helpful? Give feedback.
-
|
I see that https://github.com/spring-projects/spring-ai/milestone/24 mentions this bullet point:
Are the major API redesign and architectural enhancements already part of the 2.0.0-M2 release, or should we still expect some big changes in the API and architecture in the upcoming releases? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @tschut, thanks for the question. The move to May aligns Spring AI with the Spring release train and gives us time to land several important changes we want to get right before a 2.0 GA:
You can track the planned work in the 2.0.0-M3 and 2.0.0-M4 milestones. Regarding Spring Boot 4 support sooner: the milestone releases (M2, M3, M4, …) will already be based on Boot 4, so you can start testing and migrating your applications against those before GA. |
Beta Was this translation helpful? Give feedback.
Hi @tschut, thanks for the question.
The move to May aligns Spring AI with the Spring release train and gives us time to land several important changes we want to get right before a 2.0 GA:
You can track the planned work in the 2.…