davidef
davidef
### Description of the bug Grid without columns failed to serialize with the following exception: cannot assign instance of java.lang.invoke.SerializedLambda to field com.vaadin.flow.data.provider.AbstractDataProvider$DataListenerWrapper.registration of type com.vaadin.flow.shared.Registration in instance of com.vaadin.flow.data.provider.AbstractDataProvider$DataListenerWrapper...
All components added into a j2ee HttpSession must to be serializable. This is also needed when using the editor in clustered environments to migrate active sessions between nodes.
### Description Components added outside of a view which include a LoginForm require two click to be triggered. This is a regression since 24.1.0. It was working as expected both...
### Description ItemDetails of first 3 rows is not initially hidden when columns are added after grid initialisation. If we add the columns before initial rendering or remove the columns...