Spring Security 7.1.0-M1 available now
On behalf of the team and everyone who has contributed, I am pleased to announce the milestone release of Spring Security 7.1.0-M1.
Please see the Spring Security 7.1.0-M1 release notes for more details.
Spring Data 2025.1.2 & 2025.0.8 released
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of the 2025.1.2 and 2025.0.8 service releases. These releases ship with dependency upgrades, minor AOT and performance refinements as well as bug fixes.
The upcoming Spring Boot releases will pick up the above releases by next week.
2025.1.2
- Spring Data Commons
4.0.2- Javadoc - Documentation - Changelog - Spring Data JPA
4.0.2- Javadoc - Documentation - Changelog - Spring Data Neo4j
8.0.2- Javadoc - Documentation - Changelog - Spring Data for Apache Cassandra
5.0.2- Javadoc - Documentation - Changelog - Spring Data MongoDB
5.0.2- Javadoc - Documentation - Changelog - Spring Data KeyValue
4.0.2- Javadoc - Documentation - Changelog - Spring Data LDAP
4.0.2- Javadoc - Documentation - Changelog - Spring Data REST
5.0.2- Javadoc - Documentation - Changelog - Spring Data Redis
4.0.2- Javadoc - Documentation - Changelog - Spring Data Elasticsearch
6.0.2- Javadoc - Documentation - …
Spring AI Agentic Patterns (Part 2): AskUserQuestionTool - Agents That Clarify Before Acting
Traditional AI interactions follow a common pattern: you provide a prompt, the AI makes assumptions, and produces a response. When those assumptions don't match your needs, you're left iterating through corrections. Each assumption creates rework—wasting time and context.
What if your AI agent could ask you clarifying questions before providing answers?
The AskUserQuestionTool addresses this. It allows the AI agent to ask clarifying questions before answering, gathers requirements interactively, and creates a specification aligned with your actual needs from the start.
Spring AI's…
Spring Framework 7.0.3 Available Now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 7.0.3 is available now.
Spring Framework 7.0.3 ships with 65 fixes and documentation improvements.
This version will be shipped next week with Spring Boot 4.0.2.
This release brings a noteworthy change - Spring Framework will now lazily pause an unused test ApplicationContext the 1st time a different context is used.
You can override this behavior by setting the spring.test.context.cache.pause property to ALWAYS, or disable pausing altogether by setting that to NEVER.
Check out the release notes
and reference documentation
to learn…
A Bootiful Podcast: Jonatan Ivanov on how to measure all the things with Micrometer
Hi, Spring fans! This week we catch up with the observably awesome Jonatan Ivanov on how to measure all the things with Micrometer
This Week in Spring - January 13th, 2026
Hi, Spring fans, and welcome to another installment of This Week in Spring! It's the 13th of January, 2026, and it's been quite the week indeed! Let's dive right into it!
- Nobody, and I mean nobody, asked. So I put together a video on how to use Spring WS to build SOAP-based services in 2026. Hey, SOAP may be legacy but the legacy endures in a lot of places and there's no reason you can't modernize those systems and services to use Spring Boot 4, GraalVM, and OAuth, as I show in this video.
- In last week's installment of A Bootiful Podcast, I talked to Spring Security lead Rob Winch on Spring Security 7
- Spring gRPC 1.0.1 is available now
- I love this blog from Embabel creator Rod Johnson: RAG pipelines are the past, agentic is the future
- I know this doesn't have anything to do with Spring, per se, but I find it …
Spring AI Agentic Patterns (Part 1): Agent Skills - Modular, Reusable Capabilities
Agent Skills are modular folders of instructions, scripts, and resources that AI agents can discover and load on demand. Instead of hardcoding knowledge into prompts or creating specialized tools for every task, skills provide a flexible way to extend agent capabilities.
Spring AI's implementation brings Agent Skills to the Java ecosystem, ensuring LLM portability—define your skills once and use them with OpenAI, Anthropic, Google Gemini, or any other supported model.
This is the first post in our Spring AI Agentic Patterns series. This series explores the spring-ai-agent-utils toolkit—an extensive set of agentic patterns for Spring AI, inspired by Claude Code. We'll cover Agent Skills (this post), followed by Task Management, AskUserQuestion for interactive…
A Bootiful Podcast: Spring Security lead Rob Winchon Spring Security 7
Hi, Spring fans! In this installment, I have the privilege of sitting down and talking to the legendary Rob Winch, lead of Spring Security, Spring Session, and the amazing Testjars project.
Spring gRPC 1.0.1 Available Now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring gRPC 1.0.1 maintenance release is available from Maven Central.
Please see the release notes for more details blog for upgrade instructions.
We want to take this opportunity to again thank all our users and contributors.
Project Page | GitHub | Issues