awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesNative Image Configurations

Specific metadata settings required for successful ahead-of-time compilation.

Distinguishing note: Focuses on native image reflection metadata specifically.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Native Image Configurations. Refine with filters or upvote what's useful.

Awesome Native Image Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google/gsonAvatar von google

    google/gson

    24,357Auf GitHub ansehen↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Configures metadata to ensure classes accessed via reflection remain functional within native executable binaries.

    Java
    Auf GitHub ansehen↗24,357
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Registers classes for reflection and manages initialization phases to ensure compatibility with ahead-of-time native image compilation.

    Javacloud-nativehacktoberfestjava
    Auf GitHub ansehen↗15,479
  • mybatis/spring-boot-starterAvatar von mybatis

    mybatis/spring-boot-starter

    4,248Auf GitHub ansehen↗

    This project is a library that integrates the MyBatis persistence framework into Spring Boot applications. It provides a database persistence layer that connects Java mapper interfaces to SQL statements through automatic package scanning and dependency injection. The project utilizes Spring Boot auto-configuration to automatically register session factories and templates based on detected data sources. It includes support for GraalVM native images, enabling the compilation of applications into standalone binaries with specific configurations for XML-based mappers. Capabilities cover the mana

    Includes configurations required for successful ahead-of-time compilation into native binaries.

    Javajavamybatisspring-boot
    Auf GitHub ansehen↗4,248
  1. Home
  2. DevOps & Infrastructure
  3. Native Image Configurations