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.
I tried not to break existing code by keeping the inheritance compatible, although that means having some redundant fields in `EndpointResponseError` and its subclasses. Fixes #537
**Is your feature request related to a problem? Please describe.** I would like to detect 401 Unauthorized when EndpointError occurs. **Describe the solution you'd like** Add HTTP response code to...
Depends on #535
**Is your feature request related to a problem? Please describe.** If I want to enable the user to upload files to the server, I currently have to create a separate...
While looking at https://github.com/vaadin/hilla/blob/main/packages/java/parser-jvm-core/src/test/java/dev/hilla/parser/test/helpers/context/AbstractContext.java, I was trying to find the `ReflectionOrigin` class returned by `getReflectionOrigin`. Turns out it is a type parameter. The "[official](https://docs.oracle.com/javase/tutorial/java/generics/types.html)" Java convention for type parameter is...
### Description of the bug Kotlin types are not nullable by default. When I expose a Flux endpoint, I do not expect the generated type to be nullable. Even adding...
`fusion-endpoint` depends on `socket.io-server` to provide PUSH feature, but it seems that the transitive dependency `engine.io-server` does not yet have support for Servlet 5.
The `@EndpointExposed` annotation, which is used in the single-module generator to mark superclasses and interfaces as containing methods to be generated if an `@Endpoint` extends or implements them, is absent...
**Is your feature request related to a problem? Please describe.** Currently, the multi-module engine runs Maven every time source files are modified to update generated files. This is needed since...
Fixes https://github.com/vaadin/hilla/issues/2051 Implement VaadinWebSecurity RouteUtils for spring security route checks based on file-system routing. If the recent changes are correct, https://github.com/vaadin/flow/pull/18822 is no longer necessary. Must be activated in Hilla...