FlowingCode / GoogleMapsAddon

Vaadin Addon based on Google Maps Web Component
https://www.flowingcode.com/en/open-source/
Apache License 2.0
20 stars 7 forks source link

Fix binary compatibility in demo #88

Closed javier-godoy closed 1 year ago

javier-godoy commented 1 year ago

87 fixes source compatibility. However ComboBox.setItems(Collection) returns void in Vaadin 14 and ComboBoxListDataView in Vaadin 23+, which results in binary incompatibility when the V14-compiled demo are deployed to Vaadin 23/24 demo sites. Since this error only affects the demo, it doesn't make sense to release a new major version just because of that.