Skip to content

Commit 14be134

Browse files
committed
Use Spring Cloud 2025.1.0-M1 when Spring Boot 4.0.x is selected
Closes gh-1890
1 parent 7f21cc1 commit 14be134

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

start-site/src/main/resources/application.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ initializr:
9797
version: 2024.0.2
9898
- compatibilityRange: "[3.5.0-M1,4.0.0-M1)"
9999
version: 2025.0.0
100+
- compatibilityRange: "[4.0.0-M1,4.1.0-M1)"
101+
version: 2025.1.0-M1
100102
spring-cloud-azure:
101103
groupId: com.azure.spring
102104
artifactId: spring-cloud-azure-dependencies
@@ -1161,7 +1163,7 @@ initializr:
11611163
href: https://java.testcontainers.org/
11621164
- name: Contract Verifier
11631165
bom: spring-cloud
1164-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1166+
compatibilityRange: "[3.4.0,4.1.0-M1)"
11651167
id: cloud-contract-verifier
11661168
description: Moves TDD to the level of software architecture by enabling Consumer Driven Contract (CDC) development.
11671169
groupId: org.springframework.cloud
@@ -1172,7 +1174,7 @@ initializr:
11721174
href: https://docs.spring.io/spring-cloud-contract/reference/
11731175
- name: Contract Stub Runner
11741176
bom: spring-cloud
1175-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1177+
compatibilityRange: "[3.4.0,4.1.0-M1)"
11761178
id: cloud-contract-stub-runner
11771179
description: Stub Runner for HTTP/Messaging based communication. Allows creating WireMock stubs from RestDocs tests.
11781180
groupId: org.springframework.cloud
@@ -1197,7 +1199,7 @@ initializr:
11971199
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/data/nosql.html#data.nosql.ldap.embedded
11981200
- name: Spring Cloud
11991201
bom: spring-cloud
1200-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1202+
compatibilityRange: "[3.4.0,4.1.0-M1)"
12011203
content:
12021204
- name: Cloud Bootstrap
12031205
id: cloud-starter
@@ -1229,7 +1231,7 @@ initializr:
12291231
href: https://docs.spring.io/spring-cloud-task/reference/
12301232
- name: Spring Cloud Config
12311233
bom: spring-cloud
1232-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1234+
compatibilityRange: "[3.4.0,4.1.0-M1)"
12331235
content:
12341236
- name: Config Client
12351237
id: cloud-config-client
@@ -1276,7 +1278,7 @@ initializr:
12761278
href: https://docs.spring.io/spring-cloud-consul/reference/
12771279
- name: Spring Cloud Discovery
12781280
bom: spring-cloud
1279-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1281+
compatibilityRange: "[3.4.0,4.1.0-M1)"
12801282
content:
12811283
- name: Eureka Discovery Client
12821284
id: cloud-eureka
@@ -1318,15 +1320,15 @@ initializr:
13181320
href: https://docs.spring.io/spring-cloud-consul/reference/discovery.html
13191321
- name: Spring Cloud Routing
13201322
bom: spring-cloud
1321-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1323+
compatibilityRange: "[3.4.0,4.1.0-M1)"
13221324
content:
13231325
- name: Gateway
13241326
id: cloud-gateway
13251327
mappings:
13261328
- compatibility-range: "[3.4.0,3.5.0-M1)"
13271329
groupId: org.springframework.cloud
13281330
artifactId: spring-cloud-starter-gateway-mvc
1329-
- compatibility-range: "[3.5.0-M1,4.0.0-M1)"
1331+
- compatibility-range: "[3.5.0-M1,4.1.0-M1)"
13301332
groupId: org.springframework.cloud
13311333
artifactId: spring-cloud-starter-gateway-server-webmvc
13321334
description: Provides a simple, yet effective way to route to APIs in Servlet-based applications. Provides cross-cutting concerns to those APIs such as security, monitoring/metrics, and resiliency.
@@ -1339,7 +1341,7 @@ initializr:
13391341
- compatibility-range: "[3.4.0,3.5.0-M1)"
13401342
groupId: org.springframework.cloud
13411343
artifactId: spring-cloud-starter-gateway
1342-
- compatibility-range: "[3.5.0-M1,4.0.0-M1)"
1344+
- compatibility-range: "[3.5.0-M1,4.1.0-M1)"
13431345
groupId: org.springframework.cloud
13441346
artifactId: spring-cloud-starter-gateway-server-webflux
13451347
description: Provides a simple, yet effective way to route to APIs in reactive applications. Provides cross-cutting concerns to those APIs such as security, monitoring/metrics, and resiliency.
@@ -1375,7 +1377,7 @@ initializr:
13751377
href: https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/loadbalancer.html
13761378
- name: Spring Cloud Circuit Breaker
13771379
bom: spring-cloud
1378-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1380+
compatibilityRange: "[3.4.0,4.1.0-M1)"
13791381
content:
13801382
- name: Resilience4J
13811383
id: cloud-resilience4j
@@ -1387,7 +1389,7 @@ initializr:
13871389
href: https://docs.spring.io/spring-cloud-circuitbreaker/reference/spring-cloud-circuitbreaker-resilience4j.html
13881390
- name: Spring Cloud Messaging
13891391
bom: spring-cloud
1390-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1392+
compatibilityRange: "[3.4.0,4.1.0-M1)"
13911393
content:
13921394
- name: Cloud Bus
13931395
id: cloud-bus

0 commit comments

Comments
 (0)