wbstr / vaadin-multifileupload

12 stars 23 forks source link

Fix #59 #62

Closed mmerruko closed 6 years ago

mmerruko commented 6 years ago

com.vaadin.ui.components.grid.DescriptionGenerator has been deprecated and the Grid uses com.vaadin.ui.DescriptionGenerator instead.

This breaks backwards binary compatibility (in some cases probably also source compatibility) leading to the exception in https://github.com/wbstr/vaadin-multifileupload/issues/59.

Compiling using 8.2.0 fixes this and makes the versions released from here on incompatible with versions < 8.2.0

kamuffe commented 6 years ago

Hi.

Whats about a version 4.0 as release for Vaadin 8.2? To keep the 3.0 branch for Vaadin 8.0?