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

- [ ] Update a checklist for releasing Hilla. - [ ] Make sure to include all the relevant parts. - [ ] Share and discuss with the platform team.

hilla

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@vaadin/[email protected]` for the project I'm working on. I used a vaadin-number-field bound via...

bug
hilla

### Description of the bug / feature A dependency to `[email protected]` has been introduced. This depends on `[email protected]`. Flow also uses `[email protected]` which depends on `tabale@^1.1`. While this combination seems...

bug
hilla
groomed
workaround

When transferring primitive array-like data using Connect endpoints, I want primitive Java arrays like `byte[]` to be mapped to typed JS arrays like `Int8Array`, so that (a) the transfer is...

enhancement
hilla
Severity: Major
Impact: High

Vaadin 14 supported setting vaadin.productionMode=true/false in application.properties https://vaadin.com/docs/v14/flow/spring/tutorial-spring-configuration.html Vaadin 15 ignores vaadin.productionMode in application.properties

hilla
Severity: Minor
Impact: Low
investigation

In V14 `router-link` goes to the same view even when it does not handles that route. Clicking on the link in the below snippet, V14 continues showing the same UI,...

hilla
Severity: Minor
Impact: Low

1.- in `flow-tests/test-embedding/embedding-test-assets` run `mvn install` 2.- in `flow-tests/test-embedding/test-embedding-production` enable client side bootstrapping ``` ... false ``` 3.- run `mvn verify` and every tests will fail 4.- create a `frontend/index.ts`...

bug
hilla
Severity: Minor
Impact: Low

- open 'foo' router - navigate to 'invalidate' by clicking on the link 'invalidate' view should be displayed after the navigation happens, but 'foo' is shown instead. ``` @Route(value =...

bug
hilla
Severity: Minor
Impact: Low

1. https://start.vaadin.com 2. Select "typescript" for Dashboard 3. Download 4. Rename `DashboardEndpoint.java` to `dashboardEndpoint` and the class name accordingly 5. `mvn` `frontend/generated` now contains `DashboardEndpoint.ts` when the expected would be...

hilla
Severity: Minor
Impact: Low

See `StartupPerformanceIT.devModeInitializerToWebpackUpIsBelow5500ms` , the threshold should be set to 5500 but in v15 it needs to be 9500 to pass Considerations: - The project for measuring performance produces a mostly...

hilla
Severity: Major
Impact: High
performance