Embabel 1.5 Brings Spring Boot 4.x and Spring AI 2.x Support with Simple Migration Steps
The Embabel team has released version 1.5, upgrading support from Spring Boot 3.x/Spring AI 1.x to Spring Boot 4.x/Spring AI 2.x for building AI agents. A developer documenting the migration of a sample application notes that version 1.5.0 contained a bug where Amazon Bedrock's Converse API threw a ClassCastException due to incorrect ToolCallingChatOptions handling, which was resolved in version 1.5.1. The migration itself requires updating the version number in pom.xml to 1.5.1 and declaring a Jackson 3 mapper bean in the main application class, as Spring AI 2.x defaults to Jackson version 3. Once these two changes are made, the application compiles and runs without further modifications. The updated sample application code is available on the author's GitHub repository.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in