Soroosh Taefi

Results 57 comments of Soroosh Taefi

I've noticed a weird pattern of having "Resource /hilla-openapi.json is not available" during the native build: If I change the resource name e.g. from `hilla-openapi.json` to `hillaopenapi.json` and vice versa...

Well, as suspected, adding a log shows when `registerEndpointTypes` is called on the second round of spring-boot startup (during the native build) the `/hilla-openapi.json` resource is available and that's why...

I pushed the changes needed for a Vaadin/Hilla 24.4 applications to work with the dynamic menu. If someone wants to run the native build in `hilla/packages/java/tests/spring/native`, they need to add...

@Artur- This isn't going to be picked to 24.4, right?

Thanks @cvmabilin, for creating this issue, it is a bug indeed. Apart from the reported bug, my personal preference would be to see a new property e.g. called `selectionColumn` in...

Well, more investigation shows that the behavior is coming from the fact that `` is behaving this way intentionally when the `items` is not used to set the data to...

Thanks @rbrki07 for reporting this issue. It is probably due to the fact that it doesn't have any hints about the existence of `META-INF/VAADIN/file-routes.json` when the image is getting built.

The possible fix is to add a resource pattern similar to what's done [here](https://github.com/vaadin/hilla/blob/main/packages/java/endpoint/src/main/java/com/vaadin/hilla/springnative/HillaHintsRegistrar.java#L78) for the `hilla-openapi.json`.

Just a side note: Apart from what the actual cause of this issue is, the menus are populated based on the value of the `window.Vaadin.views` global object, that in turn...

Hi @abdullahtellioglu, I gave your attached application a try with beta3 and couldn't reproduce the issue, the output looks like this: ![Screenshot 2024-05-22 at 14 41 37](https://github.com/vaadin/hilla/assets/70698630/ac45945e-9a8d-496b-93c0-4bf0d2f977db) Is this still...