vaadin / flow

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

Vaadin Flow does not build on Java 11!!! #8102

Closed cachorios closed 4 years ago

cachorios commented 4 years ago

[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:14.1.25:build-frontend (default) on project vaadin-crm: Execution default of goal com.vaadin:vaadin-maven-p lugin:14.1.25:build-frontend failed: Unsupported class file major version 58 -> [Help 1]

caalador commented 4 years ago

I guess this should be Java14 not Java11? The exception for java 11 has been major version 55 where as 58 is for Java 14. Also tested with Java 11 that there are no regressions and it worked as it should.

Java14 will be fixed with #8103

caalador commented 4 years ago

Closing issue as duplicate of #8046