-
Hunting down a session serde problem, it was painful having to wait almost a minute between clicks for the application to settle down and stop showing the blue scrollbar. Is there anything that can be…
-
### Describe the bug
Go to https://addonsv24-staging.flowingcode.com/gridexporter/basic (or any demo with pdf exporting) and try to export as pdf. See download happening but file is empty.
### Expe…
-
Classes `SpringInstantiator` and `SpringServlet` implement `Serializable` but contain a non-serializable non-transient field:
```
private final ApplicationContext context;
```
-
### Description of the bug
Suppose you want to extend the Vaadin's `SpringServlet` e.g. for adding a custom destroy logic or a request serve login. Then you might want to do the following:
```java…
-
### Description of the bug
I'm running multiple Vaadin Spring Servlets, and the root servlet running at path /* cannot properly resolve image resources since version 23.1.0.
I'm registering Imag…
-
### Description of the bug
I receive sometimes the same error message on my production system. But I do not have any idea when this happen:
`2021-12-27 07:27:43,174 INFO | https-jsse-nio-18443-…
-
### Describe the bug
```
npx @hilla/cli init --pre hilla-debug
cd hilla-debug
MAVEN_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n" mvn
```
causes
```
java.lang.…
-
Hi everybody,
following this [article](https://vaadin.com/docs/v10/flow/spring/tutorial-spring-basic-mvc.html) to set up Spring in my Weblogic application with the next code that is part of class tha…
-
When running New Relic in Vaadin, it is basically impossible to troubleshoot performance issues out of the box. All metrics are grouped into AsyncProcessing under /springServlet or /dispatcher. While …
-
### Describe your motivation
We have certain ThreadLocal values that need to be set before access tasks are run.
The `com.vaadin.flow.server.VaadinService` provides a hook to allow overriding th…