惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
宝玉的分享
宝玉的分享
V
V2EX
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
美团技术团队
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
B
Blog RSS Feed

Spring Releases

Spring Tools 5.4.0 released Spring Modulith 2.2 M1, 2.1.1, 2.0.8, and 1.4.13 released Spring AI 2.0.1 Available Now Spring AMQP 4.2.0-M1 Available Spring Integration 7.2.0-M1 Available Spring Batch 6.0.5 and 6.1.0-M1 available now Spring Boot 4.0.8 available now Spring Boot 4.1.1 available now Spring Boot 4.2.0-M1 available now Spring Cloud 2025.1.3 (aka Oakwood) Has Been Released Spring Tools 5.3.0 released Spring Boot 3.5.16 available now Spring Data 2025.0.13 released Spring AI 1.0.9, 1.1.8 Available Now Spring AI 2.0.0 GA Available Now Spring Modulith 2.1 GA, 2.0.7, and 1.4.12 released Spring Shell 4.0.3 and 3.4.3 are out! Spring Cloud 2025.0.3 (aka Northfields) Has Been Released Spring Cloud 2025.1.2 (aka Oakwood) Has Been Released Spring for GraphQL 1.4.6 and 2.0.4 released Spring gRPC 1.1.0 available now Spring Vault 4.0.3 and 3.2.1 available Spring Vault 4.1 Generally Available Spring Batch 6.0.4 and 5.2.6 available now Spring Boot 3.5.15 available now Spring Boot 4.0.7 available now Spring AI 2.0.0-RC1 Available Now Spring AI 2.0.0-M8 Available Now Spring AI 1.0.8, 1.1.7, 2.0.0-M7 Available Now Spring AI 1.0.7, 1.1.6, 2.0.0-M6 Available Now
Spring Tools 5.2.0 released
martinlipper · 2026-06-15 · via Spring Releases

On behalf of the team and everyone who has contributed, I am pleased to announce the 5.2.0 release of the Spring Tools for Visual Studio Code, Cursor, Eclipse, Theia - and Claude Code.

Hightlights

  • Claude Code Plugin (Experimental): introduced a new experimental plugin for Claude Code, providing:
    • An Embedded MCP Server: exposes Spring-specific static project analytics to the LLM (including Spring specific problems + fixes as well as indexing information)
    • Skills: a set of Claude Code skills (such as validation and quickfixes) to guide the LLM when and how to use the embedded MCP server when working with Spring projects
    • Installation: please see the Claude Code Plugin README
    • Feedback: since this is an early access experimental implementation, your feedback would be more than welcome (via GitHub issues)
  • Enhanced Embedded MCP Server: added more capabilities and automatic configuration (Eclipse Copilot) for the embedded MCP server
    • when using GitHub Copilot together with the Spring Tools in an Eclipse-based environment, the Spring Tools embedded MCP server gets automatically configured for Copilot
  • Support for Spring AI: added overall support for indexing and validating Spring AI projects
    • indexes and validates the commonly used Spring AI annotations to give you overviews and feedback of your Spring AI projects
  • Maven Repository Validation: added and polished maven repository-based version validation and latest patch quick fix based on build file configured repos
    • this allows you to take versions from your configured (company-internal or commercial) Maven repositories into account instead of purely validating against GA versions from spring.io
  • Support for Type-Safe Property References: support for automatically refactoring string-based properties to type-safe references
    • when using the latest versions of Spring Data, validations show up for string-based property access and allows you to refactor to the corresponding type-safe variant

Updates to the Spring Tools for Eclipse distribution

Detailed changes can be found in the release notes: https://github.com/spring-projects/spring-tools/releases/tag/5.2.0.RELEASE

Downloads

To download the distribution for Eclipse and find links to the marketplace entries for Visual Studio Code, Cursor, and Theia, please go visit:

Next up is the 5.3.0 release, currently scheduled for mid September 2026.