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

推荐订阅源

SecWiki News
SecWiki News
M
MIT News - Artificial intelligence
博客园 - 司徒正美
I
InfoQ
V
V2EX
L
LangChain Blog
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
H
Help Net Security
美团技术团队
Y
Y Combinator Blog
G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
博客园 - 聂微东
The Register - Security
The Register - Security
F
Full Disclosure
S
Securelist
G
GRAHAM CLULEY
Cyberwarzone
Cyberwarzone
F
Fox-IT International blog
H
Hacker News: Front Page
C
Cisco Blogs
D
Docker
L
LINUX DO - 热门话题
Google Online Security Blog
Google Online Security Blog
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
ThreatConnect
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
J
Java Code Geeks
宝玉的分享
宝玉的分享
Project Zero
Project Zero
L
LINUX DO - 最新话题
博客园_首页
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
博客园 - 叶小钗

Spring

A Bootiful Podcast: Hadi Hariri, Jetbrains legend Spring Office Hours Podcast: S5E16 - May Release Train Shift & What's Coming in Spring Boot 4.1 This Week in Spring - May 19th, 2026 A Bootiful Podcast: the legendary Adib Saikali This Week in Spring - May 12th, 2026 Spring Office Hours Podcast: S5E15 - Upgrading Spring and OSS Security May Release Train Date Changes 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 A Bootiful Podcast: Daniel Garnier-Moiroux on his new book 'Testing Spring Boot Applications' This Week in Spring - May 5th, 2026 Spring Office Hours Podcast: S5E14 - Spec Driven Development with Simon Martinelli Ronald Dehuysser, founder of JobRunr, on their ambitious new JavaClaw-like agent runtime This Week in Spring - April 28th, 2026 Spring AI 1.0.6, 1.1.5, 2.0.0-M5 Available Now Spring Shell 4.0.2 is out! Spring Modulith 2.1 RC1, 2.0.6, and 1.4.11 released Spring Boot 4.0.6 available now Spring Boot 4.1.0-RC1 available now Spring Boot 3.5.14 available now A Bootiful Podcast: A Bootiful Podcast: Dr. Venkat Subramaniam and James Ward on Intelligent Kotlin and So Much More Spring for Apache Pulsar 1.2.17 and 2.0.5 are now available Spring for Apache Kafka 4.1.0-RC1, 4.0.5, and 3.3.15 Available Spring Integration 7.1.0-RC1 Available Spring Security 2026.04 Releases - Contains CVE Fixes Spring Authorization Server 1.5.7 Available Now This Week in Spring - April 21st, 2026 Spring Vault 4.1.0-RC1 and 4.0.2 released Spring Framework 6.2.18 and 7.0.7 Available Now Spring Data 2025.1.5 and 2025.0.11 released Spring Data 2026.0.0-RC1 enters release candidate phase A Bootiful Podcast: the legendary Craig Walls Spring AI Agentic Patterns (Part 7): Session API — Event-Sourced Short-Term Memory with Context Compaction This Week in Spring - April 14th, 2026 Catch the Spring Team at Spring I/O 2026! Spring Office Hours Podcast: S5E12 - Developer Soft Skills with Arun Gupta A Bootiful Podcast: Mark Kropf on AI orchestration Spring AI Agentic Patterns (Part 6): AutoMemoryTools — Persistent Agent Memory Across Sessions
Spring AI 1.0.8, 1.1.7, 2.0.0-M7 Available Now
ilayaperumal · 2026-05-23 · via Spring

On behalf of the Spring AI engineering team and everyone who has contributed, I'm happy to announce that Spring AI 1.0.8, 1.1.7, 2.0.0-M7 have been released and are now available from Maven Central.

These releases deliver important improvements, stability enhancements, and bug fixes across multiple release streams.

Release Summary

These releases include improvements, bug fixes, and documentation updates. See individual release notes: 1.0.8 | 1.1.7 | 2.0.0-M7

In addition, the 1.1.7 and 2.0.0-M7 releases contain security fixes for CVE-2026-41863.

Thanks to all those who have contributed with issue reports and pull requests.

Version-Specific Highlights

Spring AI 1.0.8

  • Fixed RedisVectorStore#doDelete silently truncating deletes to the first 10 messages #6068

View complete release notes →

Spring AI 1.1.7

  • Fixed Ollama compatibility with GraalVM native images #6064
  • Fixed OpenAiChatModel dropping streaming chunks due to an internal switchMap when using buffered concatMap #6122

View complete release notes →

Spring AI 2.0.0-M7

Breaking changes: Please see the upgrade notes for the list of breaking changes as part of this release.

MCP transport changes: SSE transports are now deprecated; Streamable HTTP is the new default server protocol #5969.

ToolCallAdvisor becomes the default and standard way tool calls are handled in the advisor chain #5459.

New ToolSpec fluent API for defining tools programmatically #6085.

Gemini updates: Updated to Gemini 2.5 Flash and refreshed the Google Client Library BOM #6003, #6112.

Notable bug fixes:

  • ChatClient#prompt ignoring chat options from prompt #6072
  • Kotlin nullable fields incorrectly marked as required in MCP tool input schema #5978
  • Docker Model Runner error introduced in 2.0.0-M6 #6036

View complete release notes →

What's Next

The Spring AI team continues to focus on improving AI application development with Spring Boot. Based on the momentum from these releases, upcoming versions will build on these foundations with enhanced capabilities and developer experience improvements.

For the latest updates and to contribute to the project, visit our GitHub repository or join the discussion in our community channels.

Resources

Project Page | GitHub | Issues | Stack Overflow

Documentation: 1.0.8 Docs | 1.1.7 Docs | 2.0.0-M7 Docs