From 713052e86b335f4080c0b00067884b20ba1ecc63 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:55:06 +0300 Subject: [PATCH 1/2] Update description for Vaadin entry Since Vaadin 24.4, we provide original vaadin and hilla in this unified platform. See gh-1509 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 4eac340781..5d73f194c1 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -325,7 +325,7 @@ initializr: - web groupId: com.vaadin artifactId: vaadin-spring-boot-starter - description: A web framework that allows you to write UI in pure Java without getting bogged down in JS, HTML, and CSS. + description: The full-stack web app platform for Spring. Build views in fully in Java with Flow, or in React using Hilla. bom: vaadin compatibilityRange: "[3.2.0,3.4.0-M1)" links: From 4dcb0a201846b779e9f247ff18d16ca2ee79fa43 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 12 Jun 2024 10:00:04 +0200 Subject: [PATCH 2/2] Polish "Update description for Vaadin entry" See gh-1509 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 5d73f194c1..cff9ef5199 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -325,7 +325,7 @@ initializr: - web groupId: com.vaadin artifactId: vaadin-spring-boot-starter - description: The full-stack web app platform for Spring. Build views in fully in Java with Flow, or in React using Hilla. + description: The full-stack web app platform for Spring. Build views fully in Java with Flow, or in React using Hilla. bom: vaadin compatibilityRange: "[3.2.0,3.4.0-M1)" links: