Vaadin 14 - Run in tomcat 8 java 8 error

Hi,

running a vaadin 14 application in Tomcat / java 8 i receiva an error,

GRAVE: Unable to process Jar entry [META-INF/versions/9/module-info.class]
 from Jar [jar:file:eclipse-workspace-Dev/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/my-starter-project/WEB-INF/lib/byte-buddy-1.9.13.jar!/]
 for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

seems that the bytcode of byte-buddy-1.9.13 is not java 8 compatible, is it ??

Thanks

Same problem for me. Nobody knows about?

you have to upgrade tomcat … helps for me

Tomcat 9 did the trick. Thanks!