flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
- [ ] 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...
### 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)...
### 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]...
### 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: ```...
## 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...
### 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...
### 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...
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