Describe the bug
This add-on depends on Grid Helper, which is not compatible with Vaadin 25 (FlowingCode/GridHelpers#141)
Expected behavior
Dependencies must be compatible with Vaadin 25.
Minimal reproducible example
|
<dependency> |
|
<groupId>org.vaadin.addons.flowingcode</groupId> |
|
<artifactId>grid-helpers</artifactId> |
|
<version>1.3.2</version> |
|
</dependency> |
Add-on Version
2.5.2
Vaadin Version
25.0.0-alpha14
Additional information
No response
Describe the bug
This add-on depends on Grid Helper, which is not compatible with Vaadin 25 (FlowingCode/GridHelpers#141)
Expected behavior
Dependencies must be compatible with Vaadin 25.
Minimal reproducible example
GridExporterAddon/pom.xml
Lines 182 to 186 in a20860b
Add-on Version
2.5.2
Vaadin Version
25.0.0-alpha14
Additional information
No response