paulroemer
paulroemer
I can confirm that with 23.1.3 `eagerServerLoad` works as expected and the application behaves as it should again. As Leif already mentioned above, this only works for applications that only...
For the old Vaadin 8 implementation check https://github.com/peholmst/vaadin4spring/tree/28e454032301e7f79a3f0d2e61a984d00b5ba1e4/extensions/security Extensions have been deleted in `master`.
All of these errors are caused by the ```dobetterweb/all-event-listeners``` gatherer. If I deactivate it, the errors disappear but the measured performance is still too good (never thought I would write...
Using the Vaadin Spring Integration: 1) Implement your own VaadinService ``` public class WebPageService extends SpringAwareVaadinService { public WebPageService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration) { super(servlet, deploymentConfiguration); } } ``` 2) Override...