From eb63ad168808ee9051af3926282de6df03676095 Mon Sep 17 00:00:00 2001 From: Rhys Williams <170514543+Viii3@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:59:17 +0100 Subject: [PATCH 1/2] Update TCK to 4.0.3 --- faces-tck/pom.xml-old-tck-run | 124 ++++++++++++++++++++++++---------- faces-tck/pom.xml-tck | 2 +- faces-tck/run-tck.sh | 18 ++--- faces-tck/summary-tck.sh | 0 4 files changed, 99 insertions(+), 45 deletions(-) mode change 100644 => 100755 faces-tck/summary-tck.sh diff --git a/faces-tck/pom.xml-old-tck-run b/faces-tck/pom.xml-old-tck-run index 18c3472..f2c48cf 100644 --- a/faces-tck/pom.xml-old-tck-run +++ b/faces-tck/pom.xml-old-tck-run @@ -1,7 +1,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + @@ -234,15 +279,15 @@ - + - + - + ]]> @@ -263,31 +308,31 @@ - - + - + - + Deploying from ${test.dir} - - + + - + Deploying all archives - + @@ -329,6 +374,15 @@ + + + + + + + + + diff --git a/faces-tck/pom.xml-tck b/faces-tck/pom.xml-tck index 1af2ebd..a32fe59 100755 --- a/faces-tck/pom.xml-tck +++ b/faces-tck/pom.xml-tck @@ -28,7 +28,7 @@ org.eclipse.ee4j.faces.tck jakarta-faces-tck - 4.0.1 + 4.0.3 pom Jakarta Faces ${project.version} TCK diff --git a/faces-tck/run-tck.sh b/faces-tck/run-tck.sh index 82eb83f..468ef54 100755 --- a/faces-tck/run-tck.sh +++ b/faces-tck/run-tck.sh @@ -5,18 +5,18 @@ fi rm -r target mkdir target -if [ ! -f target/jakarta-faces-tck-4.0.1.zip ]; then - echo "Downloading jakarta-faces-tck-4.0.1.zip" - wget -q https://download.eclipse.org/jakartaee/faces/4.0/jakarta-faces-tck-4.0.1.zip -O target/jakarta-faces-tck-4.0.1.zip +if [ ! -f target/jakarta-faces-tck-4.0.3.zip ]; then + echo "Downloading jakarta-faces-tck-4.0.3.zip" + wget -q https://download.eclipse.org/jakartaee/faces/4.0/jakarta-faces-tck-4.0.3.zip -O target/jakarta-faces-tck-4.0.3.zip fi echo "Unzipping" -rm -rf target/faces-tck-4.0.1 -unzip -q target/jakarta-faces-tck-4.0.1.zip -d target +rm -rf target/faces-tck-4.0.3 +unzip -q target/jakarta-faces-tck-4.0.3.zip -d target echo "Running TCK" # add payara profile, should be in the next version of upstream pom.xml -cp pom.xml-tck target/faces-tck-4.0.1/tck/pom.xml +cp pom.xml-tck target/faces-tck-4.0.3/tck/pom.xml # change usage of glassfish with payara -cp pom.xml-old-tck-run target/faces-tck-4.0.1/tck/old-tck/run/pom.xml -#mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha5-SNAPSHOT -f target/faces-tck-4.0.1/tck/pom.xml -pl old-tck -amd -mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha4 -f target/faces-tck-4.0.1/tck/pom.xml \ No newline at end of file +cp pom.xml-old-tck-run target/faces-tck-4.0.3/tck/old-tck/run/pom.xml +#mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha5-SNAPSHOT -f target/faces-tck-4.0.3/tck/pom.xml -pl old-tck -amd +mvn verify -P payara-ci-remote,\!glassfish-ci-managed -Dglassfish.version=6.2022.1.Alpha4 -f target/faces-tck-4.0.3/tck/pom.xml diff --git a/faces-tck/summary-tck.sh b/faces-tck/summary-tck.sh old mode 100644 new mode 100755 From b98db6e7181042d9a7013b3ffdc38deeee3e535f Mon Sep 17 00:00:00 2001 From: Rhys Williams <170514543+Viii3@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:25:58 +0100 Subject: [PATCH 2/2] Update copyright header. --- faces-tck/pom.xml-old-tck-run | 1 + 1 file changed, 1 insertion(+) diff --git a/faces-tck/pom.xml-old-tck-run b/faces-tck/pom.xml-old-tck-run index f2c48cf..12450da 100644 --- a/faces-tck/pom.xml-old-tck-run +++ b/faces-tck/pom.xml-old-tck-run @@ -15,6 +15,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + Portions Copyright [2024] Payara Foundation -->