caalador
caalador
Deployable module tests had some problems for the 12 version and should be fixed and re-enabled.
We need an IT test that tests that running a spring boot project in development mode works as expected with the webpack dev server running. Acceptance criteria: There is a...
Fix so that if we have a usable old node installation we check the correc path for npm script. Fixes #14839
### Description of the bug ``` [INFO] The globally installed Node.js version 14.19.0 is older than the required minimum version 16.14.0. Using Node.js from /root/.vaadin. [DEBUG] Using node 16.17.1 located...
Synchronize pwa handler on the requestHandlerMap instead of locking the session. Locking and unlocking session may fire a push event that might make the server client sync faulty. touches #14797
Use access so that we do not block with the lock Fixes vaadin/multiplatform-runtime#101
Test randomly fails with a missing resource for pwa icon of different sizes. ``` Caused by: java.lang.AssertionError: Received error message in browser log console right after opening the page, message:...
### Describe the bug EngineConfigureMojo has generatedTsFolder as ./frontend/generated instead of the new default. ### Expected-behavior Used default should use the new default value `FrontendUtils.DEFAULT_PROJECT_FRONTEND_GENERATED_DIR`. Should possibly depend on frontendFolder...
Set the frontend path to tsconfig correctly for the project depending on where it is found. Fixes #18973
Do not import routes from routes.tsx if not needed. Fixes tests so that files are not generated into the flow-server folder. Fixes #18955