Compare commits

..

11 commits
1.1.3 ... main

Author SHA1 Message Date
71bf0b2c75 feat(deps): update com.fasterxml.uuid:java-uuid-generator to 5.2.0 (renovate)
Some checks failed
Build / build (pull_request) Successful in 2m14s
Build / build (push) Failing after 1m43s
2025-12-06 01:49:38 +00:00
27dd86c39c feat(deps): update quarkus packages to 3.30.2 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m35s
Build / build (push) Successful in 3m5s
2025-12-03 17:53:20 +00:00
7bd94aab4b feat(deps): update org.apache.maven.plugins:maven-source-plugin to 3.4.0 (renovate)
Some checks failed
Build / build (pull_request) Successful in 1m49s
Build / build (push) Failing after 2m17s
2025-11-29 01:50:22 +00:00
7de87aa0a4 ci(github-action)!: Update https://github.com/actions/checkout action to v6 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m40s
Build / build (push) Successful in 3m42s
2025-11-20 21:47:37 +00:00
83a86ff867
chore: prepare for next development iteration
All checks were successful
Build / build (push) Successful in 2m22s
2025-11-20 16:45:07 +00:00
29d7a68c14
chore: release 1.1.4
All checks were successful
Build / build (push) Successful in 2m20s
2025-11-20 16:45:06 +00:00
be8d6222a2 Merge pull request 'chore: bump version to 1.1.4' (#153) from version into main
All checks were successful
Release the current version / Execute the release (push) Successful in 2m21s
Reviewed-on: #153
2025-11-20 16:42:49 +00:00
3de14515a8
chore: bump version to 1.1.4
All checks were successful
Validate release versions / release (pull_request) Successful in 11s
Build / build (pull_request) Successful in 1m47s
2025-11-20 17:40:07 +01:00
9badd81d20 fix(deps): update quarkus packages to 3.29.4 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m37s
Build / build (push) Successful in 3m1s
2025-11-19 21:50:18 +00:00
f376d848ee feat(deps): update com.diffplug.spotless:spotless-maven-plugin to 3.1.0 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m53s
Build / build (push) Successful in 3m18s
2025-11-19 02:24:44 +00:00
b99921b56a
chore: prepare for next development iteration
Some checks failed
Build / build (push) Failing after 34s
2025-11-18 20:32:04 +00:00
14 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
name: Quarkus Commons name: Quarkus Commons
release: release:
current-version: "1.1.3" current-version: "1.1.4"
next-version: "1.1.4-SNAPSHOT" next-version: "1.1.5-SNAPSHOT"

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

View file

@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
- name: Retrieve project metadata - name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main uses: https://github.com/radcortez/project-metadata-action@main

View file

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
- name: Retrieve project metadata - name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main uses: https://github.com/radcortez/project-metadata-action@main

12
pom.xml
View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -22,17 +22,17 @@
<!-- Quarkus properties --> <!-- Quarkus properties -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id> <quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.29.3</quarkus.platform.version> <quarkus.platform.version>3.30.2</quarkus.platform.version>
<!-- Plugin versions --> <!-- Plugin versions -->
<compiler-plugin.version>3.14.1</compiler-plugin.version> <compiler-plugin.version>3.14.1</compiler-plugin.version>
<surefire-plugin.version>3.5.4</surefire-plugin.version> <surefire-plugin.version>3.5.4</surefire-plugin.version>
<spotless-plugin.version>3.0.0</spotless-plugin.version> <spotless-plugin.version>3.1.0</spotless-plugin.version>
<palantir-java-format.version>2.72.0</palantir-java-format.version> <palantir-java-format.version>2.72.0</palantir-java-format.version>
<jacoco-plugin.version>0.8.14</jacoco-plugin.version> <!-- Match with version from Quarkus BOM --> <jacoco-plugin.version>0.8.14</jacoco-plugin.version> <!-- Match with version from Quarkus BOM -->
<jandex-plugin.version>3.5.2</jandex-plugin.version> <jandex-plugin.version>3.5.2</jandex-plugin.version>
<release-plugin.version>3.2.0</release-plugin.version> <release-plugin.version>3.2.0</release-plugin.version>
<source-plugin.version>3.3.1</source-plugin.version> <source-plugin.version>3.4.0</source-plugin.version>
<!-- Build properties --> <!-- Build properties -->
<maven.compiler.release>21</maven.compiler.release> <maven.compiler.release>21</maven.compiler.release>
@ -41,7 +41,7 @@
<skipITs>true</skipITs> <skipITs>true</skipITs>
<!-- Dependencies --> <!-- Dependencies -->
<java-uuid-generator.version>5.1.1</java-uuid-generator.version> <java-uuid-generator.version>5.2.0</java-uuid-generator.version>
<!-- Test dependencies --> <!-- Test dependencies -->
<assertj-core.version>3.27.6</assertj-core.version> <assertj-core.version>3.27.6</assertj-core.version>
@ -74,7 +74,7 @@
<connection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</connection> <connection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</connection>
<developerConnection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</developerConnection> <developerConnection>scm:git:ssh://git@git-ssh.kvant.cloud:2222/phoenix-oss/quarkus-commons.git</developerConnection>
<url>https://git.kvant.cloud/phoenix-oss/quarkus-commons.git</url> <url>https://git.kvant.cloud/phoenix-oss/quarkus-commons.git</url>
<tag>1.1.3</tag> <tag>HEAD</tag>
</scm> </scm>
<dependencies> <dependencies>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-audit-tools</artifactId> <artifactId>quarkus-audit-tools</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-client-logger</artifactId> <artifactId>quarkus-client-logger</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-clock-service</artifactId> <artifactId>quarkus-clock-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-json-service</artifactId> <artifactId>quarkus-json-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-message-digest-service</artifactId> <artifactId>quarkus-message-digest-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-random-number-generator</artifactId> <artifactId>quarkus-random-number-generator</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-table-generator</artifactId> <artifactId>quarkus-table-generator</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-tracing-service</artifactId> <artifactId>quarkus-tracing-service</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ch.phoenix.oss</groupId> <groupId>ch.phoenix.oss</groupId>
<artifactId>quarkus-commons</artifactId> <artifactId>quarkus-commons</artifactId>
<version>1.1.3</version> <version>1.1.5-SNAPSHOT</version>
</parent> </parent>
<artifactId>quarkus-uuid-generator</artifactId> <artifactId>quarkus-uuid-generator</artifactId>