Skip to content

Commit 12cccad

Browse files
ZheSun88mhalbritter
authored andcommitted
Update Vaadin compatibility range to support 3.4 and 3.5
- Vaadin 24.5 has been EOL for a while, starting from the next Vaadin minor, the minimal supported spring boot version is 3.4. so we decided to drop the compatibilityRange [3.3.0, 3.4.0-M1) - update the compatibilityRange for Vaadin 24.7 to include springboot 3.5 support See gh-1810 Signed-off-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
1 parent c24762c commit 12cccad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ initializr:
170170
artifactId: vaadin-bom
171171
versionProperty: vaadin.version
172172
mappings:
173-
- compatibilityRange: "[3.3.0,3.4.0-M1)"
174-
version: 24.5.14
175-
- compatibilityRange: "[3.4.0,3.5.0-M1)"
173+
- compatibilityRange: "[3.4.0,3.6.0-M1)"
176174
version: 24.7.5
177175
platform:
178176
compatibilityRange: "3.3.0"
@@ -350,7 +348,7 @@ initializr:
350348
artifactId: vaadin-spring-boot-starter
351349
description: The full-stack web app platform for Spring. Build views fully in Java with Flow, or in React using Hilla.
352350
bom: vaadin
353-
compatibilityRange: "[3.3.0,3.5.0-M1)"
351+
compatibilityRange: "[3.4.0,3.6.0-M1)"
354352
links:
355353
- rel: guide
356354
href: https://spring.io/guides/gs/crud-with-vaadin/

0 commit comments

Comments
 (0)