Marco Collovati
Marco Collovati
Example code cannot be compiled, since it misses a throws statement.
The [gradle getting started guide](https://vaadin.com/docs/latest/guide/start/gradle) contains outdated information, such as supported Java and Gradle version, servlet api, etc. Also [Supported Technologies](https://vaadin.com/docs/latest/compatibility) and [Upgrading Guide](https://vaadin.com/docs/latest/upgrading/#maven-gradle-plugins) should mention Gradle 7.6 as the...
Users [reported](https://github.com/vaadin/flow/issues/19866) that on Windows 11 system `TaskCopyLocalFrontendFiles.copyLocalResources()` can be slow, when trying to set `writable` flag on files. To mitigate the problem, Flow [introduced](https://github.com/vaadin/flow/pull/19894) the `vaadin.frontend.disableWritableFlagCheckOnCopy` system property, that...
## Description Setting both login listeners and form action can cause unexpected behaviors because of concurrent processing of form submission processing and login event. For example, if form submission ends...
### Describe your motivation Currently, `Binder` (and `BeanValidationBinder`) work with Java records, but with a couple of limitations: * "virtual properties" are not handled (e.g. a method in the record...
Attempts to fix the synchronization issue related to the usage of the Login reported in #12640. The Login component sends the UIDL request for the `login` event to the server...
## Description When a websocket PUSH connection is closed and re-established because of a network failure, the RequestResponseTracker.hasActiveRequest is not reset, prenvint the Flow client to send additional messages to...
Fixes vaadin/flow#20999