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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Caused by: java.lang.NoSuchMethodError: com.vaadin.ui.Grid$Column.getValueProvider()Lcom/vaadin/server/SerializableFunction; at org.vaadin.addons.excelexporter.ExportToExcel.addGridDataRow(ExportToExcel.java:399)
Suggested fix:
Change versions In the pom.xml for the build.
Vaadin 8.1 changed the getValueProvider method to return a ValueProvider.
It is still a implementation of SerializableFunction and by extension Function, so no code change is needed, just a rebuild for Vaadin 8.1