caalador

Results 24 issues of caalador

Deployable module tests had some problems for the 12 version and should be fixed and re-enabled.

internal improvement

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...

spring
testing
internal improvement

Fix so that if we have a usable old node installation we check the correc path for npm script. Fixes #14839

+0.0.1
target/23.2
target/23.3

### 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...

bug
Impact: High
Severity: Major

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

+0.0.1
target/9.0
target/23.1
target/23.2
target/23.3

Use access so that we do not block with the lock Fixes vaadin/multiplatform-runtime#101

+0.0.1
target/2.7
target/9.0
target/2.8
target/23.2
target/23.3

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:...

internal improvement
testing

### 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...

bug
hilla
Severity: Blocker
Impact: High

Set the frontend path to tsconfig correctly for the project depending on where it is found. Fixes #18973

+0.0.1

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

+0.0.1