From 4460a42a310506c535d50b02cfcc255078e50132 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 5 May 2026 08:48:55 +0200 Subject: [PATCH] Switch CI from WildFly Preview to standard WildFly nightly Standard WildFly nightly no longer ships `standalone-activemq-embedded.xml` in `docs/examples/configs/`. Replace it with `standalone-full.xml` which is part of the standard configuration and includes the messaging subsystem with embedded broker. --- .github/workflows/ci-actions.yml | 10 ++++------ jboss-as/pom.xml | 15 --------------- jboss-tck-runner/src/test/wildfly8/arquillian.xml | 5 ++--- .../src/test/resources/wildfly-arquillian.xml | 5 ++--- 4 files changed, 8 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 79a731787e8..4b1a15d985a 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -24,13 +24,11 @@ jobs: distribution: 'temurin' - name: Download WildFly run: | - wget https://ci.wildfly.org/guestAuth/repository/download/WF_WildflyPreviewNightly/latest.lastSuccessful/wildfly-preview-latest-SNAPSHOT.zip - unzip wildfly-preview-latest-SNAPSHOT.zip - # wget https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.lastSuccessful/wildfly-latest-SNAPSHOT.zip - # unzip wildfly-latest-SNAPSHOT.zip + wget https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.lastSuccessful/wildfly-latest-SNAPSHOT.zip + unzip wildfly-latest-SNAPSHOT.zip # ZIP contains two more ZIPs, sources and actual WFLY - # rm wildfly-*-src.zip - # rm wildfly-latest-SNAPSHOT.zip + rm wildfly-*-src.zip + rm wildfly-latest-SNAPSHOT.zip unzip wildfly-*.zip -d container cd container mv ./* wildfly/ diff --git a/jboss-as/pom.xml b/jboss-as/pom.xml index 04f6ea6aab5..ba1b386423a 100644 --- a/jboss-as/pom.xml +++ b/jboss-as/pom.xml @@ -191,21 +191,6 @@ - - - ========================================================================= - - Copying standalone-activemq-embedded.xml - - ========================================================================= - - - - - - - - diff --git a/jboss-tck-runner/src/test/wildfly8/arquillian.xml b/jboss-tck-runner/src/test/wildfly8/arquillian.xml index d5dfbaa7183..fe5c9cadcb6 100644 --- a/jboss-tck-runner/src/test/wildfly8/arquillian.xml +++ b/jboss-tck-runner/src/test/wildfly8/arquillian.xml @@ -10,9 +10,8 @@ - - - standalone-activemq-embedded.xml + + standalone-full.xml -Xms128m -Xmx1g -ea -DcdiTckExcludeDummy=true ${gc.args} ${additional.vm.args} ${jacoco.agent} false true diff --git a/tests-arquillian/src/test/resources/wildfly-arquillian.xml b/tests-arquillian/src/test/resources/wildfly-arquillian.xml index 30eaa5d4ca8..09907eab813 100644 --- a/tests-arquillian/src/test/resources/wildfly-arquillian.xml +++ b/tests-arquillian/src/test/resources/wildfly-arquillian.xml @@ -12,9 +12,8 @@ - - - standalone-activemq-embedded.xml + + standalone-full.xml false true