quarkusio / gizmo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gizmo

A bytecode generation library.

Version GitHub Actions Status

About

Gizmo aims at simplifying bytecode generation. It is heavily used by Quarkus.

Usage

For more information about how to use Gizmo, please see USAGE.adoc.

Build

Gizmo is available on Maven Central but you can build it locally:

mvn clean install

Release

# Bump version and create the tag
mvn release:prepare -Prelease
# Build the tag and push to OSSRH
mvn release:perform -Prelease

The staging repository is automatically closed. The sync with Maven Central should take ~30 minutes.

About

License:Apache License 2.0


Languages

Language:Java 100.0%