Getting started with Spring Boot AOT + GraalVM Native Images

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 37

  • @aldosilva6
    @aldosilva6 7 หลายเดือนก่อน

    Very nice presentation Dan. I didn't know that I could customize the JVM.

  • @rafinhaLQ
    @rafinhaLQ 7 หลายเดือนก่อน

    Amazing presentation! Thanks!

  • @TheTallMan67
    @TheTallMan67 7 หลายเดือนก่อน

    Exciting. Thanks Dan

  • @MariAngelesGarcia-m2c
    @MariAngelesGarcia-m2c 4 หลายเดือนก่อน

    wow!! great feature!! thanks, dan

  • @rabah4306
    @rabah4306 7 หลายเดือนก่อน

    Hello Dan thanks for your videos they are awesome!!!
    I have a question, what is your opinion on Monorepo?

  • @orestis131
    @orestis131 7 หลายเดือนก่อน

    Nice presentation! Thanks

  • @007arek
    @007arek 7 หลายเดือนก่อน +1

    Hi Dan, are you familiar with JavaFX? I believe JavaFX could be great for native images.
    Why do you use legacy annotation like ShellMethod?

    • @mrkostya008
      @mrkostya008 7 หลายเดือนก่อน

      Did you just get out of uni for thinking that

    • @007arek
      @007arek 7 หลายเดือนก่อน

      @@mrkostya008 no, why do you think that?

  • @AlexTilkin
    @AlexTilkin 7 หลายเดือนก่อน

    Good video. Thank you, Dan

  • @peace336-n8g
    @peace336-n8g 7 หลายเดือนก่อน +2

    Can you please cover limitations also?

    • @DanVega
      @DanVega  7 หลายเดือนก่อน

      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.

    • @peace336-n8g
      @peace336-n8g 7 หลายเดือนก่อน

      @@DanVega in context with spring what all dynamic features we cannot use.

  • @bartomiejdziadosz8616
    @bartomiejdziadosz8616 7 หลายเดือนก่อน

    Hello Dan, any video about graalvm + aws lambda?

  • @remsbd
    @remsbd 7 หลายเดือนก่อน

    Thanks for your video ! but i have an issue, 'gu' tool was not found...

  • @gamires
    @gamires 7 หลายเดือนก่อน +1

    @DanVega It is possible to build a native image from Windows to put in a docker image?

    • @DanVega
      @DanVega  7 หลายเดือนก่อน +1

      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

    • @gamires
      @gamires 7 หลายเดือนก่อน

      @@DanVega Here is the answer "2.2. Building a Native Image Using Buildpacks"
      I run your example just well.
      Thank your very much!

  • @OmarSoftwareDev
    @OmarSoftwareDev 5 หลายเดือนก่อน +1

    Tried not working for me, something related with VS studio. This is is not as straightforward it seems

  • @terribleprogrammer
    @terribleprogrammer 7 หลายเดือนก่อน +1

    I am facing issues with Kerberos based apps. We use gss native. For some unknown reasons Kerberos based calls are failing. 😢

    • @DanVega
      @DanVega  7 หลายเดือนก่อน

      Sorry to hear that... I don't have any experience with Kerberos but you could always open up an issue on GitHub

  • @dd1.d
    @dd1.d 7 หลายเดือนก่อน

    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

  • @邱家鹏-h1t
    @邱家鹏-h1t 4 หลายเดือนก่อน

    hello,sir.How to fix the slf4j😂i want to know it,can u make a video?

  • @praveens2272
    @praveens2272 7 หลายเดือนก่อน +1

    Does anyone using this in production with containerising the application.

    • @AbdurRahmanAcademy
      @AbdurRahmanAcademy 7 หลายเดือนก่อน +2

      Not in production but we tried locally and there are many dependencies which still not fully supported

    • @andytael
      @andytael 7 หลายเดือนก่อน +2

      We do use it for production, actually a CLI :-)

    • @DanVega
      @DanVega  7 หลายเดือนก่อน +2

      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

  • @andytael
    @andytael 7 หลายเดือนก่อน +2

    Why are you using the wrapper, this works just fine for me:
    mvn clean -Pnative native:compile

    • @DanVega
      @DanVega  7 หลายเดือนก่อน +5

      Not everyone has maven installed locally so thats why I use the mvn wrapper in demos

  • @mwigojonathanmark1683
    @mwigojonathanmark1683 5 หลายเดือนก่อน

    Spring Security breaks the native image execution

    • @spoomer94
      @spoomer94 4 หลายเดือนก่อน

      please, elaborate

    • @zeron4081
      @zeron4081 13 วันที่ผ่านมา

      @@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

  • @neotechfriend
    @neotechfriend 4 หลายเดือนก่อน

    wow

  • @flaviu-vanca
    @flaviu-vanca 2 หลายเดือนก่อน

    Magic 🎩 🪄 . Thank you so much for the introduction, you earned a subscriber 😊

  • @josemartins-jumia
    @josemartins-jumia 4 หลายเดือนก่อน

    pom..xml