hilla icon indicating copy to clipboard operation
hilla copied to clipboard

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

If I use `jakarta.validation.constraints.PastOrPresent` in my data entity, the binder does not recognize this. I can set the date to the future with the bound` vaadin-date-picker`. This will result: ```...

bug
hilla
Severity: Minor
Impact: Low

### Describe the bug I've executed the command `mvn compile vaadin:generate` in a project that uses the old `/frontend` directory and generated files go in `src/main/frontend` as in the new...

bug
hilla
Severity: Minor
Impact: Low

### Describe your motivation Given that https://github.com/vaadin/hilla/issues/3131 aims to add better support for downloading files and data, it would be nice to support file-type columns in `AutoGrid`, for use cases...

enhancement
hilla

In #2934, we encountered a significant issue with the Flow Auto Layout feature. To prevent regressions and ensure the stability of this feature, we should implement a dedicated IT test...

hilla
testing

### Describe your motivation SSO is handled by Spring and providers can send back-channel logout messages. This has been handled using Push in Hilla in the past. I see that...

enhancement
hilla

### Describe your motivation ListSignal can also have support for insertion: * at the beginning * before or after a certain item * exactly between two specific items ### Describe...

enhancement
hilla

### Describe your motivation We could have `StringSignal` that basically can store a collaborative text. This signal can have methods for text modifications, e.g. to insert at certain positions, to...

enhancement
hilla

### Describe your motivation When working with signals to build a more complex UI, you often want to compute one signal from another. The resulting computed signal is then a...

enhancement
hilla

### Description of the bug Hilla has transitive Node dependencies that are deprecated. These should be removed ### Minimal reproducible example Running "npm ci" yields npm WARN deprecated [email protected]: This...

bug
hilla
Severity: Minor
Impact: High

### Describe the bug In a Copilot test, we see the following on startup ``` HOTSWAP AGENT: 07:39:01.830 ERROR (org.hotswap.agent.command.ReflectionCommand) - Error executin method onHotswap in class com.vaadin.flow.hotswap.Hotswapper java.lang.reflect.InvocationTargetException at...

bug
hilla