flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Bumps [org.apache.maven.shared:maven-invoker](https://github.com/apache/maven-invoker) from 3.2.0 to 3.3.0. Release notes Sourced from org.apache.maven.shared:maven-invoker's releases. 3.3.0 🚀 New features and improvements [MSHARED-1390] - Deprecate InvocationRequest#setGoals (#76) @slawekjaranowski [MSHARED-1382] - support a possibility to...
### Describe the bug Building a Vaadin 14 project in dev mode (prepare-frontend) and running that project on Tomcat 9 it seems to fail on npm install. This only happens...
### Description of the bug When I say `multiSelectComboBox.getLazyDataView().setIdentifierProvider( Item::getPrimaryKey )` then I still get duplicates in my lazily loaded data. When I implement `equals` and `hashCode`, everything works as...
In `flow-server` module we have a helper class used when generating bean property sets, `com.vaadin.flow.internal.BeanUtil`. Currently we do not seem to have any tests for this helper class. It is...
### Description of the bug When Vaadin was struck by the Atmosphere bug [Bug with 1|X problem](https://github.com/Atmosphere/atmosphere/issues/2503#issuecomment-1988493050) then the users would see `Invalid JSON from server: 1|X` on the front-end...
### Describe your motivation Vaadin Copilot needs a way to find which Java component corresponds to e.g. `vaadin-horizontal-layout`. Vaadin Flow to provide an API to give this information, i.e. give...
### Description of the bug It looks like the detach event is not firer "eagerly" when leaving the page (using a beacon request) when Firefox is used. With Safari I...
### Description of the bug https://github.com/vaadin/flow/assets/7870436/4a046c0d-4204-46e1-916e-c1e1d8096e2d It is possible to corrupt a TreeData making it expose a cyclic (non-tree) structure. ### Expected behavior I expect there to be an exception...
### Description of the bug [HotSwap agent live-reload](https://vaadin.com/docs/latest/configuration/live-reload/hotswap-agent#hotswapagent) works unstable - works only for first reload on some machines, somewhere it works without issues. For testing results on Mac, see...