From 2a5109c19ea6a6601b0f775db8f8fccc1219956c Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 25 Aug 2026 17:04:17 -0400 Subject: [PATCH 1/4] 4.X Add Maven clean install step to CI workflow Added a new Maven build step for clean install. --- .github/workflows/myfaces-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml index f38f0e42c..138352473 100644 --- a/.github/workflows/myfaces-ci.yml +++ b/.github/workflows/myfaces-ci.yml @@ -68,6 +68,8 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: Build with Maven + run: mvn -B -V clean install - name: Build with Maven # CHROMEWEBDRIVER env variable https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#environment-variables-1 run: | From 70b86e2306da30557fba2229d30e4c0346f01b83 Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 25 Aug 2026 17:06:34 -0400 Subject: [PATCH 2/4] Add 4.0.x branch to CI workflow triggers --- .github/workflows/myfaces-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml index 138352473..bea749d47 100644 --- a/.github/workflows/myfaces-ci.yml +++ b/.github/workflows/myfaces-ci.yml @@ -25,6 +25,7 @@ on: branches: - master - main + - 4.0.x - 3.0.x - 2.3-next - 2.3.x @@ -36,6 +37,7 @@ on: branches: - master - main + - 4.0.x - 3.0.x - 2.3-next - 2.3.x From 9a3effc6a1b3511d5931dcc12ad14a1cdb8863ad Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 25 Aug 2026 17:13:13 -0400 Subject: [PATCH 3/4] Update Quarkus version to 3.2.12.Final --- extensions/quarkus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml index dc5e55437..4909880b9 100644 --- a/extensions/quarkus/pom.xml +++ b/extensions/quarkus/pom.xml @@ -41,7 +41,7 @@ - 3.2.9.Final + 3.2.12.Final 3.0.0 From 6364a221aaff1bd3cf846391148da99ab4cefdd5 Mon Sep 17 00:00:00 2001 From: Melloware Date: Tue, 25 Aug 2026 17:18:32 -0400 Subject: [PATCH 4/4] Downgrade Quarkus version to 2.16.12.Final --- extensions/quarkus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml index 4909880b9..df7f081b0 100644 --- a/extensions/quarkus/pom.xml +++ b/extensions/quarkus/pom.xml @@ -41,7 +41,7 @@ - 3.2.12.Final + 2.16.12.Final 3.0.0