No description
Find a file
Jorge Bornhausen bf5cf58c3f
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m20s
remove cache from actions/setup-java@v4
2024-10-18 23:59:51 +02:00
.gitea/workflows remove cache from actions/setup-java@v4 2024-10-18 23:59:51 +02: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