Skip to content

Commit df6d03e

Browse files
committed
Make compatibilityRange less confusing for dependencies which support up to Boot 3.5
1 parent 46f7f6b commit df6d03e

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ initializr:
4848
mappings:
4949
- compatibilityRange: "[3.4.0,3.5.0-M1)"
5050
version: 3.4.7
51-
- compatibilityRange: "[3.5.0,3.6.0-M1)"
51+
- compatibilityRange: "[3.5.0,4.0.0-M1)"
5252
version: 3.5.0
5353
netflix-dgs:
5454
groupId: com.netflix.graphql.dgs
@@ -57,14 +57,14 @@ initializr:
5757
mappings:
5858
- compatibilityRange: "[3.4.0,3.5.0-M1)"
5959
version: 10.1.2
60-
- compatibilityRange: "[3.5.0,3.6.0-M1)"
60+
- compatibilityRange: "[3.5.0,4.0.0-M1)"
6161
version: 10.2.1
6262
sentry:
6363
groupId: io.sentry
6464
artifactId: sentry-bom
6565
versionProperty: sentry.version
6666
mappings:
67-
- compatibilityRange: "[3.4.0,3.6.0-M1)"
67+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
6868
version: 8.16.0
6969
solace-spring-boot:
7070
groupId: com.solace.spring.boot
@@ -85,7 +85,7 @@ initializr:
8585
artifactId: spring-ai-bom
8686
versionProperty: spring-ai.version
8787
mappings:
88-
- compatibilityRange: "[3.4.0,3.6.0-M1)"
88+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
8989
version: 1.0.0
9090
spring-cloud:
9191
groupId: org.springframework.cloud
@@ -95,7 +95,7 @@ initializr:
9595
mappings:
9696
- compatibilityRange: "[3.4.0,3.5.0-M1)"
9797
version: 2024.0.2
98-
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
98+
- compatibilityRange: "[3.5.0-M1,4.0.0-M1)"
9999
version: 2025.0.0
100100
spring-cloud-azure:
101101
groupId: com.azure.spring
@@ -112,7 +112,7 @@ initializr:
112112
mappings:
113113
- compatibilityRange: "[3.4.0,3.5.0-M1)"
114114
version: 6.3.0
115-
- compatibilityRange: "[3.5.0,3.6.0-M1)"
115+
- compatibilityRange: "[3.5.0,4.0.0-M1)"
116116
version: 7.0.0
117117
spring-cloud-services:
118118
groupId: io.pivotal.spring.cloud
@@ -122,14 +122,14 @@ initializr:
122122
mappings:
123123
- compatibilityRange: "[3.4.0,3.5.0-M1)"
124124
version: 4.2.0
125-
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
125+
- compatibilityRange: "[3.5.0-M1,4.0.0-M1)"
126126
version: 4.3.0
127127
spring-grpc:
128128
groupId: org.springframework.grpc
129129
artifactId: spring-grpc-dependencies
130130
versionProperty: spring-grpc.version
131131
mappings:
132-
- compatibilityRange: "[3.4.0,3.6.0-M1)"
132+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
133133
version: 0.9.0
134134
spring-modulith:
135135
groupId: org.springframework.modulith
@@ -138,7 +138,7 @@ initializr:
138138
mappings:
139139
- compatibilityRange: "[3.4.0,3.5.0-M1)"
140140
version: 1.3.7
141-
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
141+
- compatibilityRange: "[3.5.0-M1,4.0.0-M1)"
142142
version: 1.4.1
143143
spring-shell:
144144
groupId: org.springframework.shell
@@ -159,7 +159,7 @@ initializr:
159159
artifactId: timefold-solver-bom
160160
versionProperty: timefold-solver.version
161161
mappings:
162-
- compatibilityRange: "[3.4.0,3.6.0-M1)"
162+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
163163
version: 1.24.0
164164
vaadin:
165165
groupId: com.vaadin
@@ -168,7 +168,7 @@ initializr:
168168
mappings:
169169
- compatibilityRange: "[3.4.0,3.5.0-M1)"
170170
version: 24.7.11
171-
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
171+
- compatibilityRange: "[3.5.0-M1,4.0.0-M1)"
172172
version: 24.8.3
173173
platform:
174174
compatibilityRange: "3.4.0"
@@ -228,7 +228,7 @@ initializr:
228228
- name: Spring Modulith
229229
id: modulith
230230
bom: spring-modulith
231-
compatibilityRange: "[3.4.0,3.6.0-M1)"
231+
compatibilityRange: "[3.4.0,4.0.0-M1)"
232232
group-id: org.springframework.modulith
233233
artifact-id: spring-modulith-starter-core
234234
description: Support for building modular monolithic applications.
@@ -417,7 +417,7 @@ initializr:
417417
artifactId: vaadin-spring-boot-starter
418418
description: The full-stack web app platform for Spring. Build views fully in Java with Flow, or in React using Hilla.
419419
bom: vaadin
420-
compatibilityRange: "[3.4.0,3.6.0-M1)"
420+
compatibilityRange: "[3.4.0,4.0.0-M1)"
421421
links:
422422
- rel: guide
423423
href: https://spring.io/guides/gs/crud-with-vaadin/
@@ -429,7 +429,7 @@ initializr:
429429
groupId: com.netflix.graphql.dgs
430430
artifactId: graphql-dgs-spring-graphql-starter
431431
description: Build GraphQL applications with Netflix DGS and Spring for GraphQL.
432-
compatibilityRange: "[3.4.0,3.6.0-M1)"
432+
compatibilityRange: "[3.4.0,4.0.0-M1)"
433433
bom: netflix-dgs
434434
links:
435435
- rel: reference
@@ -441,9 +441,9 @@ initializr:
441441
groupId: io.github.wimdeblauwe
442442
artifactId: htmx-spring-boot
443443
description: Build modern user interfaces with the simplicity and power of hypertext.
444-
compatibilityRange: "[3.4.0,3.6.0-M1)"
444+
compatibilityRange: "[3.4.0,4.0.0-M1)"
445445
mappings:
446-
- compatibilityRange: "[3.4.0,3.6.0-M1)"
446+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
447447
version: 4.0.1
448448
links:
449449
- rel: reference
@@ -897,11 +897,11 @@ initializr:
897897
href: https://rsocket.io/
898898
- name: Apache Camel
899899
id: camel
900-
compatibilityRange: "[3.4.0,3.6.0-M1)"
900+
compatibilityRange: "[3.4.0,4.0.0-M1)"
901901
mappings:
902902
- compatibilityRange: "[3.4.0,3.5.0-M1)"
903903
version: 4.11.0
904-
- compatibilityRange: "[3.5.0,3.6.0-M1)"
904+
- compatibilityRange: "[3.5.0,4.0.0-M1)"
905905
version: 4.13.0
906906
description: Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
907907
groupId: org.apache.camel.springboot
@@ -978,7 +978,7 @@ initializr:
978978
id: spring-grpc
979979
groupId: org.springframework.grpc
980980
artifactId: spring-grpc-spring-boot-starter
981-
compatibilityRange: "[3.4.0,3.6.0-M1)"
981+
compatibilityRange: "[3.4.0,4.0.0-M1)"
982982
description: Support for gRPC, a high performance, open source universal RPC framework.
983983
bom: spring-grpc
984984
links:
@@ -1012,7 +1012,7 @@ initializr:
10121012
groupId: de.codecentric
10131013
artifactId: spring-boot-admin-starter-client
10141014
description: Required for your application to register with a Codecentric's Spring Boot Admin Server instance.
1015-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1015+
compatibilityRange: "[3.4.0,4.0.0-M1)"
10161016
bom: codecentric-spring-boot-admin
10171017
links:
10181018
- rel: reference
@@ -1022,7 +1022,7 @@ initializr:
10221022
groupId: de.codecentric
10231023
artifactId: spring-boot-admin-starter-server
10241024
description: A community project to manage and monitor your Spring Boot applications. Provides a UI on top of the Spring Boot Actuator endpoints.
1025-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1025+
compatibilityRange: "[3.4.0,4.0.0-M1)"
10261026
bom: codecentric-spring-boot-admin
10271027
links:
10281028
- rel: reference
@@ -1031,7 +1031,7 @@ initializr:
10311031
id: sentry
10321032
bom: sentry
10331033
description: Application performance monitoring and error tracking that help software teams see clearer, solve quicker, and learn continuously.
1034-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1034+
compatibilityRange: "[3.4.0,4.0.0-M1)"
10351035
groupId: io.sentry
10361036
artifactId: sentry-spring-boot-starter-jakarta
10371037
links:
@@ -1120,7 +1120,7 @@ initializr:
11201120
starter: false
11211121
- name: Wavefront
11221122
id: wavefront
1123-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1123+
compatibilityRange: "[3.4.0,4.0.0-M1)"
11241124
description: Publish metrics and optionally distributed traces to Tanzu Observability by Wavefront, a SaaS-based metrics monitoring and analytics platform that lets you visualize, query, and alert over data from across your entire stack.
11251125
groupId: io.micrometer
11261126
artifactId: micrometer-registry-wavefront
@@ -1159,7 +1159,7 @@ initializr:
11591159
href: https://java.testcontainers.org/
11601160
- name: Contract Verifier
11611161
bom: spring-cloud
1162-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1162+
compatibilityRange: "[3.4.0,4.0.0-M1)"
11631163
id: cloud-contract-verifier
11641164
description: Moves TDD to the level of software architecture by enabling Consumer Driven Contract (CDC) development.
11651165
groupId: org.springframework.cloud
@@ -1170,7 +1170,7 @@ initializr:
11701170
href: https://docs.spring.io/spring-cloud-contract/reference/
11711171
- name: Contract Stub Runner
11721172
bom: spring-cloud
1173-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1173+
compatibilityRange: "[3.4.0,4.0.0-M1)"
11741174
id: cloud-contract-stub-runner
11751175
description: Stub Runner for HTTP/Messaging based communication. Allows creating WireMock stubs from RestDocs tests.
11761176
groupId: org.springframework.cloud
@@ -1195,7 +1195,7 @@ initializr:
11951195
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/data/nosql.html#data.nosql.ldap.embedded
11961196
- name: Spring Cloud
11971197
bom: spring-cloud
1198-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1198+
compatibilityRange: "[3.4.0,4.0.0-M1)"
11991199
content:
12001200
- name: Cloud Bootstrap
12011201
id: cloud-starter
@@ -1227,7 +1227,7 @@ initializr:
12271227
href: https://docs.spring.io/spring-cloud-task/reference/
12281228
- name: Spring Cloud Config
12291229
bom: spring-cloud
1230-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1230+
compatibilityRange: "[3.4.0,4.0.0-M1)"
12311231
content:
12321232
- name: Config Client
12331233
id: cloud-config-client
@@ -1274,7 +1274,7 @@ initializr:
12741274
href: https://docs.spring.io/spring-cloud-consul/reference/
12751275
- name: Spring Cloud Discovery
12761276
bom: spring-cloud
1277-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1277+
compatibilityRange: "[3.4.0,4.0.0-M1)"
12781278
content:
12791279
- name: Eureka Discovery Client
12801280
id: cloud-eureka
@@ -1316,15 +1316,15 @@ initializr:
13161316
href: https://docs.spring.io/spring-cloud-consul/reference/discovery.html
13171317
- name: Spring Cloud Routing
13181318
bom: spring-cloud
1319-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1319+
compatibilityRange: "[3.4.0,4.0.0-M1)"
13201320
content:
13211321
- name: Gateway
13221322
id: cloud-gateway
13231323
mappings:
13241324
- compatibility-range: "[3.4.0,3.5.0-M1)"
13251325
groupId: org.springframework.cloud
13261326
artifactId: spring-cloud-starter-gateway-mvc
1327-
- compatibility-range: "[3.5.0-M1,3.6.0-M1)"
1327+
- compatibility-range: "[3.5.0-M1,4.0.0-M1)"
13281328
groupId: org.springframework.cloud
13291329
artifactId: spring-cloud-starter-gateway-server-webmvc
13301330
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.
@@ -1337,7 +1337,7 @@ initializr:
13371337
- compatibility-range: "[3.4.0,3.5.0-M1)"
13381338
groupId: org.springframework.cloud
13391339
artifactId: spring-cloud-starter-gateway
1340-
- compatibility-range: "[3.5.0-M1,3.6.0-M1)"
1340+
- compatibility-range: "[3.5.0-M1,4.0.0-M1)"
13411341
groupId: org.springframework.cloud
13421342
artifactId: spring-cloud-starter-gateway-server-webflux
13431343
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.
@@ -1373,7 +1373,7 @@ initializr:
13731373
href: https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/loadbalancer.html
13741374
- name: Spring Cloud Circuit Breaker
13751375
bom: spring-cloud
1376-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1376+
compatibilityRange: "[3.4.0,4.0.0-M1)"
13771377
content:
13781378
- name: Resilience4J
13791379
id: cloud-resilience4j
@@ -1385,7 +1385,7 @@ initializr:
13851385
href: https://docs.spring.io/spring-cloud-circuitbreaker/reference/spring-cloud-circuitbreaker-resilience4j.html
13861386
- name: Spring Cloud Messaging
13871387
bom: spring-cloud
1388-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1388+
compatibilityRange: "[3.4.0,4.0.0-M1)"
13891389
content:
13901390
- name: Cloud Bus
13911391
id: cloud-bus
@@ -1405,7 +1405,7 @@ initializr:
14051405
href: https://docs.spring.io/spring-cloud-stream/reference/
14061406
- name: VMware Tanzu Application Service
14071407
bom: spring-cloud-services
1408-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1408+
compatibilityRange: "[3.4.0,4.0.0-M1)"
14091409
content:
14101410
- name: Config Client (TAS)
14111411
id: scs-config-client
@@ -1583,7 +1583,7 @@ initializr:
15831583
description: Azure Storage Sample
15841584
- name: Google Cloud
15851585
bom: spring-cloud-gcp
1586-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1586+
compatibilityRange: "[3.4.0,4.0.0-M1)"
15871587
content:
15881588
- name: Google Cloud Support
15891589
id: cloud-gcp
@@ -1618,7 +1618,7 @@ initializr:
16181618
- rel: guide
16191619
href: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-samples/spring-cloud-gcp-storage-resource-sample
16201620
- name: AI
1621-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1621+
compatibilityRange: "[3.4.0,4.0.0-M1)"
16221622
content:
16231623
- name: Anthropic Claude
16241624
id: spring-ai-anthropic
@@ -1962,7 +1962,7 @@ initializr:
19621962
href: https://docs.spring.io/spring-ai/reference/api/etl-pipeline.html#_pdf_page
19631963
- name: Timefold Solver
19641964
id: timefold-solver
1965-
compatibilityRange: "[3.4.0,3.6.0-M1)"
1965+
compatibilityRange: "[3.4.0,4.0.0-M1)"
19661966
groupId: ai.timefold.solver
19671967
artifactId: timefold-solver-spring-boot-starter
19681968
description: AI solver to optimize operations and scheduling.

0 commit comments

Comments
 (0)