Lenny Primak
Lenny Primak
This may be a source of your issues @steinarb
Sorry it slipped through the cracks. Thanks for the reminder!
Tried compiling, but getting errors: ``` [INFO] --------------------------------------------------------------------------------------------------------------------- [INFO] BUILD FAILURE [INFO] --------------------------------------------------------------------------------------------------------------------- [INFO] Total time: 14.897 s (Wall Clock) [INFO] Finished at: 2024-10-10T22:32:37Z [INFO] --------------------------------------------------------------------------------------------------------------------- [ERROR] io.helidon.build.common.RichTextProvider: Provider io.helidon.build.common.ansi.AnsiTextProvider...
NVM I got it to compile. Needed an Intel / Ubuntu / JDK 21 / maven 3 container which I had to build :)
Great news! I was able to test the sample and it works with your branch. Have not tried it yet with Postgres, which is the next step
Awesome. I'll try this one. Im running into another issue with EclipseLink (not a Helidon issue at all) EL doesn't work in a multi-module project with weaving limitations, as Hibernate...
Tried https://github.com/tvallin/helidon/tree/4.x-native-image-hibernate However, got the following error. Not sure how / if that relates, but I can't get passed this... ``` [WARNING] [stderr] Error: Classes that should be initialized at...
More info: ``` [WARNING] [stderr] Error: Classes that should be initialized at run time got initialized during image building: [WARNING] [stderr] org.eclipse.yasson.internal.JsonbContext was unintentionally initialized at build time. org.hibernate.type.format.jakartajson.JakartaJsonIntegration caused...
Passed this error. I can now confirm that the branch fixes the EclipseLink issue. Thank you!
Any updates on this? I am experiencing this problem as well Thank you @TheOnlyAl Maybe you can submit a PR for this?