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 using the multi-module generator in the `tests/spring/security` module, many classes are added to the `components` sections of the OpenAPI definition. Those classes are not used by the endpoints to...

bug
hilla
Severity: Blocker
Impact: Low

In Hilla 1.1, the generator creates TypeScript files by matching fields in the Java class. Consider for example this entity: ```java public class MyEntity { private int num = 3;...

bug
hilla
Severity: Minor
Impact: High

In Hilla 1.1, when generating TypeScript endpoints with `Flux` return types (i.e. push), the return type includes `undefined`. For example, this code: ```java public Flux getAllUsers() { return Flux.just(); }...

bug
hilla
Severity: Minor
Impact: Low

## Description The tests using `flow-maven-plugin` now use `generator-maven-plugin` and the build process is adapted to allow it to run. The plugin replacement should be discussed as by doing so,...

hilla

While searching for the dependencies of `public org.reactivestreams.Publisher apply(java.util.List>)`, the generator seems unable to resolve `V`: ``` ... Caused by: java.lang.IllegalArgumentException: Could not resolve V against parameters of the defining...

bug
hilla

The `endpoints-custom-client` test module fails when using the multi-module generator as it doesn't pick up the provided custom client. It should mimic the existing feature as implemented at https://github.com/vaadin/hilla/blob/42ea5619a0d670b39ef330be68caaf0423c37ad0/packages/java/endpoint/src/main/java/dev/hilla/frontend/TaskGenerateEndpointImpl.java#L50-L54

bug
hilla
Severity: Major
Impact: Low

When the `x-class-name` extended property is created in the OpenApi definition during parsing, its value contains the name of the original class. It should contain the name of the transformed...

enhancement
hilla
internal improvement

The CLI is still in the Vaadin organization: ``` npx @vaadin/cli init --hilla my-hilla-app ``` That's hard to explain to other devs who start with Hilla and don't know Vaadin.

enhancement
hilla

I've found a very strange issue. I have two projects. 1. Spring Boot App with Hilla 2. Simply dependency with classes with Bean Validation annotations The generator only generates the...

bug
hilla

Add support for the `@JsonIgnore` annotation in the multi-module generator. When `@JsonIgnore` is specified for a field, the corresponding field should not be emitted in the `openapi.json` and the TypeScript...

bug
hilla
Severity: Minor
Impact: Low