vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
619 stars 167 forks source link

Support Java 24 #20006

Closed ZheSun88 closed 2 weeks ago

ZheSun88 commented 1 month ago

build flow project, mvn install -DskipTests, with JDK 24-ea has failed with following error

[INFO] Test Production Bundle ............................. FAILURE [  5.127 s]
..........................................

[ERROR] Failed to execute goal com.vaadin:flow-maven-plugin:24.6-SNAPSHOT:build-frontend (default) on project test-prod-bundle: Could not execute build-frontend goal: Error occured during goal execution: Unsupported class file major version 68Please run Maven with the -e switch (or Gradle with the --stacktrace switch), to learn the full stack trace. -> [Help 1]
caalador commented 2 weeks ago

Did not encounter any issues with the build using 24-ea. Closing issue until something new pops up.