//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
Profile
Loading...
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.
3d
3d
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...