What is your experience with GraalVM Native?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • Even assuming your app run as intended (which is already complicated enough, you will have to run their java agent to register all reflections), there is no telling how it will perform. For example record methods are currently implemented using reflection which completely obliterate performance: https://github.com/oracle/graal/issues/4348

  • avaje-inject

    Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"

  • Dagger2 and avaje-inject are other options (DI as source code generation via annotation processing). https://avaje.io/inject/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • substrate

    Create native Java(FX) apps for desktop, mobile and embedded (by gluonhq)

  • missing methods in Android library

  • gluonfx-maven-plugin

    Plugin that simplifies creating native images for Java/JavaFX maven projects

  • run and runagent miss runtime args

  • faf-user-service

  • This class fails to load at runtime: https://github.com/FAForever/faf-user-service/blob/master/src/main/kotlin/com/faforever/userservice/config/ThymeleafDialectLoader.kt

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts