Leif Åstrand
Leif Åstrand
`@ClientCallable` is a completely separate thing from the implementation point of view. Could you please create a separate ticket about that?
There are at leats to challenges to overcome unless TypeScript would get built-in support for something resembling Java annotations. * Finding the annotated files. As it stands today with webpack,...
The original reason for parsing sources is that we wanted to carry over method parameter names and JavaDocs to the generated TS. The new architecture uses bytecode as the main...
> adding a warning in the logs that no public methods where found It has occasionally happened that some users have noticed log messages, but I wouldn't count on it....
> The best solution would be that everything would just work. Spring Boot has explicitly chosen to not automatically look for beans outside the package containing the `@SpringBootApplication` class. This...
This one could have some more specific use case described. The reason I'm asking is that I have a difficult time coming up with any good example where converters are...
Some variations to consider * Could this be per type instead of per field? It seems reasonable that I want to represent all properties of type `UUID` as a TS...
What you describe sounds like another case for https://vaadin.com/labs/csp. While the mechanism is slightly different (CSP vs ModSecurity), the core of it is that all the JS that needs to...
The reason for this behaviour is that with the integration between Flow and Hilla, the server cannot _know_ that there won't be a client-side route that would handle the same...
It's a question about how often this would be useful vs bloating the API. The attach and detach listeners is very useful because those things can be triggered by things...