New GraalVM release

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

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

  • @VincentGroenewold
    @VincentGroenewold ปีที่แล้ว +3

    No comments even. Well, super happy to see this and super excited about this new development, thanks for doing this!

  • @David-iq1kd
    @David-iq1kd ปีที่แล้ว

    I'm excited about but finding very little information about the possibility of utilizing GraalVM to compile to mobile targets. Any guides out there?

  • @maneshipocrates2264
    @maneshipocrates2264 ปีที่แล้ว

    I am finding using this graalvm a problem when combined with spring-cloud-stream-rabbit or kafka. I also do not know if there are issues with maven-plugins.

  • @aibulat1871
    @aibulat1871 ปีที่แล้ว

    what is the option to get that fancy `Build Report` in native-image?

    • @aibulat1871
      @aibulat1871 ปีที่แล้ว

      I can see only one option mentioning `report`: --report-unsupported-elements-at-runtime. That is definitely not what was discussed...

    • @aibulat1871
      @aibulat1871 ปีที่แล้ว

      Found it! It is: -H:+BuildReport

  • @aibulat1871
    @aibulat1871 ปีที่แล้ว +1

    That part is absolutely awesome: native-image + virtual threads!

  • @aibulat1871
    @aibulat1871 ปีที่แล้ว

    Why do we care about AWT? Isn't it superseded twice by Swing and then by Java FX?

  • @Fradantim
    @Fradantim ปีที่แล้ว

    Hi!
    Could you please share source and scripts shown in this presentation?
    I'm having some difficulty trying to pgo a springboot app :S
    The build process encountered an unexpected error:
    > com.oracle.svm.core.util.VMError$HostedError: Conditionals must have the same number of branches in every context.