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.
### Description of the feature Context: - I am using the form framework in a standalone TS project (no flow). - relates to vaadin/hilla#290 I would like to be able...
When an Endpoint is defined outside the package of `Applicatoin.java`, Fusion generates the TypeScript code, but the code doesn't work. The reason being that by default Fusion uses `${project.basedir}/src/main/java` for...
Steps to reproduce: 1. Navigate to https://cookbook.vaadin.com/vaadinServlet/ 2. Observe error in console: ``` 18:10:30.552 (index):1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 Promise.catch (async) render...
### Minimal reproducible example 1. Go to https://start.vaadin.com/?preset=fusion 2. Change view type to "master-detail" and download 3. Change the type of `phone` in `Person.java` to `int` 4. Remove the data...
Based on vaadin/flow#9314. With the new Selenium release, we can use the Chrome DevTools Protocol for the offline tests, so that we can fix a false negative offline IT test....
After we have a new TestBench version with Selenium 4 (https://github.com/vaadin/testbench/issues/1279), we should add helper methods in `ChromeDeviceTest` to simulate the online/offline situations as described in vaadin/flow#9314. The false-negative IT...
Currently, the connection indicator component styling is done through document styles for light DOM, because of compatibility reasons with prior loading indicator customizations. This way have several downsides: - The...
I've added this class to my example project (generated from start.vaadin.com): ```java @Endpoint @AnonymousAllowed public class AboutEndpoint { public String getVersion() { return "1234"; } } ``` I'd expect `mvn...
`VaadinConnectController` has the following lines to configure current request and response: https://github.com/vaadin/flow/blob/4ba194f354ea4ee039324e7ca9d42eece5a50708/fusion-endpoint/src/main/java/com/vaadin/flow/server/connect/VaadinConnectController.java#L279-L282 However, according to `VaadinService`, `VaadinService.getCurrent()` will return a non-null value only in the following cases: - The block...
In the DX Testing session today, we found that starting the application is ridiculously to start, well over 1 minute. Below the environment the tester had. MacOS Node.js v12.16.3. npm...