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
com.vaadin.addon.charts.model is in both the vaadin-charts-model and vaadin-charts bundles.
vaadin-charts-model has no OSGi headers.
Also, since vaadin-charts both imports and exports com.vaadin.addon.charts.model and com.vaadin.addon.charts.model.styles there's quite some difficulty getting these to resolve well.
I suggest resolving the split package somehow and updating the maven-bundle-plugin's configuration in vaadin-charts and adding it to vaadin-charts-model.
Also wanted to add for this ticket.
vaadin-charts / vaadin-charts-model as well as vaadin-charts / vaadin-server host split packages (com.vaadin.ui, com.vaadin.addon.charts.model). This makes it cumbersome to impossible to use the jars as OSGi bundles. Please resolve the split packages by either moving the complete package to one or the other jar.
Originally by djmcgreal
com.vaadin.addon.charts.model is in both the vaadin-charts-model and vaadin-charts bundles.
vaadin-charts-model has no OSGi headers.
Also, since vaadin-charts both imports and exports com.vaadin.addon.charts.model and com.vaadin.addon.charts.model.styles there's quite some difficulty getting these to resolve well.
I suggest resolving the split package somehow and updating the maven-bundle-plugin's configuration in vaadin-charts and adding it to vaadin-charts-model.
Imported from https://dev.vaadin.com/ issue #19815
The text was updated successfully, but these errors were encountered: