Function Calling for AI Agents: A Deep Dive with Spring AI

This note explores the theory behind AI Agent function calling and dives into how Spring AI implements it.

May 20, 2025 路 8 min 路 Alexis SEGURA

Spring Boot @MockBean and @SpyBean Are Saying Goodbye

Since Spring Boot 3.4.0, @MockBean and @SpyBean annotations in spring-boot-test are deprecated. In favor of @MockitoBean and @MockitoSpyBean annotations from spring-test.

April 3, 2025 路 3 min 路 Alexis SEGURA