No description
Find a file
Renovate Bot 0cb38752a2
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m15s
Add .github/renovate.json5
2024-10-27 00:22:10 +00:00
.gitea added CODEOWNERS 2024-10-25 11:20:24 +02:00
.github Add .github/renovate.json5 2024-10-27 00:22:10 +00:00
.mvn/wrapper initial commit 2024-10-18 18:15:43 +02:00
quarkus-clock-service added clock service module 2024-10-18 21:53:42 +02:00
quarkus-json-service added json module 2024-10-18 23:47:10 +02:00
quarkus-message-digest-service added message digest module 2024-10-18 23:00:46 +02:00
quarkus-random-number-generator split random number and uuid generator modules 2024-10-18 22:23:04 +02:00
quarkus-uuid-generator split random number and uuid generator modules 2024-10-18 22:23:04 +02:00
.gitignore initial commit 2024-10-18 18:15:43 +02:00
mvnw initial commit 2024-10-18 18:15:43 +02:00
mvnw.cmd initial commit 2024-10-18 18:15:43 +02:00
pom.xml added json module 2024-10-18 23:47:10 +02:00
README.md added json module 2024-10-18 23:47:10 +02:00

Quarkus Commons

Java version Quarkus version Maven Wrapper

Introduction

This repository contains modules with common classes and utilities that can be used by Quarkus applications.

The modules are:

  • quarkus-clock-service
  • quarkus-json-service
  • quarkus-message-digest-service
  • quarkus-random-number-generator
  • quarkus-uuid-generator