Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manusa/yakc-quarkus-extension
https://github.com/manusa/yakc-quarkus-extension
cloud java kubernetes quarkus yakc
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manusa/yakc-quarkus-extension
- Owner: manusa
- License: apache-2.0
- Created: 2020-10-28T14:41:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T07:27:04.000Z (about 3 years ago)
- Last Synced: 2024-12-18T16:35:12.785Z (about 2 months ago)
- Topics: cloud, java, kubernetes, quarkus, yakc
- Language: Java
- Homepage: https://blog.marcnuri.com/tag/yakc/
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`