Leif Åstrand
Leif Åstrand
Sorry for missing this PR. It seems like the application is no longer deployed at that URL so I'm closing this. You can make a new PR if the app...
Another possible approach might be to make the types package private, assuming that can be made to work together with Jackson.
The original definition was that routes should be in the automatic menu only if we can generate a sensible URL to that route. That's not the case in this example....
I would see it as as separate feature to annotate individual methods. That's useful when you have a service that is used by different parts of the application (e.g. also...
I guess the point is that we shouldn't try to change Jackson to also consider package-private members by default but instead just stick to the existing defaults there.
Sounds like a duplicate of https://github.com/vaadin/hilla/issues/2701 which was fixed last week but the fix is not yet in the latest alpha release.
Why does `items` have a `length` property? Should work properly if you do `items.value.length` since you're then actually reading the signal's value. As we discussed at some point previously, we...
I'm sceptical about the benefits of doing this kind of change in general, and doing it only based on the bullets here will actually worsen security. The reason the suggested...
`@JsonIgnore` is probably the most important annotation, but it would also be great if some other annotations would be taken into account: * `@JsonProperty("foo")` should cause the TS type to...
I think you miss the point. The previous implementation only did things when the server was started but not for redeploys. The new implementation also does things for redeploys (after...