Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manusa/yakc-quarkus-extension


https://github.com/manusa/yakc-quarkus-extension

cloud java kubernetes quarkus yakc

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# YAKC - Yet Another Kubernetes Client - Quarkus Extension
[![Maven Central](https://img.shields.io/maven-central/v/com.marcnuri.yakc/quarkus-yakc-extension)
](https://search.maven.org/search?q=g:com.marcnuri.yakc%20a:quarkus-yakc-extension)
[![javadoc](https://javadoc.io/badge2/com.marcnuri.yakc/quarkus-yakc-extension/javadoc.svg)
](https://javadoc.io/doc/com.marcnuri.yakc/quarkus-yakc-extension)

Use this [Quarkus](https://www.quarkus.io) extension to integrate
[YAKC](https://github.com/manusa/yakc) in your Quarkus application.

This extension provides the requirements to be able to produce native images for your
application running with YAKC.

## Quickstart

Add the extension dependency to your `pom.xml`:
```xml




com.marcnuri.yakc
quarkus-yakc-extension
0.0.13


```

## Release process
- Tag release with the current `pom.xml` version e.g. `v0.0.13`
- Wait for action to complete and artifacts to be published in Maven Central
- Increment version:
`mvn versions:set -DnewVersion=0.0.14 -DgenerateBackupPoms=false`
- Commit `[RELEASE] v0.0.13 released, prepare for next development iteration`