From 6799877385381013e46e541543fc23a753eb8928 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Fri, 20 Mar 2026 13:00:07 +0100 Subject: [PATCH 1/5] Execute ql tests visibly --- appserver/tests/quicklook/testng/testng_full_profile.xml | 2 +- appserver/tests/quicklook/testng/testng_web_profile.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appserver/tests/quicklook/testng/testng_full_profile.xml b/appserver/tests/quicklook/testng/testng_full_profile.xml index 7a50ef60fae..d0bdd867528 100644 --- a/appserver/tests/quicklook/testng/testng_full_profile.xml +++ b/appserver/tests/quicklook/testng/testng_full_profile.xml @@ -19,7 +19,7 @@ - + diff --git a/appserver/tests/quicklook/testng/testng_web_profile.xml b/appserver/tests/quicklook/testng/testng_web_profile.xml index 014cefb29ea..73b018dcd4c 100644 --- a/appserver/tests/quicklook/testng/testng_web_profile.xml +++ b/appserver/tests/quicklook/testng/testng_web_profile.xml @@ -23,7 +23,7 @@ Tests for "WD" (Web Distribution, aka Jakarta EE Web Profile) --> - + From 503535701e714ff3c6b38b27b3866b83b12bf423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Fri, 17 Apr 2026 18:21:12 +0200 Subject: [PATCH 2/5] Update several versions in pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - backported from 9.0 - Removed hk2 overrides as I don't such behavior here. Signed-off-by: David Matějček --- appserver/pom.xml | 2 +- appserver/tests/application/pom.xml | 2 +- nucleus/parent/pom.xml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/appserver/pom.xml b/appserver/pom.xml index 97715410184..aae4ffdc3ec 100644 --- a/appserver/pom.xml +++ b/appserver/pom.xml @@ -695,7 +695,7 @@ org.codehaus.plexus plexus-utils - 4.0.2 + 4.0.3 diff --git a/appserver/tests/application/pom.xml b/appserver/tests/application/pom.xml index cbba94bdd35..b96ca48d8bd 100755 --- a/appserver/tests/application/pom.xml +++ b/appserver/tests/application/pom.xml @@ -159,7 +159,7 @@ com.sun.xml.ws jaxws-maven-plugin - 4.0.3 + 4.0.4 jaxws-generate diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 75c0f06151f..22eec06cf9f 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml @@ -114,8 +114,8 @@ 1.3.1.Final - 4.0.4 - 4.0.6 + 4.0.5 + 4.0.7 4.0.0 @@ -159,7 +159,7 @@ 4.0.2 3.0.1 3.1.1 - 10.8 + 10.9 1.0.2 @@ -205,7 +205,7 @@ 4.0.4 7.1.1 - 4.2.2 + 4.3.0 5.0.0 @@ -232,11 +232,11 @@ 3.6.3.Final 3.30.2-GA 9.9.1 - 2.27.9 + 2.28.0 2.7.7 2.7.8 4.13.2 - 1.10.15 + 1.10.16 1.10.2 2.21.2 2.21 @@ -919,7 +919,7 @@ org.apache.ant ant-launcher - 1.10.15 + 1.10.16 com.github.mwiede From 540eeddcb3370351963197bdc5df3433f6e3bb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Thu, 16 Apr 2026 20:02:43 +0200 Subject: [PATCH 3/5] QuickLook tests left server running MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- runtests.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/runtests.sh b/runtests.sh index 439fc5aaae4..b32c75f82cf 100755 --- a/runtests.sh +++ b/runtests.sh @@ -38,6 +38,7 @@ install_bundles() { install_dependency "org.glassfish.main.distributions:glassfish:${GF_VERSION}:zip" install_dependency "org.glassfish.main.distributions:web:${GF_VERSION}:zip" install_dependency "org.jacoco:org.jacoco.agent:0.8.12:jar:runtime" + ls -la "${BUNDLES_DIR}/" } #################################### @@ -89,9 +90,6 @@ else unset GLASSFISH_SUSPEND fi -echo GF_VERSION=$GF_VERSION -echo GLASSFISH_SUSPEND=$GLASSFISH_SUSPEND - export JACOCO_ENABLED="true" export WORKSPACE="${WORKSPACE:-$(pwd)/target}" export BUNDLES_DIR="${BUNDLES_DIR:-${WORKSPACE}/bundles}" @@ -115,4 +113,5 @@ rm -f ./appserver/tests/appserv-tests/test_resultsValid.xml rm -f ./appserver/tests/appserv-tests/test_results.xml ./appserver/tests/gftest.sh run_test "${test}" - +# QuickLook tests don't stop the domain. +"${S1AS_HOME}"/bin/asadmin stop-domain --kill=true --force=true domain1 || true; From 8c27e4276dce868573833d87586e4c98725135d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Fri, 17 Apr 2026 18:54:31 +0200 Subject: [PATCH 4/5] Updated git commit plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- nucleus/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 22eec06cf9f..8cd4d3e20d3 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml @@ -1374,7 +1374,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 9.0.2 + 10.0.0 get-the-git-infos From c56b05d858dd4348b8a412a4eb38e5b126061765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Fri, 17 Apr 2026 20:32:06 +0200 Subject: [PATCH 5/5] Updated Helidon, MavenPluginAPI, JNoSQL, AntLauncher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- appserver/pom.xml | 2 +- appserver/tests/embedded/maven-plugin/pom.xml | 2 +- nucleus/parent/pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appserver/pom.xml b/appserver/pom.xml index aae4ffdc3ec..c027162ea78 100644 --- a/appserver/pom.xml +++ b/appserver/pom.xml @@ -75,7 +75,7 @@ 3.1 - 4.4.0 + 4.4.1 diff --git a/appserver/tests/embedded/maven-plugin/pom.xml b/appserver/tests/embedded/maven-plugin/pom.xml index 15aacb35490..89850184bb6 100644 --- a/appserver/tests/embedded/maven-plugin/pom.xml +++ b/appserver/tests/embedded/maven-plugin/pom.xml @@ -190,7 +190,7 @@ org.apache.maven maven-plugin-api - 3.9.14 + 3.9.15 diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 8cd4d3e20d3..966ac8fd8e5 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml @@ -171,7 +171,7 @@ 1.0 1.0.1 1.0.1 - 1.1.12 + 1.1.13 2.0.1 @@ -236,7 +236,7 @@ 2.7.7 2.7.8 4.13.2 - 1.10.16 + 1.10.17 1.10.2 2.21.2 2.21 @@ -919,7 +919,7 @@ org.apache.ant ant-launcher - 1.10.16 + ${ant.version} com.github.mwiede