Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public TCKRunner withRelativeTCKRunner(String relativeTCKRunner) {
* @param platformVersion the version of the Jakarta EE Platform this TCK tests
* @return this TCKRunner
*/
public TCKRunner withPlatfromVersion(String platformVersion) {
public TCKRunner withPlatformVersion(String platformVersion) {
Objects.requireNonNull(platformVersion);

this.platformVersion = platformVersion;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022, 2024 IBM Corporation and others.
* Copyright (c) 2022, 2025 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -83,7 +83,7 @@ public void launchConcurrent30TCKFull() throws Exception {
suiteXmlFile = FATSuite.createSuiteXML(FATSuite.PROFILE.FULL);

TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withQualifiers("full")
.withSuiteFileName(suiteXmlFile)
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022, 2024 IBM Corporation and others.
* Copyright (c) 2022, 2025 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -81,7 +81,7 @@ public void launchConcurrent30TCKWeb() throws Exception {
suiteXmlFile = FATSuite.createSuiteXML(FATSuite.PROFILE.WEB);

TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withQualifiers("web")
.withSuiteFileName(suiteXmlFile)
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static void tearDown() throws Exception {
@AllowedFFDC // The tested exceptions cause FFDC so we have to allow for this.
public void launchConcurrent31TCKFull() throws Exception {
TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("full")
.withAdditionalMvnProps(additionalProps)
.withLogging(Map.of("ee.jakarta.tck.concurrent", Level.ALL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void tearDown() throws Exception {
@AllowedFFDC // The tested exceptions cause FFDC so we have to allow for this.
public void launchConcurrent31TCKWeb() throws Exception {
TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("web")
.withAdditionalMvnProps(additionalProps)
.withLogging(Map.of("ee.jakarta.tck.concurrent", Level.ALL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static void tearDown() throws Exception {
@AllowedFFDC // The tested exceptions cause FFDC so we have to allow for this.
public void launchConcurrent31TCKFull() throws Exception {
TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("full")
.withAdditionalMvnProps(additionalProps)
.withLogging(Map.of("ee.jakarta.tck.concurrent", Level.ALL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void tearDown() throws Exception {
@AllowedFFDC // The tested exceptions cause FFDC so we have to allow for this.
public void launchConcurrent31TCKWeb() throws Exception {
TCKRunner.build(server, Type.JAKARTA, "Concurrency")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("web")
.withAdditionalMvnProps(additionalProps)
.withLogging(Map.of("ee.jakarta.tck.concurrent", Level.ALL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void launchDataTckCorePersistence() throws Exception {
additionalProps.put("jakarta.data.tck.version", "1.0.1");

TCKRunner.build(persistenceServer, Type.JAKARTA, "Data")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("core", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down Expand Up @@ -128,7 +128,7 @@ public void launchDataTckCoreNoSQL() throws Exception {
additionalProps.put("jakarta.data.tck.version", "1.0.1");

TCKRunner.build(noSQLServer, Type.JAKARTA, "Data")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("core", "NoSQL")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void launchDataTckFullPersistence() throws Exception {
additionalProps.put("jakarta.data.tck.version", "1.0.1");

TCKRunner.build(server, Type.JAKARTA, "Data")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("full", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022, 2024 IBM Corporation and others.
* Copyright (c) 2022, 2025 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -62,7 +62,7 @@ public void launchDataTckStandaloneNoSQL() throws Exception {
additionalProps.put("jakarta.data.tck.version", "1.0.1");

TCKRunner.build(DONOTSTART, Type.JAKARTA, "Data")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("standalone", "NoSQL")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void launchDataTckWebPersistence() throws Exception {
additionalProps.put("jakarta.data.tck.version", "1.0.1");

TCKRunner.build(server, Type.JAKARTA, "Data")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withQualifiers("web", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void launchDataTckCorePersistence() throws Exception {
// additionalProps.put("jakarta.data.tck.version", "1.1.0");

TCKRunner.build(persistenceServer, Type.JAKARTA, "Data")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("core", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down Expand Up @@ -128,7 +128,7 @@ public void launchDataTckCoreNoSQL() throws Exception {
// additionalProps.put("jakarta.data.tck.version", "1.1.0");

TCKRunner.build(noSQLServer, Type.JAKARTA, "Data")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("core", "NoSQL")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void launchDataTckFullPersistence() throws Exception {
// additionalProps.put("jakarta.data.tck.version", "1.1.0");

TCKRunner.build(server, Type.JAKARTA, "Data")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("full", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void launchDataTckStandaloneNoSQL() throws Exception {
// additionalProps.put("jakarta.data.tck.version", "1.1.0");

TCKRunner.build(DONOTSTART, Type.JAKARTA, "Data")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("standalone", "NoSQL")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void launchDataTckWebPersistence() throws Exception {
// additionalProps.put("jakarta.data.tck.version", "1.1.0");

TCKRunner.build(server, Type.JAKARTA, "Data")
.withPlatfromVersion("12")
.withPlatformVersion("12")
.withQualifiers("web", "persistence")
.withRelativeTCKRunner("publish/tckRunner/platform/")
.withAdditionalMvnProps(additionalProps)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void setUp() throws Exception {
@AllowedFFDC // The tested exceptions cause FFDC so we have to allow for this.
public void launchJsonb30TCK() throws Exception {
TCKRunner.build(DONOTSTART, Type.JAKARTA, "jsonb")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withAdditionalMvnProps(additionalProps)
.runTCK();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void launchJsonp21TCK() throws Exception {
additionalProps.put("java.io.tmpdir", PrivHelper.getProperty("java.io.tmpdir", "/tmp"));

TCKRunner.build(DONOTSTART, Type.JAKARTA, "jsonp")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withAdditionalMvnProps(additionalProps)
.runTCK();
}
Expand All @@ -88,7 +88,7 @@ public void launchJsonp21PluggabilityTCK() throws Exception {
additionalPluggabilityProps.put("run-tck-tests-pluggability", "true");

TCKRunner.build(DONOTSTART, Type.JAKARTA, "jsonp")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withQualifiers("pluggability")
.withAdditionalMvnProps(additionalPluggabilityProps)
.runTCK();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022, 2023 IBM Corporation and others.
* Copyright (c) 2022, 2025 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -94,7 +94,7 @@ public void testJakarta31RestTck() throws Exception {
}

TCKRunner.build(server, Type.JAKARTA, "Restful Web Services")
.withPlatfromVersion("10")
.withPlatformVersion("10")
.withAdditionalMvnProps(props)
.runTCK();
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2024 IBM Corporation and others.
* Copyright (c) 2024, 2025 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -94,7 +94,7 @@ public void testJakarta40RestTck() throws Exception {
}

TCKRunner.build(server, Type.JAKARTA, "Restful Web Services")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withAdditionalMvnProps(props)
.runTCK();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static void tearDown() throws Exception {
public void launchValidation31TCK() throws Exception {

TCKRunner.build(server, Type.JAKARTA, "Validation")
.withPlatfromVersion("11")
.withPlatformVersion("11")
.withSuiteFileName("tck-tests.xml")
.withAdditionalMvnProps(additionalProps)
.withAppUndeployTimeout(Duration.ofSeconds(120))
Expand Down