This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit b31ceeb829849f939085b06c8f4054fe4f5c7559
Author: Markus Jung <[email protected]>
AuthorDate: Sat Jul 18 20:20:54 2026 +0200

    Inherit the TomEE port defaults from the runner-standalone parent
---
 runner-standalone/cdi-ee/pom.xml       |  5 -----
 runner-standalone/cdi/pom.xml          |  5 -----
 runner-standalone/concurrency/pom.xml  |  5 -----
 runner-standalone/data/pom.xml         |  5 -----
 runner-standalone/faces-old/pom.xml    |  5 -----
 runner-standalone/pages/pom.xml        |  6 ------
 runner-standalone/pom.xml              | 14 ++++++++++----
 runner-standalone/rest/pom.xml         |  4 ----
 runner-standalone/servlet/pom.xml      |  6 ------
 runner-standalone/transactions/pom.xml |  5 -----
 runner-standalone/validation/pom.xml   |  5 -----
 runner-standalone/websocket/pom.xml    |  6 ------
 12 files changed, 10 insertions(+), 61 deletions(-)

diff --git a/runner-standalone/cdi-ee/pom.xml b/runner-standalone/cdi-ee/pom.xml
index ccd358f..22095e3 100644
--- a/runner-standalone/cdi-ee/pom.xml
+++ b/runner-standalone/cdi-ee/pom.xml
@@ -27,11 +27,6 @@
 
   <properties>
     <cdi.tck.version>4.1.0</cdi.tck.version>
-    <!-- Defaults match the fixed harness catalog; override to run beside
-         another TomEE instance (the remote adapter attaches to any server
-         already answering on the http port). -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <cdi.tck.ee.version>${jakarta.tck.version}</cdi.tck.ee.version>
     <testng.version>7.9.0</testng.version>
     <!-- Reviewed known-gap exclusions; -Dtck.exclusions.file=none for a
diff --git a/runner-standalone/cdi/pom.xml b/runner-standalone/cdi/pom.xml
index 927f374..0d311af 100644
--- a/runner-standalone/cdi/pom.xml
+++ b/runner-standalone/cdi/pom.xml
@@ -29,11 +29,6 @@
 
   <properties>
     <cdi.tck.version>4.1.0</cdi.tck.version>
-    <!-- Defaults match the fixed harness catalog; override to run beside
-         another TomEE instance (the remote adapter attaches to any server
-         already answering on the http port). -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <testng.version>7.9.0</testng.version>
     <!-- Reviewed known-gap exclusions; -Dtck.exclusions.file=none for a
          full baseline run. -->
diff --git a/runner-standalone/concurrency/pom.xml 
b/runner-standalone/concurrency/pom.xml
index 5b87a4c..7e97641 100644
--- a/runner-standalone/concurrency/pom.xml
+++ b/runner-standalone/concurrency/pom.xml
@@ -25,11 +25,6 @@
 
   <properties>
     <concurrency.tck.version>3.1.1</concurrency.tck.version>
-    <!-- Overridable to run next to another harness instance; the Arquillian
-         adapter otherwise attaches to whatever already answers on 8080. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/concurrency.txt</tck.exclusions.file>
diff --git a/runner-standalone/data/pom.xml b/runner-standalone/data/pom.xml
index a847f50..5947680 100644
--- a/runner-standalone/data/pom.xml
+++ b/runner-standalone/data/pom.xml
@@ -25,11 +25,6 @@
 
   <properties>
     <data.tck.version>1.0.0</data.tck.version>
-    <!-- Overridable to run next to another harness instance; the Arquillian
-         adapter otherwise attaches to whatever already answers on 8080. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/data.txt</tck.exclusions.file>
diff --git a/runner-standalone/faces-old/pom.xml 
b/runner-standalone/faces-old/pom.xml
index 5320bda..b8b8450 100644
--- a/runner-standalone/faces-old/pom.xml
+++ b/runner-standalone/faces-old/pom.xml
@@ -59,11 +59,6 @@
     <tck.mode>standalone</tck.mode>
 
     
<tomee.home>${project.build.directory}/tomee/apache-tomee-${tomee.classifier}-${tomee.version}</tomee.home>
-    <!-- Defaults match the fixed harness catalog (environment/README.md);
-         override to run beside another TomEE instance. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- JavaTest client-side log listener. -->
     <tck.harness.log.port>2000</tck.harness.log.port>
     <!-- Seconds per archive the tomcat deployment handler waits for the
diff --git a/runner-standalone/pages/pom.xml b/runner-standalone/pages/pom.xml
index 7825499..6e29786 100644
--- a/runner-standalone/pages/pom.xml
+++ b/runner-standalone/pages/pom.xml
@@ -36,12 +36,6 @@
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/pages.txt</tck.exclusions.file>
-    <!-- Defaults match the fixed harness catalog (environment/README.md);
-         override these three plus tck.derby.port (inherited, default 1527) to
-         run beside another TomEE/Derby instance. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
   </properties>
 
   <dependencies>
