Skip to content

Upgrade to Spring AI 2.0.0-M7 and fix breaking API changes#52

Merged
tzolov merged 1 commit into
mainfrom
spring-ai-M7-upgrade
May 25, 2026
Merged

Upgrade to Spring AI 2.0.0-M7 and fix breaking API changes#52
tzolov merged 1 commit into
mainfrom
spring-ai-M7-upgrade

Conversation

@tzolov
Copy link
Copy Markdown
Contributor

@tzolov tzolov commented May 25, 2026

  • Bump spring-ai.version from 2.0.0-M3 to 2.0.0-M7
  • ChatClient.Builder.defaultOptions() now takes ChatOptions.Builder instead of ChatOptions — remove .build() call in ClaudeSubagentExecutor
  • ToolCallingChatOptions is now immutable; replace setToolCallbacks() mutation with mutate().toolCallbacks().build() in AutoMemoryToolsAdvisor
  • Update AutoMemoryToolsAdvisorTest to use DefaultToolCallingChatOptions.builder() instead of the removed setter

- Bump spring-ai.version from 2.0.0-M3 to 2.0.0-M7
- ChatClient.Builder.defaultOptions() now takes ChatOptions.Builder instead of ChatOptions — remove .build() call in ClaudeSubagentExecutor
- ToolCallingChatOptions is now immutable; replace setToolCallbacks() mutation with mutate().toolCallbacks().build() in AutoMemoryToolsAdvisor
- Update AutoMemoryToolsAdvisorTest to use DefaultToolCallingChatOptions.builder() instead of the removed setter

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
@tzolov tzolov added this to the 0.8.0 milestone May 25, 2026
@tzolov tzolov merged commit c25a0d1 into main May 25, 2026
1 check passed
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.

1 participant