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 the project containing the endpoints is compiled without the `parameters` flag, ClassGraph always returns `null` as parameter name, whereas Java reflection generates `argN` placeholder names. While it is recommended...

bug
hilla

Fixes #571 by adding a `getIndex` method in `MethodParameterInfoModel` and its subclasses, and using that method to generate missing parameter names in the form `argN`.

### Description of the bug When I try to combine multi-select-combo-box with the form binder and a slightly more complex data structure i'm getting an exception that _map_ can't be...

bug
hilla
Severity: Major
Impact: Low

### Description of the bug Having a form with a custom validator, the validator is only called the first time you enter a value for a nullable property ### Minimal...

bug
hilla
Severity: Major
Impact: Low

As Hilla depends on Platform, when a new major/minor version is created, the build doesn't work due to circular dependency: Hilla cannot test itself due to missing corresponding Platform packages....

hilla
internal improvement

## Description Please list all relevant dependencies in this section and provide summary of the change, motivation and context. Fixes # (issue) ## Type of change - [ ] Bugfix...

For now, we have some unnecessary complexity for the plugin configuration. E.g., if you want to change the default configuration of `NonnullPlugin`, you write something like the following Maven configuration:...

enhancement
hilla

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Using entities in property types of other entities can easily create recursive data structures. Such recursive structures work for code generation, but in runtime they sometimes trigger a “Maximum call...

enhancement
hilla