Skip to content

Revert accidental Spring Boot 4 / Spring AI 1.1 major bump (broke main)#44

Merged
ahmed-sekka merged 1 commit into
mainfrom
fix/revert-broken-boot4
May 25, 2026
Merged

Revert accidental Spring Boot 4 / Spring AI 1.1 major bump (broke main)#44
ahmed-sekka merged 1 commit into
mainfrom
fix/revert-broken-boot4

Conversation

@ahmed-sekka
Copy link
Copy Markdown
Contributor

A Dependabot "spring group" PR (created by the initial dependabot.yml before it was hardened to ignore majors) bundled a MAJOR jump — spring-boot 3.4.13 -> 4.0.6 and spring-ai 1.0.7 -> 1.1.7 — and was merged. That left main uncompilable: the spring-framework override still pinned 6.2.x against a Boot 4 BOM, and the Spring AI 1.1 API changed (AssistantMessage / ToolResponseMessage constructors) so agentflow4j-checkpoint no longer built.

Revert to the known-good combo:

  • spring-boot 4.0.6 -> 3.4.13
  • spring-ai 1.1.7 -> 1.0.7

Full clean build + every module green again. The Boot 4 / Spring AI 1.1+ upgrade is a deliberate migration to be done on its own, not via an auto-merged dependency bump. The hardened dependabot.yml (already on main) now ignores major updates so this cannot recur.

A Dependabot "spring group" PR (created by the initial dependabot.yml before
it was hardened to ignore majors) bundled a MAJOR jump — spring-boot
3.4.13 -> 4.0.6 and spring-ai 1.0.7 -> 1.1.7 — and was merged. That left main
uncompilable: the spring-framework override still pinned 6.2.x against a
Boot 4 BOM, and the Spring AI 1.1 API changed (AssistantMessage /
ToolResponseMessage constructors) so agentflow4j-checkpoint no longer built.

Revert to the known-good combo:
- spring-boot 4.0.6 -> 3.4.13
- spring-ai 1.1.7 -> 1.0.7

Full clean build + every module green again. The Boot 4 / Spring AI 1.1+
upgrade is a deliberate migration to be done on its own, not via an
auto-merged dependency bump. The hardened dependabot.yml (already on main)
now ignores major updates so this cannot recur.
@ahmed-sekka ahmed-sekka merged commit 39632c3 into main May 25, 2026
5 checks passed
@ahmed-sekka ahmed-sekka deleted the fix/revert-broken-boot4 branch May 26, 2026 09:36
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

Successfully merging this pull request may close these issues.

2 participants