You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:24.5.6:build-frontend (default-cli) on project vlite.ukrkn.app: null: MojoFailureException: InvocationTargetException:
Could not execute build-frontend goal: Error occured during goal execution: Unsupported class file major version 67
Expected-behavior
vaadin-maven-plugin:24.5.6 supports class files produced by JDK 23
Reproduction
Apply vaadin-maven-plugin:24.5.6 to class files produced by JDK 23
System Info
Vaadin
The text was updated successfully, but these errors were encountered:
I cannot reproduce the issue, building with Java 23.
I get a different error if the project compiler plugin is configured with release=23 and I compile with Java 23 and then run maven with Java 21 or 17, but this is expected.
Could you please run maven with -X flag and post the full error log message including the complete stack-trace?
I also tested both: a flow, and a hilla, projects downloaded from the start.vaadin.com and everything works fine with openjdk 23, we need more information about the classes throwing the exception
Describe the bug
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:24.5.6:build-frontend (default-cli) on project vlite.ukrkn.app: null: MojoFailureException: InvocationTargetException:
Could not execute build-frontend goal: Error occured during goal execution: Unsupported class file major version 67
Expected-behavior
vaadin-maven-plugin:24.5.6 supports class files produced by JDK 23
Reproduction
Apply vaadin-maven-plugin:24.5.6 to class files produced by JDK 23
System Info
Vaadin
The text was updated successfully, but these errors were encountered: