Marco Collovati

Results 70 issues of Marco Collovati

Example code cannot be compiled, since it misses a throws statement.

hilla

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...

flow

## 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...

enhancement
binder

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...

awaits another ticket
+0.1.0
target/24.3
target/23.5
target/24.4
target/2.11
target/24.5

## 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...

+1.0.0

Part of #4154

flow
Language unchecked

Fixes vaadin/flow#20999

flow
Language unchecked

Part of vaadin/flow#20844

flow
Language unchecked