Java Champion / Alexa Champion / Author of βSpring AI in Actionβ, βSpring in Actionβ & βBuild Talking Apps for Alexaβ/ Disney Parks Fanatic/ tabletop games player.
https://www.habuma.com
CrAIg Walls
Loading...
Bringing all of the Spring AI Recipes forward to 2.0.0-RC2 was done late at night. I think I've found all of the breaking changes, but there's always a chance something slipped through.
If you spot an issue, please let me know Your feedback helps keep the recipes useful for everyone.
Spring AI 2.0.0 is almost here.
To prepare, I've updated all Spring AI Recipes and code samples to Spring AI 2.0.0-RC2 so they're aligned with the APIs and features headed toward the 2.0 release.
Recipes: www.habuma.com/springaireci...
Code: github.com/habuma/sprin...
#SpringAI #Java #GenAI
π Spring AI 2.0.0-RC1 is now on Maven Central!
Highlights:
π§ Unified tool execution via ToolCallingAdvisor
π On-demand tool discovery with ToolSearchToolCallingAdvisor
π¦ MCP SDK upgraded to 2.0.0-RC1 and more details on spring.io/blog/2026/06...
π Spring AI 2.0.0 GA is now available!
ποΈ Improved foundations: Spring Boot 4 baseline, null-safety, Jackson 3, re-designed options
π€ Agentic improvements: unified tool calling, tool search, self-correcting output
π MCP 2025-11-25 spec integration
spring.io/blog/2026/06...
π Spring AI 2.0.0-RC2 is out and one more step to GA!
β Configurable HTTP clients for OpenAI & Anthropic
β Restored Spring Framework < 7.0.4 compatibility
β Multi-turn thinking fixed for Ollama & OpenAI, bug fixes and more on spring.io/blog/2026/06...
Over the past two months I've published more than 20 Spring AI recipes.
If you've missed any, here's the complete collection: www.habuma.com/springaireci...
I'm excited about a few of the recipes coming next week, including one from my "Test Kitchen" showing something I've been experimenting with.
LLMs know a lot, but they don't know everything. With RAG, you can teach an AI about documents it has never seen before without retraining a model. #SpringAI #RAG
medium.com/@thetalkinga...