Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Not Compatible with Vaadin 8.1.3 #28

@wilsontjohnson

Description

@wilsontjohnson

Crash when exporting in Vaadin 8.1.3.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions