Skip to content

Commit

Permalink
Merge pull request #2000 from arjantijms/runner_using_bigzipm10
Browse files Browse the repository at this point in the history
Runners use latest version of big zip m10
  • Loading branch information
arjantijms authored Feb 27, 2025
2 parents 7098680 + 9ff2aba commit ae7f6af
Show file tree
Hide file tree
Showing 39 changed files with 69 additions and 67 deletions.
2 changes: 1 addition & 1 deletion glassfish-runner/annotations-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>glassfish.annotations-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<tck.test.cdi-extra.file>jakartaeetck-${tck.test.cdi-extra.version}-dist.zip</tck.test.cdi-extra.file>
<tck.test.cdi-extra.url>https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee11/staged/eftl/${tck.test.cdi-extra.file}</tck.test.cdi-extra.url>

<tck.test.cdi-extra.version>11.0.0-M8</tck.test.cdi-extra.version>
<tck.test.cdi-extra.version>11.0.0-M10</tck.test.cdi-extra.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<cdi.tck-4-1.version>4.1.0</cdi.tck-4-1.version>
<!-- The CDI EE Platform Integration TCK Version -->
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>

<glassfish.root>${project.build.directory}</glassfish.root>

Expand Down
8 changes: 5 additions & 3 deletions glassfish-runner/concurrency-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>arquillian-glassfish-server-managed</artifactId>
<version>1.5</version>
<version>1.7</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -181,8 +181,10 @@

<glassfish.systemProperties>jimage.dir=${project.build.directory}/jimage</glassfish.systemProperties>

<glassfish.postBootCommands>create-file-user --groups staff:mgr --passwordfile ${project.build.directory}/test-classes/j2ee.pass j2ee
create-file-user --groups Manager --passwordfile ${project.build.directory}/test-classes/javajoe.pass javajoe</glassfish.postBootCommands>
<glassfish.postBootCommands>
create-file-user --groups staff:mgr --passwordfile ${project.build.directory}/test-classes/j2ee.pass j2ee
create-file-user --groups Manager --passwordfile ${project.build.directory}/test-classes/javajoe.pass javajoe
</glassfish.postBootCommands>

<jimage.dir>${project.build.directory}/jimage</jimage.dir>
</systemPropertyVariables>
Expand Down
4 changes: 2 additions & 2 deletions glassfish-runner/connector-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>glassfish.connector-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -68,7 +68,7 @@
<rapassword1>rapassword1</rapassword1>
<rauser1>rauser1</rauser1>
<sql.directory>./sql</sql.directory>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>

<jakarta.tck.arquillian.version>11.0.0-RC1</jakarta.tck.arquillian.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<tck.test.enterprise-beans.file>jakartaeetck-${tck.test.enterprise-beans.version}-dist.zip</tck.test.enterprise-beans.file>
<tck.test.enterprise-beans.url>https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee11/staged/eftl/${tck.test.enterprise-beans.file}</tck.test.enterprise-beans.url>
<tck.test.enterprise-beans.version>11.0.0-M8</tck.test.enterprise-beans.version>
<tck.test.enterprise-beans.version>11.0.0-M10</tck.test.enterprise-beans.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>expression-language-extra-tck-install</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>
<name>TCK: Install Jakarta Expression Language Platform Substitute TCK</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.el-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -35,7 +35,7 @@
<glassfish.version>8.0.0-M9</glassfish.version>

<jakarta.platform.version>11.0.0-M2</jakarta.platform.version>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<ts.home>./jakartaeetck</ts.home>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>jsonb-tck-install</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>
<name>TCK: Install Jakarta JSON-B Extra TCK</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.jsonb-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/jsonb-platform-extra-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>jsonp-platform-extra-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>jsonp-tck-install</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>
<name>TCK: Install Jakarta JSON-P Extra TCK</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.jsonp-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/jsonp-platform-extra-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>jsonb-platform-extra-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/mail-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.mail-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>

