René Wilby
René Wilby
### Describe the bug A Hilla application that was compiled into a native image using GraalVM does not show any menu items: ### Expected-behavior The Hilla application should display menu...
## Description This should fix that `file-routes.json`cannot be loaded from `/META-INF/VAADIN/` when Hilla application is executed as native image. Fixes #2395 ## Type of change - [X] Bugfix - [...
### Describe the bug A new Hilla project created with the Hilla CLI using the flag `--empty` does not contain an empty view. The Hilla CLI shows the following help...
### Minimal reproducible example https://github.com/rbrki07/react-native-gesture-handler-test ### What platform(s) does this occur on? iOS ### Did you reproduce this issue in a development build? No (tested in Expo Go) ### Summary...
### Describe the bug A Hilla app with `@PWA` annotation throws an exception when running as native compiled image: ``` java.lang.UnsatisfiedLinkError: No awt in java.library.path at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.loadLibraryRelative(NativeLibrarySupport.java:136) ~[na:na] ``` ###...
### Describe the bug When you have a JPA entity with a field annotated with `@Id` or `@Version` and you use this entity in the AutoCrud component, you likely won't...