From fb563263381b10e6771c97dfbbed7c7203222100 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:03:00 +0200 Subject: [PATCH 1/2] remove removed flow deps https://github.com/vaadin/flow/commit/be2f0b225348c1955c4a516fbd8fba04db144300 --- scripts/generator/templates/template-vaadin-spring-bom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/generator/templates/template-vaadin-spring-bom.xml b/scripts/generator/templates/template-vaadin-spring-bom.xml index ffdae4201..2fe6fe41c 100644 --- a/scripts/generator/templates/template-vaadin-spring-bom.xml +++ b/scripts/generator/templates/template-vaadin-spring-bom.xml @@ -122,11 +122,6 @@ copilot ${copilot.version} - - com.vaadin - signals - ${flow.version} - com.vaadin From 43fa1aeda0b8b0c794f3cc261e746f342935f909 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:04:08 +0200 Subject: [PATCH 2/2] use flow snapshot --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 15f502b5c..0139950df 100644 --- a/versions.json +++ b/versions.json @@ -111,7 +111,7 @@ "npmName": "@vaadin/field-highlighter" }, "flow": { - "javaVersion": "25.1.0-alpha6" + "javaVersion": "25.1-SNAPSHOT" }, "flow-cdi": { "javaVersion": "16.0.0"