Spring Cloud 2025.0.0-M3 (又名 Northfields) 已釋出

版本釋出 | Ryan Baxter | 2025年4月8日 | ...

我代表社群,很高興地宣佈 Spring Cloud 2025.0.0 Release Train 的里程碑 3 (M3) 現已釋出。該版本可在 Spring Milestone 倉庫中找到。您可以檢視 2025.0.0 版本說明以獲取更多資訊

2025.0.0 Release Train 中的顯著變更

此版本中所有變更的完整列表可在 GitHub 上的此專案 中找到。

該版本基於 Spring Boot 3.5.0-M3。

Spring Cloud Stream

  • 新增動態定義繫結的能力,使用 BindingsLifecycleController
  • 新增修改現有繫結的能力,使用 BindingsLifecycleController
  • 修復 Actuator 的 SpEL Expression 序列化問題

Spring Cloud Function

  • 修改 MessageConverterHelper 的行為,以確保使用者可以在單個 Message converter 上強制失敗
  • 確保 header 名稱處理時大小寫不敏感 (RFC 2616)
  • 修復 Kotlin 函式型別發現問題

Spring Cloud Commons

  • 管理 commons 中的 okhttp 版本 (#1470)

Spring Cloud Config

  • Config Server:S3 整合應該與 Git 整合消費相同的檔案 #1829

Spring Cloud Gateway

  • 為 server webmvc 中的函式新增預設路由功能支援 #3716
  • 對請求限速器 lua 指令碼進行效能增強。 #3693
  • 預設函式路由的初始功能 #3691
  • Query param route predicate - QueryRoutePredicateFactory 的擴充套件 #3472
  • 向請求新增 Forwarded-by 頭 #2658

以下模組已作為 2025.0.0-M3 的一部分進行了更新

模組 版本 問題
Spring Cloud Stream 4.3.0-M3 (問題)
Spring Cloud Openfeign 4.3.0-M3 (問題)
Spring Cloud Netflix 4.3.0-M3 (問題)
Spring Cloud Commons 4.3.0-M3 (問題)
Spring Cloud Circuitbreaker 3.3.0-M3 (問題)
Spring Cloud Contract 4.3.0-M3 (問題)
Spring Cloud Consul 4.3.0-M3 (問題)
Spring Cloud Config 4.3.0-M3 (問題)
Spring Cloud Build 4.3.0-M3 (問題)
Spring Cloud Gateway 4.3.0-M3 (問題)
Spring Cloud Function 4.3.0-M3 (問題)
Spring Cloud Starter Build 2025.0.0-M3 (問題)
Spring Cloud Vault 4.3.0-M3 (問題)
Spring Cloud Task 3.3.0-M3 (問題)
Spring Cloud Kubernetes 3.3.0-M3 (問題)
Spring Cloud Zookeeper 4.3.0-M3 (問題)
Spring Cloud Bus 4.3.0-M3 (問題)

一如既往,歡迎透過 GitHubGitterStack OverflowTwitter 提供反饋。

使用帶有 BOM (僅依賴管理) 的 Maven 開始


    <repositories>
        <repository>
            <id>spring-milestones</id>
            <name>Spring Milestones</name>
            <url>https://repo.spring.io/milestone</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>2025.0.0-M3</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
<dependencies>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-config</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
    </dependency>
    ...
</dependencies>

或使用 Gradle

buildscript {
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:1.0.2.RELEASE"
}
}

repositories {
maven {
url 'https://repo.spring.io/milestone'
}
}

apply plugin: "io.spring.dependency-management"

dependencyManagement {
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2025.0.0-M3'
}
}

dependencies {
compile 'org.springframework.cloud:spring-cloud-starter-config'
compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
...
}

訂閱 Spring 新聞通訊

透過 Spring 新聞通訊瞭解最新動態

訂閱

搶先一步

VMware 提供培訓和認證,助您快速提升。

瞭解更多

獲取支援

Tanzu Spring 在一個簡單的訂閱中提供對 OpenJDK™、Spring 和 Apache Tomcat® 的支援和二進位制檔案。

瞭解更多

近期活動

檢視 Spring 社群的所有近期活動。

檢視全部