From 4526d2d44586556e5a1a6327c8d8b71b7a13fabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Barto=C5=A1?= Date: Fri, 15 Aug 2025 15:29:19 +0200 Subject: [PATCH] Upgrade to Quarkus 3.26.0.CR1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #41880 Signed-off-by: Martin Bartoš Signed-off-by: Alexander Schwartz Co-authored-by: Alexander Schwartz --- .github/workflows/ci.yml | 2 +- pom.xml | 6 +++--- quarkus/deployment/pom.xml | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dfc79b709a..08b64439cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -693,7 +693,7 @@ jobs: timeout-minutes: 75 strategy: matrix: - db: [postgres, mysql, oracle, mssql, mariadb, tidb] + db: [postgres, mysql, oracle, mssql, mariadb] fail-fast: false steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/pom.xml b/pom.xml index d132d5b787e..cd03c0b9cdb 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ 1.5.8 - 3.25.2 - 3.25.2 + 3.26.0.CR1 + 3.26.0.CR1 3.0.4.Final ${timestamp} @@ -162,7 +162,7 @@ 42.7.7 11.4 mirror.gcr.io/mariadb:${mariadb.version} - 3.5.4 + 3.5.5 2022 mcr.microsoft.com/mssql/server:${mssql.version}-latest diff --git a/quarkus/deployment/pom.xml b/quarkus/deployment/pom.xml index 5460f0da6c5..a1a3c647f53 100644 --- a/quarkus/deployment/pom.xml +++ b/quarkus/deployment/pom.xml @@ -158,6 +158,14 @@ io.quarkus quarkus-agroal-dev + + io.quarkus + quarkus-assistant-dev + + + io.quarkus + quarkus-hibernate-orm-dev +