vaadin / context-menu

Vaadin ContextMenu
Apache License 2.0
11 stars 21 forks source link

java.lang.NoSuchMethodError on vaadin 8 after migration #101

Open GuillaumeHochart opened 5 years ago

GuillaumeHochart commented 5 years ago

I use the latest version of vaadin and I get an error that I do not understand. The specificity of my project is that I made it migrate from vaadin 7 to 8; so it has the packages "compatibility" I get the following error message: java.lang.NoSuchMethodError: com.vaadin.ui.MenuBar.addItem (Ljava / lang / String;) Lcom / vaadin / ui / MenuBar $ MenuItem;

How can I solve this problem?