<properties>
<maven.compiler.release>17</maven.compiler.release>
Expand Down Expand Up @@ -63,7 +63,7 @@
<mail.user>user01</mail.user>
<mailboxFolder1>${project.build.directory}/../mailboxes</mailboxFolder1>
<smtp.port>1025</smtp.port>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>javamail</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/messaging-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>messaging-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -106,11 +106,11 @@
<s1as.lib>${javaee.home}/lib</s1as.lib>
<sql.directory>./sql</sql.directory>
<tck.artifactId>jms</tck.artifactId>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<ts.home>./jakartaeetck</ts.home>
<user1>cts1</user1>
<user2>cts1</user2>
<version.jakarta.tck>11.0.0-M8</version.jakarta.tck>
<version.jakarta.tck>11.0.0-M10</version.jakarta.tck>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions glassfish-runner/messaging-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.jms-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>jms-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>pages-extra-tck-install</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>
<name>TCK: Install Jakarta Pages Platform Extra TCK</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.jsp-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -34,7 +34,7 @@
<jakarta.platform.version>11.0.0-M4</jakarta.platform.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<tck.artifactId>pages-platform-tck</tck.artifactId>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
</properties>

<!-- The Junit5 test frameworks -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<tck.test.persistence.file>jakartaeetck-${tck.test.persistence.version}-dist.zip</tck.test.persistence.file>
<tck.test.persistence.url>https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee11/staged/eftl/${tck.test.persistence.file}</tck.test.persistence.url>
<tck.test.persistence.version>11.0.0-M8</tck.test.persistence.version>
<tck.test.persistence.version>11.0.0-M10</tck.test.persistence.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>jakarta</groupId>
<artifactId>glassfish.jpa-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>

<properties>
<!-- Require at least Java 17 to compile -->
Expand All @@ -42,10 +42,10 @@
<glassfish.version>8.0.0-JDK17-M9</glassfish.version>
<jakarta.platform.version>11.0.0-M2</jakarta.platform.version>

<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<jakarta.tck.arquillian.version>11.0.0-RC1</jakarta.tck.arquillian.version>
<jakarta.tck.tools.version>11.0.0-RC5</jakarta.tck.tools.version>
<version.persistence.tck>11.0.0-M8</version.persistence.tck>
<version.persistence.tck>11.0.0-M10</version.persistence.tck>

<ts.home>./jakartaeetck</ts.home>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/persistence-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>persistence-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>pom</packaging>

<modules>
Expand Down
8 changes: 4 additions & 4 deletions glassfish-runner/platform/appclient-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>standalone-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>jakarta</groupId>
<artifactId>glassfish.appclient-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>
<properties>
<admin.pass>admin</admin.pass>
Expand Down Expand Up @@ -62,7 +62,7 @@
<ri.home>${project.build.directory}/${glassfish.toplevel.dir}/mq</ri.home>

<tck.artifactId>jakarta.jms-tck</tck.artifactId>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<tck.version>3.1.0</tck.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>appclient</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
Expand Down
6 changes: 3 additions & 3 deletions glassfish-runner/platform/assembly-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>standalone-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>jakarta</groupId>
<artifactId>glassfish.assembly-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -40,7 +40,7 @@
<jakarta.tck.arquillian.version>11.0.0-RC1</jakarta.tck.arquillian.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<tck.artifactId>assembly-tck</tck.artifactId>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<ts.home>./jakartaeetck</ts.home>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions glassfish-runner/platform/integration-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>standalone-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>jakarta</groupId>
<artifactId>glassfish.integration-platform-tck</artifactId>
<version>11.0.0-M8</version>
<version>11.0.0-M10</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -83,11 +83,11 @@
<restype>javax.sql.DataSource</restype>
<sql.directory>./sql</sql.directory>
<tck.artifactId>integration</tck.artifactId>
<tck.version>11.0.0-M8</tck.version>
<tck.version>11.0.0-M10</tck.version>
<ts.home>./jakartaeetck/</ts.home>
<user1>cts1</user1>
<user2>cts1</user2>
<version.jakarta.tck>11.0.0-M8</version.jakarta.tck>
<version.jakarta.tck>11.0.0-M10</version.jakarta.tck>
</properties>

<dependencyManagement>
Expand Down
Loading

0 comments on commit ae7f6af

Please sign in to comment.