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

推荐订阅源

L
LINUX DO - 最新话题
云风的 BLOG
云风的 BLOG
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
美团技术团队
V
Visual Studio Blog
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
D
Docker
宝玉的分享
宝玉的分享
小众软件
小众软件
U
Unit 42
A
About on SuperTechFans
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
G
Google Developers Blog
The Cloudflare Blog
H
Help Net Security
B
Blog
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
I
Intezer
P
Privacy International News Feed
V
Vulnerabilities – Threatpost
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyberwarzone
Cyberwarzone
C
Cyber Attacks, Cyber Crime and Cyber Security
Blog — PlanetScale
Blog — PlanetScale
C
Cisco Blogs
Project Zero
Project Zero
腾讯CDC
Help Net Security
Help Net Security
Latest news
Latest news
A
Arctic Wolf
T
The Exploit Database - CXSecurity.com
B
Blog RSS Feed
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The Hacker News
The Hacker News
P
Palo Alto Networks Blog
AI
AI
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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.