flow icon indicating copy to clipboard operation
flow copied to clipboard

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Results 426 flow issues
Sort by recently updated
recently updated
newest added

It may happen that the thread that is createing ViteWebsocketConnection gets blocked when trying to create the internal websocket client, because a message from Vite server may be received and...

+0.0.1

Fixes server menu item url for routes with route parameters. Routes with only required parameters are excluded automatically from the menu. Fixes #19392 for 24.5+. RelatedTo: #19392

+0.0.1

Part of https://github.com/vaadin/platform/issues/6430

+0.0.1
target/24.4

Bumps [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) from 3.1.8 to 3.2.0. Release notes Sourced from io.smallrye:jandex-maven-plugin's releases. 3.2.0 #370 release 3.2.0 #368 move to next minor version, 3.2.0 #361 add annotation overlay #356 skip Jandex...

external dependency
+0.0.1
java

Add filtering of menu client routes by checking authentication and roles.

+1.0.0

### Description of the bug It seems not possible to change the `TranslationProvider` for Hilla and use the i18n object, because the `TranslationFileRequestHandler` requires `DefaultI18NProvider` https://github.com/vaadin/flow/blob/main/flow-server/src/main/java/com/vaadin/flow/i18n/TranslationFileRequestHandler.java#L72 ### Expected behavior I...

I18N
hilla

I tried to build a native image of my Vaadin Flow app (24.4.0.beta3) The build works fine, but if I start the app, I get this exception: ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error...

enhancement

Fixes https://github.com/vaadin/flow/issues/19394

+0.0.1

### Describe your motivation When a class has been hotswapped, Flow currently refreshes the whole page. This reloads all JS files etc which is typically not needed, causes flickering and...

enhancement
live reload