From a3a090f2b2589dbf744ffa07fdd2ba06a142f82d Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Tue, 5 Dec 2023 17:01:47 +0100 Subject: [PATCH 1/2] Use python 3.11.5 in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdeac9f9..77db0e8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - name: Setup Python 3.x uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup virtualenv and install cekit and required packages run: | python --version From 6ef550f7bb46f92d4642585b2ca76a0425e73747 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Tue, 5 Dec 2023 17:09:43 +0100 Subject: [PATCH 2/2] Upgrade to WildFly 30.0.1.Final and cloud 5.0.2.Final --- examples/cloud-default-config/pom.xml | 4 ++-- examples/docker-build/pom.xml | 2 +- examples/elytron-oidc-client-auto-reg/pom.xml | 4 ++-- examples/elytron-oidc-client/pom.xml | 4 ++-- examples/jms-broker/broker/pom.xml | 4 ++-- examples/jms-broker/mdb-consumer/pom.xml | 4 ++-- examples/jms-broker/producer/pom.xml | 4 ++-- examples/jsf-ejb-jpa/pom.xml | 4 ++-- examples/postgresql-multiple-datasources/pom.xml | 4 ++-- examples/postgresql-preview/pom.xml | 4 ++-- examples/postgresql/pom.xml | 4 ++-- examples/saml-auto-reg/pom.xml | 4 ++-- examples/web-clustering/pom.xml | 4 ++-- test/test-app-advanced-extensions/pom.xml | 4 ++-- test/test-app-clustering/pom.xml | 4 ++-- test/test-app-default-config/pom.xml | 4 ++-- test/test-app-ejb/pom.xml | 4 ++-- test/test-app-elytron-oidc-client/pom.xml | 4 ++-- test/test-app-extension/pom.xml | 4 ++-- test/test-app-extension2/pom.xml | 4 ++-- test/test-app-invalid/pom.xml | 4 ++-- test/test-app-jpa2lc/pom.xml | 4 ++-- test/test-app-keycloak-saml/pom.xml | 2 +- test/test-app-mdb/pom.xml | 4 ++-- test/test-app-multi-deployments-invalid/pom.xml | 4 ++-- test/test-app-multi-deployments-legacy/pom.xml | 4 ++-- test/test-app-multi-deployments/pom.xml | 4 ++-- test/test-app-multi-deployments2/pom.xml | 4 ++-- test/test-app-multi-deployments3/pom.xml | 4 ++-- test/test-app-postgres/pom.xml | 4 ++-- test/test-app-postgresql-mysql/pom.xml | 4 ++-- test/test-app-settings/pom.xml | 4 ++-- test/test-app-slim/pom.xml | 4 ++-- test/test-app/pom.xml | 4 ++-- test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml | 2 +- test/vanilla-wildfly/test-app/pom.xml | 2 +- wildfly-builders/pom.xml | 4 ++-- 37 files changed, 70 insertions(+), 70 deletions(-) diff --git a/examples/cloud-default-config/pom.xml b/examples/cloud-default-config/pom.xml index 7457b7f0..b0a8a9bb 100644 --- a/examples/cloud-default-config/pom.xml +++ b/examples/cloud-default-config/pom.xml @@ -12,10 +12,10 @@ 11 11 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final 3.3.2 - 5.0.0.Final + 5.0.2.Final 6.0.0.Final 10.0.0 diff --git a/examples/docker-build/pom.xml b/examples/docker-build/pom.xml index 0a8c9e02..0c8e3c93 100644 --- a/examples/docker-build/pom.xml +++ b/examples/docker-build/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 4.2.0.Final - 30.0.0.Final + 30.0.1.Final diff --git a/examples/elytron-oidc-client-auto-reg/pom.xml b/examples/elytron-oidc-client-auto-reg/pom.xml index 4982082e..af600fd0 100644 --- a/examples/elytron-oidc-client-auto-reg/pom.xml +++ b/examples/elytron-oidc-client-auto-reg/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 10.0.0 diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index 5edefd8e..0f886098 100644 --- a/examples/elytron-oidc-client/pom.xml +++ b/examples/elytron-oidc-client/pom.xml @@ -14,8 +14,8 @@ 11 3.3.2 4.2.0.Final - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 10.0.0 diff --git a/examples/jms-broker/broker/pom.xml b/examples/jms-broker/broker/pom.xml index 29d846de..83692303 100644 --- a/examples/jms-broker/broker/pom.xml +++ b/examples/jms-broker/broker/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/examples/jms-broker/mdb-consumer/pom.xml b/examples/jms-broker/mdb-consumer/pom.xml index 26ffce2d..d0657a46 100644 --- a/examples/jms-broker/mdb-consumer/pom.xml +++ b/examples/jms-broker/mdb-consumer/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/examples/jms-broker/producer/pom.xml b/examples/jms-broker/producer/pom.xml index f5214ee3..ee2e318f 100644 --- a/examples/jms-broker/producer/pom.xml +++ b/examples/jms-broker/producer/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index 4d5e80ac..12e703b4 100644 --- a/examples/jsf-ejb-jpa/pom.xml +++ b/examples/jsf-ejb-jpa/pom.xml @@ -13,8 +13,8 @@ 11 11 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final 10.0.0 diff --git a/examples/postgresql-multiple-datasources/pom.xml b/examples/postgresql-multiple-datasources/pom.xml index 1aed6be3..af29cafd 100644 --- a/examples/postgresql-multiple-datasources/pom.xml +++ b/examples/postgresql-multiple-datasources/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 6.0.0.Final 10.0.0 diff --git a/examples/postgresql-preview/pom.xml b/examples/postgresql-preview/pom.xml index b7b8e331..a04abcce 100644 --- a/examples/postgresql-preview/pom.xml +++ b/examples/postgresql-preview/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 6.0.0.Final diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index 42ce1e52..ec8a683f 100644 --- a/examples/postgresql/pom.xml +++ b/examples/postgresql/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 6.0.0.Final 10.0.0 diff --git a/examples/saml-auto-reg/pom.xml b/examples/saml-auto-reg/pom.xml index ad87ee47..7a48c83c 100644 --- a/examples/saml-auto-reg/pom.xml +++ b/examples/saml-auto-reg/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 28.0.1.Final + 30.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 10.0.0 22.0.1 diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index f3e249ca..e21784d1 100644 --- a/examples/web-clustering/pom.xml +++ b/examples/web-clustering/pom.xml @@ -13,8 +13,8 @@ 11 11 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final 10.0.0 diff --git a/test/test-app-advanced-extensions/pom.xml b/test/test-app-advanced-extensions/pom.xml index 5393b3f3..869d819c 100644 --- a/test/test-app-advanced-extensions/pom.xml +++ b/test/test-app-advanced-extensions/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-clustering/pom.xml b/test/test-app-clustering/pom.xml index 51c32e0a..670f721d 100644 --- a/test/test-app-clustering/pom.xml +++ b/test/test-app-clustering/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-default-config/pom.xml b/test/test-app-default-config/pom.xml index 3d70cd8c..a4775a1d 100644 --- a/test/test-app-default-config/pom.xml +++ b/test/test-app-default-config/pom.xml @@ -34,8 +34,8 @@ - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-ejb/pom.xml b/test/test-app-ejb/pom.xml index 08c67878..31dc6438 100644 --- a/test/test-app-ejb/pom.xml +++ b/test/test-app-ejb/pom.xml @@ -16,8 +16,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-elytron-oidc-client/pom.xml b/test/test-app-elytron-oidc-client/pom.xml index e042dabc..5d69edad 100644 --- a/test/test-app-elytron-oidc-client/pom.xml +++ b/test/test-app-elytron-oidc-client/pom.xml @@ -15,8 +15,8 @@ 10.0.0 UTF-8 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-extension/pom.xml b/test/test-app-extension/pom.xml index fb6ff5e4..ea57edff 100644 --- a/test/test-app-extension/pom.xml +++ b/test/test-app-extension/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-extension2/pom.xml b/test/test-app-extension2/pom.xml index acbcf066..d2505832 100644 --- a/test/test-app-extension2/pom.xml +++ b/test/test-app-extension2/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-invalid/pom.xml b/test/test-app-invalid/pom.xml index e3cb4c6d..c226ea8b 100644 --- a/test/test-app-invalid/pom.xml +++ b/test/test-app-invalid/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-jpa2lc/pom.xml b/test/test-app-jpa2lc/pom.xml index dfd7c26a..ce687d7d 100644 --- a/test/test-app-jpa2lc/pom.xml +++ b/test/test-app-jpa2lc/pom.xml @@ -16,8 +16,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-keycloak-saml/pom.xml b/test/test-app-keycloak-saml/pom.xml index 89a8a8e0..2f021db0 100644 --- a/test/test-app-keycloak-saml/pom.xml +++ b/test/test-app-keycloak-saml/pom.xml @@ -16,7 +16,7 @@ 28.0.1.Final 4.2.0.Final - 5.0.0.Final + 5.0.2.Final 10.0.0 22.0.1 diff --git a/test/test-app-mdb/pom.xml b/test/test-app-mdb/pom.xml index 640d1614..3daa23d0 100644 --- a/test/test-app-mdb/pom.xml +++ b/test/test-app-mdb/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments-invalid/pom.xml b/test/test-app-multi-deployments-invalid/pom.xml index ec29c230..3e885239 100644 --- a/test/test-app-multi-deployments-invalid/pom.xml +++ b/test/test-app-multi-deployments-invalid/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments-legacy/pom.xml b/test/test-app-multi-deployments-legacy/pom.xml index f91d56fe..0b21fd74 100644 --- a/test/test-app-multi-deployments-legacy/pom.xml +++ b/test/test-app-multi-deployments-legacy/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments/pom.xml b/test/test-app-multi-deployments/pom.xml index ec29c230..3e885239 100644 --- a/test/test-app-multi-deployments/pom.xml +++ b/test/test-app-multi-deployments/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments2/pom.xml b/test/test-app-multi-deployments2/pom.xml index ec29c230..3e885239 100644 --- a/test/test-app-multi-deployments2/pom.xml +++ b/test/test-app-multi-deployments2/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments3/pom.xml b/test/test-app-multi-deployments3/pom.xml index ec29c230..3e885239 100644 --- a/test/test-app-multi-deployments3/pom.xml +++ b/test/test-app-multi-deployments3/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-postgres/pom.xml b/test/test-app-postgres/pom.xml index 99446d0d..3d412860 100644 --- a/test/test-app-postgres/pom.xml +++ b/test/test-app-postgres/pom.xml @@ -31,9 +31,9 @@ 11 10.0.0 3.3.2 - 30.0.0.Final + 30.0.1.Final 6.0.0.Final - 5.0.0.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-postgresql-mysql/pom.xml b/test/test-app-postgresql-mysql/pom.xml index 5c1208df..a61510d2 100644 --- a/test/test-app-postgresql-mysql/pom.xml +++ b/test/test-app-postgresql-mysql/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 6.0.0.Final 4.2.0.Final diff --git a/test/test-app-settings/pom.xml b/test/test-app-settings/pom.xml index 89bb04ab..2b5e29b3 100644 --- a/test/test-app-settings/pom.xml +++ b/test/test-app-settings/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app-slim/pom.xml b/test/test-app-slim/pom.xml index c03a93ce..ae5ee0b4 100644 --- a/test/test-app-slim/pom.xml +++ b/test/test-app-slim/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/test-app/pom.xml b/test/test-app/pom.xml index 204a3914..1b049284 100644 --- a/test/test-app/pom.xml +++ b/test/test-app/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 4.2.0.Final diff --git a/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml b/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml index 2eda08ed..07e5f6f8 100644 --- a/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml +++ b/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml @@ -9,7 +9,7 @@ SampleApp - 30.0.0.Final + 30.0.1.Final 4.2.0.Final diff --git a/test/vanilla-wildfly/test-app/pom.xml b/test/vanilla-wildfly/test-app/pom.xml index 614bc999..5f2fda44 100644 --- a/test/vanilla-wildfly/test-app/pom.xml +++ b/test/vanilla-wildfly/test-app/pom.xml @@ -14,7 +14,7 @@ 11 10.0.0 3.3.2 - 30.0.0.Final + 30.0.1.Final 4.2.0.Final diff --git a/wildfly-builders/pom.xml b/wildfly-builders/pom.xml index de184163..225d86c1 100644 --- a/wildfly-builders/pom.xml +++ b/wildfly-builders/pom.xml @@ -34,8 +34,8 @@ - 30.0.0.Final - 5.0.0.Final + 30.0.1.Final + 5.0.2.Final 6.0.0.Final 4.2.0.Final