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 594 flow issues
Sort by recently updated
recently updated
newest added

- [ ] Migrate Vaadin 8 sources to Servlet 5.0: Note: Vaadin `8.17.1` has been staged for testing, and Vaadin `8.17-SNAPSHOT` is available as well. So from `8.17.1` onwards Framework...

enhancement
MPR
Servlet 5

### Description of the bug Two example views: `HelloWorldView` and `AboutView`. `AboutView` accepts optional parameters. `HelloWorldView` forwards to `AboutView` with a String parameter. ``` @Route(value = "hello", layout = MainLayout.class)...

bug
Impact: High
Severity: Major

### Description of the bug In Spring-boot based applications, once the secured resource is requested from the server by non-authorised user, the browser console error message is logged: ``` [SEVERE]...

testing
Flow 24.0

### Description of the bug When running Flow Gradle functional tests with: ``` cd flow-plugins/flow-gradle-plugin ./gradlew clean build ``` the build fails with the following error in each test: ```...

bug
gradle

## Description > Potential solutions (I did not really think these through): > > Lock on vaadin context in getCachedIndexHtmlDocument to avoid locking in another order. Seems quite fragile and...

+0.0.1

### Description of the bug We have a maven multimodule project where js/ts files from different maven modules end up in `target/flow-frontend` directory. Once the server is started for the...

bug
blocked
BFP
Impact: High
Severity: Major
vite

### Description of the bug We do have some clients that use iPads/iPhones or Android tablets/phones to interact with our Application. Typically for our system is that a user opens...

### Description of the bug Using a grid data provider results in IndexOutOfBoundsException thrown by `DataCommunicator.getJsonItems` as soon as the page is opened. This can be observed in the Bakery...

bug

Especially in multi module projects, the folder is updated with new contents quite often. Also if you change an addon version, the changes need to be picked up. Fixes #14695

external dependency
+0.0.1