-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vaadin Flow should be supported by Quarkus.io #5485
Comments
Yes, we'll definitely look at this at some point in the near future, but not a top priority at the moment. Live reload is already possible with Vaadin using the Hotswap agent, |
I've made a POC with quarkus 0.20 und Vaadin 13. You may take a look at https://github.com/moewes/quarkus-vaadin-lab |
The final version of Quarkus has already been released: |
Vote-up |
Hi Sander https://github.com/urosporo/vaadin-quarkus-extension-parent |
I had something very similar based on the project from moewes. I needed to add some extra init-params dev mode is starting without backend errors now, but the browser console still looks nasty. It does show the webpack:// & webpack-internal:// sources though. |
Related issue: #9713 It looks like @mvysny is building an example project here: https://github.com/mvysny/vaadin-quarkus |
Official Quarkus support is WIP and the first iteration will focus on:
Upcoming steps are related to
There is now https://github.com/vaadin/quarkus and https://github.com/vaadin/base-starter-flow-quarkus repositories to follow and create further issues on. Target is Vaadin 22, but we will have something that works on top of Vaadin 21 during June. To be decided if it will be included in 21. |
The link https://github.com/vaadin/base-starter-quarkus-flow gives me a 404 error :-) |
correct link is https://github.com/vaadin/base-starter-flow-quarkus/ I guess |
Is the native-image support on the roadmap? |
We plan to investigate native executable during this spring. Please track the progress via vaadin/quarkus#54. |
Because the Quarkus project allows live reload of jar, this could be really usefull to improve the Vaadin development experience.
https://quarkus.io/
If it is already possible, please create a tutorial explaining how to configure our project :-)
The text was updated successfully, but these errors were encountered: