-
In Flow DataCommunicator.fetchFromProvider(..) method is protected. In Vaadin 8 the equivalent method DataCommunicator.fetchItemsWithRange(..) is public. This is not logical. Moreover, in Vaadin 8 thi…
-
- [x] 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 features "Jakarta…
-
Hello,
I am trying to port a very old Vaadin app with zero tests. Is it possible to use Karibu Testing with Vaadin 7? The documentation talks about Vaadin 8 but on the [Old Vaadin Forum](https://va…
-
### Description of the bug
I have migrated one of the projects from vaadin8 compatibility mode to vaadin flow 14.8.11. Build and deployment was successful, now on runtime when I am trying to naviga…
-
Meta | Value
---- | -----
Vaadin Framework | 8.14.1
# Overview
When assertions are enabled and certain component is hidden via `ui.access(...)`, `AssertError` is thrown in `com.vaadin.ui.Conne…
-
### Steps to reproduce
I created a new project with vaadin-starter (flow with JAVA + HTML). Tried to open a vaadin 10 design ts file.
### Actual behavior
Edit and preview mode not working only S…
-
### Describe the bug
In our Vaadin8+14+MPR application sometimes our whole application freezes because of a deadlock.
This also blocks our CI-Selenium-Pipeline, which will run forever.
It also h…
-
### Description of the bug
I have migrated one of the projects from vaadin8 compatibility mode to vaadin flow 14.6.7. Now when I am trying to deploy the same, it is throwing some runtime exception …
-
Is it possible to resurrect the vaadin8 builds, but compiled with kotlin 1.5 ?
Im (still) using vaadin8 and dont expect to be able to upgrade for quite a while - now stuck on version 0.9.1 which is p…
-
```
14.7.4
2.7.3
8.14.2
8.14.2 {
layout.removeAll();
layout.add(wrap(firstLegacy));
});
Button readdSecond = new Button("(re)add second", e -> {…