-
### Describe the bug
Trying to filter a BigDecimal field results in an exception.
### Expected-behavior
It works.
### Reproduction
Filter a column containing BigDecimal values.
### S…
-
*Serverless Java Container version*: `1.9.1`
*Implementations:* `Spring Boot 2`
*Framework version:* `SpringBoot 2.7.5`
*Frontend service:* `HTTP API`
*Deployment method:* `SAM`
## Scen…
-
### Description of the bug
Having an endpoint with an instanceof pattern matcher with assigning to a final variable leads to TS of that endpoint not being generated
### Minimal reproducible examp…
-
If you have a TypeScript view in your app, e.g.
```ts
{
path: 'hello',
component: 'hello-world-view',
action: async () => {
await import('./typescript/hel…
-
### Describe your motivation
This will enable having the name of the endpoint's transfer type in production mode (preserved from minification), and makes it possible to use the name dynamically, e.g.…
taefi updated
10 months ago
-
If you have a `@ClientCallable` method and you want to invoke it from TS, you need to either create an explicit type or cast `this` as `any` to be able to invoke the method: `(this as any).$server.met…
-
### Description of the bug
When having a Java-class exported as endpoint data, Fluxes are nicely exported as a Subscription, but the Subscription is not imported in the class.
### Minimal repr…
-
### Describe the bug
If data model has several keys which has array models insede of it, initializing one key breaks initializing another key.
However, both work fine separately from each other
…
-
### Description of the bug
When two views have the same name, one is created in Flow and the other one is created in Hilla
- No exception is thrown, but it should
- Flow view is shown in the br…
-
### Describe your motivation
I noticed that ``vaadin:prepare-frontend`` and ``vaadin:build-frontend`` are relatively slow - a rerunning production build takes around 15s in one of our projects that…