Simon Martinelli
Simon Martinelli
As leaving the View by closing the browser tab or similar is not under the control of Vaadin, this would probably not work with a BeforeLeaveObserver. There is an old...
1) I support the statement of @knoobie that `src/main/resources` is the wrong location. Everything in there will be copied into the JAR/WAR. 2) Please don't call it "serverless development mode"...
> The idea was that you could deploy the development build also to a server for testing I don't know if there is a use case for that. One should...
I did some tests and think that it highly depends on the computer and the internet connection speed. In starting a new application downloaded from start.vaadin.com takes around one minute....
That's an interesting insight. As someone never used Vaadin in production before Flow I can't compare the developer experience. But I can tell from my work with clients that they...
Interesting! There is one crucial change that I discussed with @mstahv several times: With your prototype, the **prepare-frontend** MUST run otherwise, the application does not start! Currently prepare-frontend is not...
If I run it directly in IntelliJ I get the following exception. The reason is that the frontend plugin was not run with prepare-frontend. ``` java.io.IOException: Unable to find index.html....
Privileges are also missing on Oracle Sequences
Like @auriium I'm also using Testcontainers to generate jOOQ code. The testcontainer is started with groovy-maven-plugin. With PostgreSQLContainer I don't see this exception but with MariaDBContainer I get ``` [INFO]...
Hi @kiview I've read both discussions and think I understand. What I don't understand that the error only happens with MariaDBContainer.