hilla
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.
- [ ] Update a checklist for releasing Hilla. - [ ] Make sure to include all the relevant parts. - [ ] Share and discuss with the platform team.
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...
### 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...
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...
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
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,...
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`...
- 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 =...
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...
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...