Hi,
I just wanted to ask if Flow is supporting OSGi as Vaadin 8 does?
Kind regards,
Thomas
Hi,
I just wanted to ask if Flow is supporting OSGi as Vaadin 8 does?
Kind regards,
Thomas
Hi Thomas.
Unfortunately, OSGi support is not included in Vaadin 10 (Flow). We do have plans for creating OSGi support later on, but there is yet no timeline for that.
For now it is recommended to use Vaadin Framework 8 for OSGi projects.
Cheers, Pekka
For reference, the issue for OSGi support is https://github.com/vaadin/flow/issues/455 and for anyone who wants it, should go there to +1 and comment. Thanks
We need OSGI Support for our project, too. We are currently injecting OSGI services into the UiProvider and ViewProviders. Since those providers no longer exist in Vaadin 10, how can we do that now?
I already commented on the github issue.
Is it intended that the Instantiator#getOrCreate is the replacement for UIProvider and ViewProviders?