https://github.com/manusa/yakc-quarkus-extension
https://github.com/manusa/yakc-quarkus-extension
cloud java kubernetes quarkus yakc
Last synced: 4 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T07:27:04.000Z (over 4 years ago)
- Last Synced: 2025-07-31T07:10:49.443Z (about 1 year ago)
- Topics: cloud, java, kubernetes, quarkus, yakc
- Language: Java
- Homepage: https://blog.marcnuri.com/tag/yakc/
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- 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
[
](https://search.maven.org/search?q=g:com.marcnuri.yakc%20a:quarkus-yakc-extension)
[
](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`