No description
Find a file
Jorge Bornhausen 015ffc41a9
All checks were successful
Release the current version / Execute the release (push) Successful in 1m33s
Merge pull request 'chore: bump version to 1.1.3' (#140) from version into main
Reviewed-on: #140
2025-10-15 09:09:16 +00:00
.github chore: bump version to 1.1.3 2025-10-15 11:03:40 +02:00
.mvn/wrapper fix(deps): update maven-wrapper to 3.3.3 2025-08-30 13:02:59 +00:00
docs docs(CODEOWNERS): add @michal.tumilowicz 2025-08-22 15:47:10 +02:00
quarkus-audit-tools chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-client-logger chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-clock-service chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-json-service chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-message-digest-service chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-random-number-generator chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-table-generator chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-tracing-service chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
quarkus-uuid-generator chore: prepare for next development iteration 2025-10-06 09:55:38 +00:00
.gitattributes chore: add .gitattributes 2024-11-11 09:43:38 +01:00
.gitignore initial commit 2024-10-18 18:15:43 +02:00
mvnw fix(deps): update maven-wrapper to 3.3.3 2025-08-30 13:02:59 +00:00
mvnw.cmd fix(deps): update maven-wrapper to 3.3.3 2025-08-30 13:02:59 +00:00
pom.xml fix(deps): update org.jacoco:jacoco-maven-plugin to 0.8.14 (renovate) 2025-10-11 21:12:54 +00:00
README.md docs(README): update sonarqube badges 2025-08-28 20:53:37 +02:00

Quarkus Commons

Java version Coverage Duplicated Lines (%) Quality Gate Status Security Rating Reliability Rating Maintainability Rating

Introduction

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

The modules are:

  • quarkus-audit-tools
  • quarkus-client-logger
  • quarkus-clock-service
  • quarkus-json-service
  • quarkus-message-digest-service
  • quarkus-random-number-generator
  • quarkus-table-generator
  • quarkus-tracing-service
  • quarkus-uuid-generator