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

When a developer specifies a property (path) that does not exist, for example in an auto grid's `visibleColumns` or in an auto form's `fieldOptions`, then it is just silently ignored....

bug
hilla

According to #1751 and #1759, the repository configuration lacks a configuration that forbids unintentional test skipping in PRs. To address it, I would suggest addressing it in four different ways:...

bug
hilla
internal improvement

Auto form should inline fields from nested entities referenced with `@OneToOne`

hilla

For many-to-one properties auto form should add a single-selection field. A `ComboBox` seems like the most useful default field to use as it supports lazy-loading. The field should render a...

hilla

If the entity the form is editing has a `@Version` field and submit/save fails because of using an old entity, there should be an error message stating the issue ("somebody...

hilla

### Describe your motivation When dealing with DTOs instead of entities, it is easier to project data with a DTO class different that the one used for Update and Save...

enhancement
hilla
investigation

### Describe your motivation There are cases, like working offline, where it would be useful to be able to get the automatic generation provided by AutoGrid/Form/Crud, but work with a...

enhancement
hilla

### Describe the bug If a Hilla endpoint is passing or returning an object with a public getter/setter that starts with a digit, Hilla auto-generates TS types that start with...

bug
hilla
Severity: Minor
Impact: Low

### Describe the bug Trying to filter a BigDecimal field results in an exception. ### Expected-behavior It works. ### Reproduction Filter a column containing BigDecimal values. ### System Info Hilla...

enhancement
hilla

### Describe the bug The generator for `@JsonSubTypes` assumes that there will always be a property named `@type`. This is the case with the `@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY)`...

bug
hilla
Severity: Minor
Impact: Low