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

推荐订阅源

GbyAI
GbyAI
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
V
V2EX
Cloudbric
Cloudbric
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
量子位
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
K
Kaspersky official blog
博客园 - 【当耐特】
T
Tenable Blog
L
Lohrmann on Cybersecurity
The Cloudflare Blog
S
Schneier on Security
A
Arctic Wolf
Latest news
Latest news
C
Cyber Attacks, Cyber Crime and Cyber Security
罗磊的独立博客
T
The Exploit Database - CXSecurity.com
Cisco Talos Blog
Cisco Talos Blog
小众软件
小众软件
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学
Simon Willison's Weblog
Simon Willison's Weblog
雷峰网
雷峰网
NISL@THU
NISL@THU
人人都是产品经理
人人都是产品经理
月光博客
月光博客
J
Java Code Geeks
V
Visual Studio Blog
S
Security Affairs
博客园 - Franky
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
H
Heimdal Security Blog
有赞技术团队
有赞技术团队
V2EX - 技术
V2EX - 技术
AWS News Blog
AWS News Blog
G
GRAHAM CLULEY
T
Troy Hunt's Blog
SecWiki News
SecWiki News
Spread Privacy
Spread Privacy
宝玉的分享
宝玉的分享
www.infosecurity-magazine.com
www.infosecurity-magazine.com
博客园 - 聂微东

Spring Releases

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 Cloud Function and Config Have Been Released To Address Several CVEs Spring AI 1.0.6, 1.1.5, 2.0.0-M5 Available Now Spring Modulith 2.1 RC1, 2.0.6, and 1.4.11 released Spring Shell 4.0.2 is out! Spring Boot 3.5.14 available now Spring Boot 4.0.6 available now Spring Boot 4.1.0-RC1 available now Spring for Apache Kafka 4.1.0-RC1, 4.0.5, and 3.3.15 Available Spring for Apache Pulsar 1.2.17 and 2.0.5 are now available Spring Authorization Server 1.5.7 Available Now Spring Security 2026.04 Releases - Contains CVE Fixes Spring Integration 7.1.0-RC1 Available Spring Vault 4.1.0-RC1 and 4.0.2 released Spring Data 2026.0.0-RC1 enters release candidate phase Spring Data 2025.1.5 and 2025.0.11 released Spring Framework 6.2.18 and 7.0.7 Available Now Spring Cloud 2025.0.2 (aka Northfields) Has Been Released Spring Modulith 2.1 M4, 2.0.5, and 1.4.10 released Spring AI 2.0.0-M4, 1.1.4 and 1.0.5 are available now Spring Boot 3.5.13 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.