From b2f197d8ffb7712228678ec10ff0386bd2f5e1d7 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Wed, 11 Sep 2024 11:22:33 +0200 Subject: [PATCH] Upgrade cloud feature-pack to 7.0.2.Final and WildFly Maven Plugin to 5.0.1.Final --- examples/cloud-default-config/pom.xml | 4 ++-- examples/docker-build/pom.xml | 2 +- examples/elytron-oidc-client-auto-reg/pom.xml | 2 +- examples/elytron-oidc-client/pom.xml | 2 +- examples/jms-broker/broker/pom.xml | 4 ++-- examples/jms-broker/mdb-consumer/pom.xml | 2 +- examples/jms-broker/producer/pom.xml | 2 +- examples/jsf-ejb-jpa/pom.xml | 2 +- examples/postgresql-multiple-datasources/pom.xml | 2 +- examples/postgresql-preview/pom.xml | 2 +- examples/postgresql/pom.xml | 2 +- examples/saml-auto-reg/pom.xml | 2 +- examples/web-clustering/pom.xml | 2 +- test/test-app-advanced-extensions/pom.xml | 2 +- test/test-app-clustering/pom.xml | 2 +- test/test-app-default-config/pom.xml | 2 +- test/test-app-ejb/pom.xml | 2 +- test/test-app-elytron-oidc-client/pom.xml | 2 +- test/test-app-extension/pom.xml | 2 +- test/test-app-extension2/pom.xml | 2 +- test/test-app-invalid/pom.xml | 2 +- test/test-app-jpa2lc/pom.xml | 2 +- test/test-app-keycloak-saml/pom.xml | 2 +- test/test-app-mdb/pom.xml | 2 +- test/test-app-multi-deployments-invalid/pom.xml | 2 +- test/test-app-multi-deployments-legacy/pom.xml | 2 +- test/test-app-multi-deployments/pom.xml | 2 +- test/test-app-multi-deployments2/pom.xml | 2 +- test/test-app-multi-deployments3/pom.xml | 2 +- test/test-app-postgres/pom.xml | 2 +- test/test-app-postgresql-mysql/pom.xml | 2 +- test/test-app-settings/pom.xml | 2 +- test/test-app-slim/pom.xml | 2 +- test/test-app-stability-preview/pom.xml | 2 +- test/test-app/pom.xml | 2 +- .../tests/features/legacy-elytron.feature | 2 +- .../tests/features/legacy-s2i.feature | 16 ++++++++-------- .../tests/features/messaging.feature | 2 +- .../tests/features/no-jdk11.feature | 2 +- .../tests/features/oidc.feature | 2 +- wildfly-builders/pom.xml | 4 ++-- 41 files changed, 51 insertions(+), 51 deletions(-) diff --git a/examples/cloud-default-config/pom.xml b/examples/cloud-default-config/pom.xml index 265a5a90..35bb7b48 100644 --- a/examples/cloud-default-config/pom.xml +++ b/examples/cloud-default-config/pom.xml @@ -13,9 +13,9 @@ 11 11 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 3.3.2 - 7.0.1.Final + 7.0.2.Final 8.0.1.Final 10.0.0 diff --git a/examples/docker-build/pom.xml b/examples/docker-build/pom.xml index 40bf3bbd..e39081ab 100644 --- a/examples/docker-build/pom.xml +++ b/examples/docker-build/pom.xml @@ -14,7 +14,7 @@ UTF-8 10.0.0 3.3.2 - 5.0.0.Final + 5.0.1.Final 33.0.1.Final diff --git a/examples/elytron-oidc-client-auto-reg/pom.xml b/examples/elytron-oidc-client-auto-reg/pom.xml index 5aa592ad..831ae19c 100644 --- a/examples/elytron-oidc-client-auto-reg/pom.xml +++ b/examples/elytron-oidc-client-auto-reg/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index 4204b5f4..a7801430 100644 --- a/examples/elytron-oidc-client/pom.xml +++ b/examples/elytron-oidc-client/pom.xml @@ -13,7 +13,7 @@ 11 11 3.3.2 - 5.0.0.Final + 5.0.1.Final 33.0.1.Final 10.0.0 diff --git a/examples/jms-broker/broker/pom.xml b/examples/jms-broker/broker/pom.xml index e063176c..584c8a0f 100644 --- a/examples/jms-broker/broker/pom.xml +++ b/examples/jms-broker/broker/pom.xml @@ -34,8 +34,8 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final - 5.0.0.Final + 7.0.2.Final + 5.0.1.Final diff --git a/examples/jms-broker/mdb-consumer/pom.xml b/examples/jms-broker/mdb-consumer/pom.xml index bfd8f4e8..10bd66fa 100644 --- a/examples/jms-broker/mdb-consumer/pom.xml +++ b/examples/jms-broker/mdb-consumer/pom.xml @@ -34,7 +34,7 @@ 10.0.0 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final diff --git a/examples/jms-broker/producer/pom.xml b/examples/jms-broker/producer/pom.xml index d2b901e8..a21f3c1b 100644 --- a/examples/jms-broker/producer/pom.xml +++ b/examples/jms-broker/producer/pom.xml @@ -34,7 +34,7 @@ 10.0.0 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index 86809799..e2b3b49b 100644 --- a/examples/jsf-ejb-jpa/pom.xml +++ b/examples/jsf-ejb-jpa/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/examples/postgresql-multiple-datasources/pom.xml b/examples/postgresql-multiple-datasources/pom.xml index 8f9f2c29..e5f5154b 100644 --- a/examples/postgresql-multiple-datasources/pom.xml +++ b/examples/postgresql-multiple-datasources/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/examples/postgresql-preview/pom.xml b/examples/postgresql-preview/pom.xml index 477d6f17..e15eb142 100644 --- a/examples/postgresql-preview/pom.xml +++ b/examples/postgresql-preview/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index b1ffce8c..b4ea0faf 100644 --- a/examples/postgresql/pom.xml +++ b/examples/postgresql/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/examples/saml-auto-reg/pom.xml b/examples/saml-auto-reg/pom.xml index 48398f10..dfb35437 100644 --- a/examples/saml-auto-reg/pom.xml +++ b/examples/saml-auto-reg/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index a8e15ff7..07908f00 100644 --- a/examples/web-clustering/pom.xml +++ b/examples/web-clustering/pom.xml @@ -14,7 +14,7 @@ 11 3.3.2 33.0.1.Final - 5.0.0.Final + 5.0.1.Final 10.0.0 diff --git a/test/test-app-advanced-extensions/pom.xml b/test/test-app-advanced-extensions/pom.xml index 41f9bdd9..43a03a0b 100644 --- a/test/test-app-advanced-extensions/pom.xml +++ b/test/test-app-advanced-extensions/pom.xml @@ -31,7 +31,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-clustering/pom.xml b/test/test-app-clustering/pom.xml index 3f4fa64c..12b6caa2 100644 --- a/test/test-app-clustering/pom.xml +++ b/test/test-app-clustering/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-default-config/pom.xml b/test/test-app-default-config/pom.xml index d1355405..b8570978 100644 --- a/test/test-app-default-config/pom.xml +++ b/test/test-app-default-config/pom.xml @@ -35,7 +35,7 @@ 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-ejb/pom.xml b/test/test-app-ejb/pom.xml index d7034b82..52960444 100644 --- a/test/test-app-ejb/pom.xml +++ b/test/test-app-ejb/pom.xml @@ -17,7 +17,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-elytron-oidc-client/pom.xml b/test/test-app-elytron-oidc-client/pom.xml index d428a525..4b7f400c 100644 --- a/test/test-app-elytron-oidc-client/pom.xml +++ b/test/test-app-elytron-oidc-client/pom.xml @@ -16,7 +16,7 @@ UTF-8 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-extension/pom.xml b/test/test-app-extension/pom.xml index 4e99a69c..376fafd1 100644 --- a/test/test-app-extension/pom.xml +++ b/test/test-app-extension/pom.xml @@ -31,7 +31,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-extension2/pom.xml b/test/test-app-extension2/pom.xml index 6c8dc307..2da16aea 100644 --- a/test/test-app-extension2/pom.xml +++ b/test/test-app-extension2/pom.xml @@ -31,7 +31,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-invalid/pom.xml b/test/test-app-invalid/pom.xml index bed282ae..9623fc96 100644 --- a/test/test-app-invalid/pom.xml +++ b/test/test-app-invalid/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-jpa2lc/pom.xml b/test/test-app-jpa2lc/pom.xml index 41a488de..5ca5948f 100644 --- a/test/test-app-jpa2lc/pom.xml +++ b/test/test-app-jpa2lc/pom.xml @@ -17,7 +17,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-keycloak-saml/pom.xml b/test/test-app-keycloak-saml/pom.xml index 144b4dc5..fce4ed12 100644 --- a/test/test-app-keycloak-saml/pom.xml +++ b/test/test-app-keycloak-saml/pom.xml @@ -15,7 +15,7 @@ 3.3.2 33.0.1.Final 5.0.1.Final - 7.0.1.Final + 7.0.2.Final 10.0.0 23.0.0 diff --git a/test/test-app-mdb/pom.xml b/test/test-app-mdb/pom.xml index 6159b795..b3721969 100644 --- a/test/test-app-mdb/pom.xml +++ b/test/test-app-mdb/pom.xml @@ -34,7 +34,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-multi-deployments-invalid/pom.xml b/test/test-app-multi-deployments-invalid/pom.xml index ffb395fe..041961e4 100644 --- a/test/test-app-multi-deployments-invalid/pom.xml +++ b/test/test-app-multi-deployments-invalid/pom.xml @@ -14,7 +14,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-multi-deployments-legacy/pom.xml b/test/test-app-multi-deployments-legacy/pom.xml index b6dafa11..338be6d6 100644 --- a/test/test-app-multi-deployments-legacy/pom.xml +++ b/test/test-app-multi-deployments-legacy/pom.xml @@ -14,7 +14,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-multi-deployments/pom.xml b/test/test-app-multi-deployments/pom.xml index ffb395fe..041961e4 100644 --- a/test/test-app-multi-deployments/pom.xml +++ b/test/test-app-multi-deployments/pom.xml @@ -14,7 +14,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-multi-deployments2/pom.xml b/test/test-app-multi-deployments2/pom.xml index ffb395fe..041961e4 100644 --- a/test/test-app-multi-deployments2/pom.xml +++ b/test/test-app-multi-deployments2/pom.xml @@ -14,7 +14,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-multi-deployments3/pom.xml b/test/test-app-multi-deployments3/pom.xml index ffb395fe..041961e4 100644 --- a/test/test-app-multi-deployments3/pom.xml +++ b/test/test-app-multi-deployments3/pom.xml @@ -14,7 +14,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-postgres/pom.xml b/test/test-app-postgres/pom.xml index ff238785..40f9598a 100644 --- a/test/test-app-postgres/pom.xml +++ b/test/test-app-postgres/pom.xml @@ -33,7 +33,7 @@ 3.3.2 33.0.1.Final 8.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-postgresql-mysql/pom.xml b/test/test-app-postgresql-mysql/pom.xml index 3dac77a9..05614241 100644 --- a/test/test-app-postgresql-mysql/pom.xml +++ b/test/test-app-postgresql-mysql/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 8.0.1.Final 5.0.1.Final diff --git a/test/test-app-settings/pom.xml b/test/test-app-settings/pom.xml index 63f56ac1..fcff9184 100644 --- a/test/test-app-settings/pom.xml +++ b/test/test-app-settings/pom.xml @@ -31,7 +31,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-slim/pom.xml b/test/test-app-slim/pom.xml index c0bff1f7..4821d858 100644 --- a/test/test-app-slim/pom.xml +++ b/test/test-app-slim/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app-stability-preview/pom.xml b/test/test-app-stability-preview/pom.xml index cb523b75..4c0d933c 100644 --- a/test/test-app-stability-preview/pom.xml +++ b/test/test-app-stability-preview/pom.xml @@ -35,7 +35,7 @@ 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/test/test-app/pom.xml b/test/test-app/pom.xml index 4545d51b..35b95282 100644 --- a/test/test-app/pom.xml +++ b/test/test-app/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 5.0.1.Final diff --git a/wildfly-builder-image/tests/features/legacy-elytron.feature b/wildfly-builder-image/tests/features/legacy-elytron.feature index 0656eaea..c4e36b0d 100644 --- a/wildfly-builder-image/tests/features/legacy-elytron.feature +++ b/wildfly-builder-image/tests/features/legacy-elytron.feature @@ -5,7 +5,7 @@ Scenario: Build elytron app Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-web-security with env and true using legacy-s2i-images-ee-10-test-apps | variable | value | | GALLEON_PROVISION_LAYERS | datasources-web-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Then container log should contain WFLYSRV0025 Scenario: check Elytron configuration with elytron core realms security domain fail diff --git a/wildfly-builder-image/tests/features/legacy-s2i.feature b/wildfly-builder-image/tests/features/legacy-s2i.feature index 62569bf0..5c111935 100644 --- a/wildfly-builder-image/tests/features/legacy-s2i.feature +++ b/wildfly-builder-image/tests/features/legacy-s2i.feature @@ -16,7 +16,7 @@ Scenario: Test preconfigure.sh | variable | value | | TEST_EXTENSION_PRE_ADD_PROPERTY | foo | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Then container log should contain WFLYSRV0025 And container log should contain WFLYSRV0010: Deployed "ROOT.war" And check that page is served @@ -31,12 +31,12 @@ Scenario: Test preconfigure.sh Given failing s2i build http://github.com/openshift/openshift-jee-sample from . using master | variable | value | | GALLEON_PROVISION_LAYERS | foo | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Scenario: Test default cloud config Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images | variable | value | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | | GALLEON_PROVISION_LAYERS | cloud-default-config | Then container log should contain WFLYSRV0025 And container log should contain WFLYSRV0010: Deployed "ROOT.war" @@ -48,7 +48,7 @@ Scenario: Test preconfigure.sh Scenario: Test cloud-server, exclude jaxrs Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images | variable | value | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | | GALLEON_PROVISION_LAYERS | cloud-server,-jaxrs | Then container log should contain WFLYSRV0025 And check that page is served @@ -63,7 +63,7 @@ Scenario: Test external driver created during s2i. | variable | value | | ENV_FILES | /opt/server/standalone/configuration/datasources.env | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Then container log should contain WFLYSRV0025 And check that page is served | property | value | @@ -78,7 +78,7 @@ Scenario: Test external driver created during s2i. | ENV_FILES | /opt/server/standalone/configuration/datasources.env | | DISABLE_BOOT_SCRIPT_INVOKER | true | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Then container log should contain Configuring the server using embedded server Then container log should contain WFLYSRV0025 And check that page is served @@ -92,7 +92,7 @@ Scenario: Test external driver created during s2i. Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-binary with env and True using legacy-s2i-images | variable | value | | GALLEON_PROVISION_LAYERS | jaxrs-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Then container log should contain WFLYSRV0025 And container log should contain WFLYSRV0010: Deployed "app.war" And check that page is served @@ -105,7 +105,7 @@ Scenario: Test external driver created during s2i. | variable | value | | MAVEN_S2I_ARTIFACT_DIRS | app1/target,app2/target | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | ### PLACEHOLDER FOR CLOUD CUSTOM TESTING ### Then container log should contain WFLYSRV0010: Deployed "App1.war" Then container log should contain WFLYSRV0010: Deployed "App2.war" diff --git a/wildfly-builder-image/tests/features/messaging.feature b/wildfly-builder-image/tests/features/messaging.feature index 6cdd7c0c..4b3fc343 100644 --- a/wildfly-builder-image/tests/features/messaging.feature +++ b/wildfly-builder-image/tests/features/messaging.feature @@ -5,7 +5,7 @@ Scenario: Configure amq7 remote broker Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and true using legacy-s2i-images | variable | value | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:33.0.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | | MQ_SERVICE_PREFIX_MAPPING | wf-app-amq7=TEST | | WF_APP_AMQ_TCP_SERVICE_HOST | 127.0.0.1 | | WF_APP_AMQ_TCP_SERVICE_PORT | 5678 | diff --git a/wildfly-builder-image/tests/features/no-jdk11.feature b/wildfly-builder-image/tests/features/no-jdk11.feature index d6d5d8cf..28519e2f 100644 --- a/wildfly-builder-image/tests/features/no-jdk11.feature +++ b/wildfly-builder-image/tests/features/no-jdk11.feature @@ -5,7 +5,7 @@ Feature: Wildfly Legacy s2i tests that can't run on JDK11 Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images | variable | value | | GALLEON_PROVISION_LAYERS | cloud-server | - | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-preview-feature-pack:33.0.1.Final, org.wildfly.cloud:wildfly-preview-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-preview-feature-pack:33.0.1.Final, org.wildfly.cloud:wildfly-preview-cloud-galleon-pack:7.0.2.Final | Then container log should contain WFLYSRV0025 And container log should contain WFLYSRV0010: Deployed "ROOT.war" And check that page is served diff --git a/wildfly-builder-image/tests/features/oidc.feature b/wildfly-builder-image/tests/features/oidc.feature index 8bc08281..50c3e07d 100644 --- a/wildfly-builder-image/tests/features/oidc.feature +++ b/wildfly-builder-image/tests/features/oidc.feature @@ -24,7 +24,7 @@ Feature: OIDC tests Given s2i build http://github.com/wildfly/wildfly-s2i from test/test-app-elytron-oidc-client-legacy with env and True using main | variable | value | | GALLEON_PROVISION_LAYERS | cloud-server,elytron-oidc-client | - | GALLEON_PROVISION_FEATURE_PACKS|org.wildfly:wildfly-galleon-pack:33.0.1.Final,org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.1.Final | + | GALLEON_PROVISION_FEATURE_PACKS|org.wildfly:wildfly-galleon-pack:33.0.1.Final,org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final | Scenario: Check oidc subsystem configuration, legacy. Given XML namespaces | prefix | url | diff --git a/wildfly-builders/pom.xml b/wildfly-builders/pom.xml index 177fbc80..75df7011 100644 --- a/wildfly-builders/pom.xml +++ b/wildfly-builders/pom.xml @@ -35,9 +35,9 @@ 33.0.1.Final - 7.0.1.Final + 7.0.2.Final 8.0.1.Final - 5.0.0.Final + 5.0.1.Final