diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 560adc404..754ba29c7 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- profile: [ 'tomee-build-managed', 'wildfly-build-managed' ]
+ profile: [ 'tomee-build-managed', 'wildfly-build-managed', 'payara-build-managed' ]
steps:
- uses: actions/checkout@v3
with:
diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml
index f0e788649..671c88937 100755
--- a/deltaspike/modules/data/impl/pom.xml
+++ b/deltaspike/modules/data/impl/pom.xml
@@ -226,20 +226,7 @@
src/test/resources
- src/test/resources-glassfish
-
-
-
-
-
- glassfish-build-managed
-
-
-
- src/test/resources
-
-
- src/test/resources-glassfish
+ src/test/resources-payara
@@ -252,7 +239,7 @@
src/test/resources
- src/test/resources-glassfish
+ src/test/resources-payara
diff --git a/deltaspike/modules/data/impl/src/test/resources-glassfish/test-mapped-persistence.xml b/deltaspike/modules/data/impl/src/test/resources-payara/test-mapped-persistence.xml
similarity index 100%
rename from deltaspike/modules/data/impl/src/test/resources-glassfish/test-mapped-persistence.xml
rename to deltaspike/modules/data/impl/src/test/resources-payara/test-mapped-persistence.xml
diff --git a/deltaspike/modules/data/impl/src/test/resources-glassfish/test-persistence.xml b/deltaspike/modules/data/impl/src/test/resources-payara/test-persistence.xml
similarity index 98%
rename from deltaspike/modules/data/impl/src/test/resources-glassfish/test-persistence.xml
rename to deltaspike/modules/data/impl/src/test/resources-payara/test-persistence.xml
index fc90eb509..64744d4b8 100644
--- a/deltaspike/modules/data/impl/src/test/resources-glassfish/test-persistence.xml
+++ b/deltaspike/modules/data/impl/src/test/resources-payara/test-persistence.xml
@@ -1,30 +1,30 @@
-
-
-
-
- org.eclipse.persistence.jpa.PersistenceProvider
- jdbc/__default
-
-
-
-
-
-
-
+
+
+
+
+ org.eclipse.persistence.jpa.PersistenceProvider
+ jdbc/__default
+
+
+
+
+
+
+
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index e59305276..725c7f325 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -841,7 +841,7 @@
maven-surefire-plugin
- glassfish-build-managed
+ payara-build-managed
UnitTest
${cdicontainer.version}