What limitations? I pointed out that there are tradeoffs, one being time to build the native image and the other being you need to tell the compiler about anything dynamic that you're doing.
I don't have any experience with this but you can check out the docs docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.developing-your-first-application.native-build-tools.prerequisites.windows
I’m not sure if anyone else has encountered this issue. When I have circular dependencies and use the @Lazy annotation to resolve them, the resulting native image fails to run
Yes this is being used in production. You can switch to the native profile and build a container docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
@@spoomer94 Answer is here if you would like to search this title on TH-cam : Spring Boot and GraalVM Native Images: A Match Made in Heaven? th-cam.com/video/s9dNoPUmi6E/w-d-xo.html
Very nice presentation Dan. I didn't know that I could customize the JVM.
Amazing presentation! Thanks!
Exciting. Thanks Dan
wow!! great feature!! thanks, dan
Hello Dan thanks for your videos they are awesome!!!
I have a question, what is your opinion on Monorepo?
Nice presentation! Thanks
Hi Dan, are you familiar with JavaFX? I believe JavaFX could be great for native images.
Why do you use legacy annotation like ShellMethod?
Did you just get out of uni for thinking that
@@mrkostya008 no, why do you think that?
Good video. Thank you, Dan
Can you please cover limitations also?
What limitations? I pointed out that there are tradeoffs, one being time to build the native image and the other being you need to tell the compiler about anything dynamic that you're doing.
@@DanVega in context with spring what all dynamic features we cannot use.
Hello Dan, any video about graalvm + aws lambda?
Thanks for your video ! but i have an issue, 'gu' tool was not found...
@DanVega It is possible to build a native image from Windows to put in a docker image?
I don't have any experience with this but you can check out the docs
docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.developing-your-first-application.native-build-tools.prerequisites.windows
@@DanVega Here is the answer "2.2. Building a Native Image Using Buildpacks"
I run your example just well.
Thank your very much!
Tried not working for me, something related with VS studio. This is is not as straightforward it seems
I am facing issues with Kerberos based apps. We use gss native. For some unknown reasons Kerberos based calls are failing. 😢
Sorry to hear that... I don't have any experience with Kerberos but you could always open up an issue on GitHub
I’m not sure if anyone else has encountered this issue. When I have circular dependencies and use the @Lazy annotation to resolve them, the resulting native image fails to run
hello,sir.How to fix the slf4j😂i want to know it,can u make a video?
Does anyone using this in production with containerising the application.
Not in production but we tried locally and there are many dependencies which still not fully supported
We do use it for production, actually a CLI :-)
Yes this is being used in production. You can switch to the native profile and build a container
docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Why are you using the wrapper, this works just fine for me:
mvn clean -Pnative native:compile
Not everyone has maven installed locally so thats why I use the mvn wrapper in demos
Spring Security breaks the native image execution
please, elaborate
@@spoomer94
Answer is here if you would like to search this title on TH-cam :
Spring Boot and GraalVM Native Images: A Match Made in Heaven?
th-cam.com/video/s9dNoPUmi6E/w-d-xo.html
wow
Magic 🎩 🪄 . Thank you so much for the introduction, you earned a subscriber 😊
pom..xml