-
### Description of the bug
Using a Java Record with a `Map
```java
public record EventSummary(String key, Map
Expected TS code
```ts
export default interface EventSummary {
key?: strin…
-
When calling Vaadin Service methods, Connect validates the parameters passed to the server-side (based on the [JSR-380](https://beanvalidation.org/2.0/) spec. If validation fails the error details are…
-
Hi There, I like to see an example how the Theme can be set at Build Time or even at Runtime. I think it is possible for Vaadin-Flow, but not sure how this will work with Hilla.
Background / Use C…
-
### Describe the bug
I have an entity with a property of type `Player[]` (not nullable). I noticed that, when using `useFormPart`, `value` and `setValue` use `Player[] | undefined` as type.
This c…
-
### Describe your motivation
I want content shown in the app layout to be of full size by default. To not having the dev to set this for each view, I simply want to do that via css. Unfortunately the…
-
### Description of the bug
Starting a Hilla app logs this:
```
2024-10-09T12:14:17.533+03:00 INFO 31069 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : Comment replacement failed …
-
### Description of the bug / feature
I have a DTO as a response for an endpoint method. The only private field it has contains an object which data it shares. However, if I try to generate a Typesc…
Lodin updated
2 years ago
-
While documenting the multi-module engine, I tried to define a custom configuration for the non-null plugin. That configuration is ignored in favor of the default one.
Hilla version: 1.2.2.
-
```
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /Users/xxxx/.m2/wrapper/dists/apache-maven-3.8.1-bin/2l5mhf2pq2clrde7f7qp1rdt5m/apache-maven-3.8.1
Java version: 17.0.6…
-
While looking at https://github.com/vaadin/hilla/blob/main/packages/java/parser-jvm-core/src/test/java/dev/hilla/parser/test/helpers/context/AbstractContext.java, I was trying to find the `ReflectionO…