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
fix: update license-checker (#115)
* fix: update license-checker
* Exclude dev-server
vaadin-dev-server brings in faulty open version
through testbench that has a bad version
of license-checker. OSGi doesn't support
dev-mode so the dev-server is not needed.
* test: add jna dependency
* Use correct checker version
fix: let OSGiStaticFileHandler serve vaadinPush script (#85)
Requests to vaadinPush.js script are no more relative to context path
but to the servlet path, so content is always provided by Vaadin
servlet.
This change intercepts requests for vaadinPush scripts and retrieves
contents from flow-push bundle.