diff --git a/runner-standalone/pom.xml b/runner-standalone/pom.xml
index 075cd81..2ddfc12 100644
--- a/runner-standalone/pom.xml
+++ b/runner-standalone/pom.xml
@@ -67,11 +67,17 @@
     <tck.standalone.skip>true</tck.standalone.skip>
     <!-- Modules that only run local signature checks set this to true. -->
     
<tck.standalone.container.skip>${tck.standalone.skip}</tck.standalone.container.skip>
-    <!-- Derby network server port; override together with the runner's
-         tomee.*.port properties to run a suite next to another harness
-         instance. The shared tomee.xml datasources stay on 1527, which only
-         matters for suites that actually touch the database. -->
+    <!-- Derby network server port; override together with the tomee.*.port
+         properties below to run a suite next to another harness instance.
+         The shared tomee.xml datasources stay on 1527, which only matters
+         for suites that actually touch the database. -->
     <tck.derby.port>1527</tck.derby.port>
+    <!-- Harness catalog defaults for the TomEE container; the remote
+         adapter otherwise attaches to whatever already answers on the http
+         port. Modules that pin fixed ports simply ignore these. -->
+    <tomee.http.port>8080</tomee.http.port>
+    <tomee.https.port>8443</tomee.https.port>
+    <tomee.shutdown.port>8005</tomee.shutdown.port>
   </properties>
 
   <dependencies>
diff --git a/runner-standalone/rest/pom.xml b/runner-standalone/rest/pom.xml
index ed2b9ad..7c8a333 100644
--- a/runner-standalone/rest/pom.xml
+++ b/runner-standalone/rest/pom.xml
@@ -32,10 +32,6 @@
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/rest.txt</tck.exclusions.file>
-    <!-- Harness default ports; override for concurrent side-by-side runs. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
   </properties>
 
   <dependencies>
diff --git a/runner-standalone/servlet/pom.xml 
b/runner-standalone/servlet/pom.xml
index df64c6d..5d99070 100644
--- a/runner-standalone/servlet/pom.xml
+++ b/runner-standalone/servlet/pom.xml
@@ -28,12 +28,6 @@
 
   <properties>
     <servlet.tck.version>6.1.0</servlet.tck.version>
-    <!-- Defaults match the fixed harness catalog; override to run beside
-         another TomEE instance (the remote adapter attaches to any server
-         already answering on the http port). -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/servlet.txt</tck.exclusions.file>
diff --git a/runner-standalone/transactions/pom.xml 
b/runner-standalone/transactions/pom.xml
index 2bf849d..c773be1 100644
--- a/runner-standalone/transactions/pom.xml
+++ b/runner-standalone/transactions/pom.xml
@@ -55,11 +55,6 @@
     <tck.tests.home>${tck.home}/src/com/sun/ts/tests</tck.tests.home>
 
     
<tomee.home>${project.build.directory}/tomee/apache-tomee-${tomee.classifier}-${tomee.version}</tomee.home>
-    <!-- Defaults match the fixed harness catalog (environment/README.md);
-         override to run beside another TomEE instance. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- JavaTest client-side log listener. -->
     <tck.harness.log.port>2000</tck.harness.log.port>
 
diff --git a/runner-standalone/validation/pom.xml 
b/runner-standalone/validation/pom.xml
index 76d095c..1fa43a5 100644
--- a/runner-standalone/validation/pom.xml
+++ b/runner-standalone/validation/pom.xml
@@ -26,11 +26,6 @@
 
   <properties>
     <validation.tck.version>3.1.1</validation.tck.version>
-    <!-- Defaults match the fixed harness catalog; override to run beside
-         another TomEE instance (the remote adapter attaches to any server
-         already answering on the http port). -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <cdi.tck.version>4.1.0</cdi.tck.version>
     <testng.version>7.9.0</testng.version>
     <!-- The Jakarta Validation provider shipped by TomEE. -->
diff --git a/runner-standalone/websocket/pom.xml 
b/runner-standalone/websocket/pom.xml
index c26eda4..3a7617b 100644
--- a/runner-standalone/websocket/pom.xml
+++ b/runner-standalone/websocket/pom.xml
@@ -32,12 +32,6 @@
     <!-- Reviewed known-gap exclusions; point at exclusions/none.txt for a
          full baseline run. -->
     
<tck.exclusions.file>${project.basedir}/../exclusions/websocket.txt</tck.exclusions.file>
-    <!-- Container ports; the TomEE remote adapter rewrites the staged
-         conf/server.xml to these values, so overriding the properties is
-         enough to relocate the whole suite. -->
-    <tomee.http.port>8080</tomee.http.port>
-    <tomee.https.port>8443</tomee.https.port>
-    <tomee.shutdown.port>8005</tomee.shutdown.port>
     <!-- Response wait used by the TCK clients, in seconds (ts.jte ws_wait). 
-->
     <websocket.tck.ws.wait>5</websocket.tck.ws.wait>
   </properties>

Reply via email to