From 306eaff9f474d21a2c610a71c4f3949c56116aeb Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Wed, 29 Apr 2026 14:11:59 +0200 Subject: [PATCH] chore: update to jdk25 --- .github/workflows/build-branch.yml | 2 ++ .github/workflows/build-pr.yml | 2 ++ .github/workflows/build-release.yml | 4 +++- .github/workflows/build.yml | 2 ++ pom.xml | 23 +++-------------------- 5 files changed, 12 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 02562ca..7ef17f6 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -13,3 +13,5 @@ jobs: branch: uses: onecx/ci-java-lib/.github/workflows/cli-build-branch.yml@v1 secrets: inherit + with: + java-version: '25' \ No newline at end of file diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index e222803..52e9657 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -7,3 +7,5 @@ jobs: pr: uses: onecx/ci-java-lib/.github/workflows/cli-build-pr.yml@v1 secrets: inherit + with: + java-version: '25' \ No newline at end of file diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 011da37..71881d7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -6,4 +6,6 @@ on: jobs: release: uses: onecx/ci-java-lib/.github/workflows/cli-build-release.yml@v1 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + java-version: '25' \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a54e22a..012a0fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,3 +12,5 @@ jobs: build: uses: onecx/ci-java-lib/.github/workflows/cli-build.yml@v1 secrets: inherit + with: + java-version: '25' \ No newline at end of file diff --git a/pom.xml b/pom.xml index b80b110..2034413 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ org.tkit.onecx onecx-bundle 999-SNAPSHOT + quarkus onecx-bundle Onecx release bundle application @@ -42,9 +43,7 @@ UTF-8 - 21 - 21 - 21 + 25 true 3.15.0 2.29.0 @@ -55,7 +54,7 @@ 3.3.1 - 0.8.1 + 0.8.4 1.23.0 @@ -129,28 +128,12 @@ - - - eu.maveniverse.maven.nisse - extension - ${nisse-plugin3.version} - - io.quarkus quarkus-maven-plugin ${quarkus.version} true - - - - build - generate-code - generate-code-tests - - - org.apache.maven.plugins