quarkus-native-test

Official

Automate Quarkus native tests, ensure flawless performance.

Authorquarkiverse
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill eliminates the complex, time-consuming, and error-prone manual process of validating Quarkus applications in native mode. It automates native image compilation and testing, ensuring your applications are optimized for performance and fully compatible with GraalVM/Mandrel.

Core Features & Use Cases

  • Automated Native Compilation: Compiles Quarkus applications into highly optimized native executables using GraalVM/Mandrel.
  • GraalVM Compatibility Validation: Verifies reflection, resource loading, and static analysis constraints specific to native images.
  • Performance & Memory Footprint Checks: Confirms fast startup times and low memory usage, critical for cloud-native deployments.
  • Use Case: Before deploying a Quarkus microservice to production, use this skill to automatically run comprehensive native tests, ensuring it's optimized for performance and fully compatible with the native environment, saving you hours of manual validation.

Quick Start

Execute native tests for your Quarkus project

./mvnw -V -B -am clean verify -Dnative -Dquarkus.native.builder-image=quay.io/quarkus/ubi9-quarkus-mandrel-builder-image:jdk-21

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: quarkus-native-test
Download link: https://github.com/quarkiverse/quarkus-hivemq-client/archive/main.zip#quarkus-native-test

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository