Skip to content

PiT 25.0: cannot run hilla-quickstart-tutorial #22507

@manolo

Description

@manolo

Description of the bug

Download, bump versions and run the project

   git clone -q [email protected]:vaadin/hilla-quickstart-tutorial.git
   cd hilla-quickstart-tutorial
   ## Changing Maven vaadin.version from 24.9.2 -> 25.0.0-alpha14 in pom.xml
   perl -pi -e 's|(\s*<'vaadin.version'>)[^\s]+(</'vaadin.version'>)|${1}25.0.0-alpha14${2}|g' pom.xml
   ## Change Maven Block parent to spring-boot-starter-parent 4.0.0-M3
   perl -0777 -pi -e 's|(\s+)(<parent>\s*<groupId>)(org.springframework.boot)(</groupId>\s*<artifactId>)(spring-boot-starter-parent)(</artifactId>\s*)(?:(<version>)([^<]+)(</version>))?(\s*)(.*?)?(\s*</parent>)|${1}${2}'org.springframework.boot'${4}'spring-boot-starter-parent'${6}${7}4.0.0-M3${9}${10}${11}${12}|msg' pom.xml
   ## Cleaning project after version bump
   ./mvn clean vaadin:clean-frontend -Pproduction
   ## Run the project
   ./mvnw -ntp -B

Check for compilation errors:

src/main/frontend/views/grocery/grocery-view.ts:7:7
15 |  import { html } from "lit";
16 |  import { customElement, state } from "lit/decorators.js";
17 |  import "@vaadin/vaadin-lumo-styles/sizing";

Expected behavior

app should work

Minimal reproducible example

see description

Versions

  • Vaadin / Flow version: 25.0.0-alpha14

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    🟢Ready to Go

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions