Does Blazebit support Springboot + GraalVM? #2028
-
Hi, I tried to use blazebit with springboot 3.4.4 and graalvm 23, it was successfully compiled, but when i run the executable file, i got this error message:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Honestly, trying spring boot with GraalVM is already doomed to fail. Not to start with all the Jackson and reflection, testing, mocking .... issues and so forth. Using BP in this context i would consider rather a impossible :) But maybe this is just my grudge against GraalVM and what it promises ... and what it delivers. Especially with Spring Boot. You should, if you really consider GraalVM with SB, check the issue queues for SB to see if you really want to stick with it |
Beta Was this translation helpful? Give feedback.
Honestly, trying spring boot with GraalVM is already doomed to fail. Not to start with all the Jackson and reflection, testing, mocking .... issues and so forth. Using BP in this context i would consider rather a impossible :)
But maybe this is just my grudge against GraalVM and what it promises ... and what it delivers. Especially with Spring Boot. You should, if you really consider GraalVM with SB, check the issue queues for SB to see if you really want to stick with it