GraalVM & Spring Boot: Building a Native Executable | Marco Reacts

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 24

  • @shadowpenguin3482
    @shadowpenguin3482 10 місяців тому +11

    Whenever you encounter an issue with a library, you can actually fix this for everyone by publishing the runtime definitions and the spring native gradle plugin will pick them up.
    That’s what they did for hibernate and many of the spring managed libraries, but of course they cannot do that for every small library.

  • @sixpooltube
    @sixpooltube 11 місяців тому +10

    Probably the best advertisement for Go.

  • @michaelsimons6035
    @michaelsimons6035 11 місяців тому +1

    I love Drew Noake's exif library, using it since more than a decade.

    • @MarcoCodes
      @MarcoCodes  11 місяців тому

      Yes, it's plain awesome. And Drew is a super nice guy, too.

  • @poidsleger
    @poidsleger 11 місяців тому +1

    I was experimenting with this too, but had the same situation and I just gave up lmao it was too much of a pain to make it running, but now you motivated me to go back and try again, cheers!

    • @RicardoSilvaTripcall
      @RicardoSilvaTripcall 11 місяців тому

      Same happened to me, it was one error after another, just gave up ...

    • @sandrodelacruz8125
      @sandrodelacruz8125 11 місяців тому

      I tried once and got an error and gave up when Google failed me.

  • @machchar_qing
    @machchar_qing 6 місяців тому

    man you're funny & informative at the same time.

  • @sadiulhakim7814
    @sadiulhakim7814 2 місяці тому

    I need to video on How did you setup ubuntu on windows and installed graalVm and gradle

  • @adityamparikh
    @adityamparikh 10 місяців тому

    Similar experience. Can’t begin to figure out what hints I need to provide for our proprietary library.

  • @sightseeingsouls-rk
    @sightseeingsouls-rk 8 місяців тому

    It's asking to specify the class containing main entry point. How can i do this? I'm working gradle micro service.
    Error: Please sprcify class (or /) containing the main entry point method.

    • @MarcoCodes
      @MarcoCodes  8 місяців тому

      What is the main class you run for your microservice? Put that in there.

  • @asterixcode
    @asterixcode 11 місяців тому

    super! danke, marco [=

  • @arunkumar4135
    @arunkumar4135 8 місяців тому

    Do we need open jdk 17 version as minimum requirement to run the application with graalVM?

    • @MarcoCodes
      @MarcoCodes  8 місяців тому

      There's also a GraalVM 11, but your mileage might vary regarding Spring Boot's Java 11 support.

  • @serrrsch
    @serrrsch 7 місяців тому

    3 months later and with Maven and Spring Boot 3.2 some things are more clear but I agree in dependency heavy projects GraalVM is not working out of the box. Micronaut is way better in that regard.

  • @Matheus_1582
    @Matheus_1582 10 місяців тому

    Do you have any Maven classes...???

    • @MarcoCodes
      @MarcoCodes  10 місяців тому

      ua-cam.com/video/Xatr8AZLOsE/v-deo.html

  • @NJActuary
    @NJActuary 11 місяців тому

    Graal will never get this far. It's too bad.

    • @gianlucasantos3302
      @gianlucasantos3302 11 місяців тому

      With Quarkus i had pretty good experience so far.