Skip to content

Commit

Permalink
Revert "Merge master into 8.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Jan 30, 2024
1 parent a6c75da commit b10e3b8
Show file tree
Hide file tree
Showing 1,023 changed files with 20,895 additions and 11,517 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def generateAntPodTemplate(job) {
sh """
mkdir -p ${WORKSPACE}/appserver/tests
tar -xzf ${WORKSPACE}/bundles/appserv_tests.tar.gz -C ${WORKSPACE}/appserver/tests
export CLASSPATH=${WORKSPACE}/glassfish8/javadb
export CLASSPATH=${WORKSPACE}/glassfish7/javadb
${WORKSPACE}/appserver/tests/gftest.sh run_test ${job}
"""
}
Expand All @@ -94,7 +94,7 @@ kind: Pod
spec:
containers:
- name: maven
image: maven:3.9.4-eclipse-temurin-21
image: maven:3.9.4-eclipse-temurin-17
command:
- cat
tty: true
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
}

environment {
S1AS_HOME = "${WORKSPACE}/glassfish8/glassfish"
S1AS_HOME = "${WORKSPACE}/glassfish7/glassfish"
APS_HOME = "${WORKSPACE}/appserver/tests/appserv-tests"
TEST_RUN_LOG = "${WORKSPACE}/tests-run.log"
GF_INTERNAL_ENV = credentials('gf-internal-env')
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
}
}
tools {
jdk 'temurin-jdk21-latest'
jdk 'temurin-jdk17-latest'
maven 'apache-maven-3.9.5'
}
steps {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ They are quite old and have high technical debt, but at this moment they still p

### QuickLook

`mvn -f appserver/tests/quicklook/pom.xml test -Dglassfish.home=$(pwd)/appserver/distributions/glassfish/target/stage/glassfish8/glassfish`
`mvn -f appserver/tests/quicklook/pom.xml test -Dglassfish.home=$(pwd)/appserver/distributions/glassfish/target/stage/glassfish7/glassfish`

* Usual time: 3 minutes
* see [QuickLook_Test_Instructions](https://github.com/eclipse-ee4j/glassfish/blob/master/appserver/tests/quicklook/QuickLook_Test_Instructions.html)
Expand Down Expand Up @@ -96,9 +96,9 @@ They are quite old and have high technical debt, but at this moment they still p

## Basic Usage

* Starting Eclipse GlassFish: `glassfish8/bin/asadmin start-domain`
* Starting Eclipse GlassFish: `glassfish7/bin/asadmin start-domain`
* Visit [http://localhost:4848](http://localhost:4848)
* Stopping Eclipse GlassFish: `glassfish8/bin/asadmin stop-domain`
* Stopping Eclipse GlassFish: `glassfish7/bin/asadmin stop-domain`

## Professional Services and Enterprise Support

Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/admin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>admin-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/backup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>backup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>cli-optional</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ EXAMPLES
Domain Name : domain1
Backup Type : full
Backup Config Name :
Backup Filename (origin) : /glassfish8/glassfish/domains/domain1/backups/domain1_2022_06_23_v00001.zip
Domain Directory : /glassfish8/glassfish/domains/domain1
Backup Filename (origin) : /glassfish7/glassfish/domains/domain1/backups/domain1_2022_06_23_v00001.zip
Domain Directory : /glassfish7/glassfish/domains/domain1

Description : domain1 backup created on 2022_06_23 by user admin
GlassFish Version : Eclipse GlassFish 7.0.0
Expand All @@ -75,8 +75,8 @@ EXAMPLES
Domain Name : domain1
Backup Type : full
Backup Config Name :
Backup Filename (origin) : /glassfish8/glassfish/domains/domain1/backups/domain1_2022_06_23_v00002.zip
Domain Directory : /glassfish8/glassfish/domains/domain1
Backup Filename (origin) : /glassfish7/glassfish/domains/domain1/backups/domain1_2022_06_23_v00002.zip
Domain Directory : /glassfish7/glassfish/domains/domain1

Command list-backups executed successfully.

Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>appserver-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>appserver-domain</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions appserver/admin/template/src/main/resources/config/domain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
<property value="fileRealm" name="jaas-context" />
</auth-realm>
<auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate" />
<jacc-provider policy-configuration-factory-provider="org.glassfish.exousia.modules.def.DefaultPolicyConfigurationFactory" policy-provider="org.glassfish.exousia.modules.def.DefaultPolicy" name="default">
<jacc-provider policy-configuration-factory-provider="org.glassfish.exousia.modules.locked.SimplePolicyConfigurationFactory" policy-provider="org.glassfish.exousia.modules.locked.SimplePolicyProvider" name="default">
<property value="${com.sun.aas.instanceRoot}/generated/policy" name="repository" />
</jacc-provider>
<jacc-provider policy-configuration-factory-provider="org.glassfish.exousia.modules.def.DefaultPolicyConfigurationFactory" policy-provider="org.glassfish.exousia.modules.def.DefaultPolicy" name="simple" />
<jacc-provider policy-configuration-factory-provider="org.glassfish.exousia.modules.locked.SimplePolicyConfigurationFactory" policy-provider="org.glassfish.exousia.modules.locked.SimplePolicyProvider" name="simple" />
<audit-module classname="com.sun.enterprise.security.ee.Audit" name="default">
<property value="false" name="auditOn" />
</audit-module>
Expand Down Expand Up @@ -311,10 +311,10 @@
<property name="jaas-context" value="fileRealm" />
</auth-realm>
<auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate" />
<jacc-provider policy-provider="org.glassfish.exousia.modules.def.DefaultPolicy" name="default" policy-configuration-factory-provider="org.glassfish.exousia.modules.def.DefaultPolicyConfigurationFactory">
<jacc-provider policy-provider="org.glassfish.exousia.modules.locked.SimplePolicyProvider" name="default" policy-configuration-factory-provider="org.glassfish.exousia.modules.locked.SimplePolicyConfigurationFactory">
<property name="repository" value="${com.sun.aas.instanceRoot}/generated/policy" />
</jacc-provider>
<jacc-provider policy-provider="org.glassfish.exousia.modules.def.DefaultPolicy" name="simple" policy-configuration-factory-provider="org.glassfish.exousia.modules.def.DefaultPolicyConfigurationFactory" />
<jacc-provider policy-provider="org.glassfish.exousia.modules.locked.SimplePolicyProvider" name="simple" policy-configuration-factory-provider="org.glassfish.exousia.modules.locked.SimplePolicyConfigurationFactory" />
<audit-module classname="com.sun.enterprise.security.ee.Audit" name="default">
<property value="false" name="auditOn" />
</audit-module>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ node.KeyfileHelp=The absolute path to the SSH User's private key file. The defau
node.EditPageTitle=Edit Node
node.EditPageTitleHelp=Edit properties for the selected node.
node.InstallDir=Installation Directory:
node.InstallDirHelp=The full path to the parent of the base installation directory of the GlassFish Server software on the host, for example, /export/glassfish8.
node.InstallDirHelp=The full path to the parent of the base installation directory of the GlassFish Server software on the host, for example, /export/glassfish7.
node.force=Force:
node.forceHelp=Specifies whether the node is created even if validation of the node's parameters fails.
node.type=Type:
Expand Down
10 changes: 1 addition & 9 deletions appserver/admingui/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -75,14 +75,6 @@
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-el-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/community-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/corba/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 1 addition & 11 deletions appserver/admingui/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -56,16 +56,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-el-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/dataprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/gf-admingui-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jms-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/plugin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>admingui</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
</parent>

<artifactId>console-web-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/ant-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.0.13-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@


<target name="regular" description="Non-embedded tasks">
<glassfish-stop installdir = "/ws/v3/publish/glassfish8/" domain = "domain1" />
<glassfish-start installdir = "/ws/v3/publish/glassfish8/" domain = "domain1" />
<glassfish-stop installdir = "/ws/v3/publish/glassfish8/" domain = "domain1" />
<glassfish-admin installdir = "/ws/v3/publish/glassfish8/" command = "start-domain domain1" />
<glassfish-admin installdir = "/ws/v3/publish/glassfish8/" command = "create-http-listener --defaultvs=server --listenerport=9889 --listeneraddress=127.0.0. --listener_id=reg-listener"/>
<glassfish-undeploy installdir = "/ws/v3/publish/glassfish8/" name="test"/>
<glassfish-stop installdir = "/ws/v3/publish/glassfish7/" domain = "domain1" />
<glassfish-start installdir = "/ws/v3/publish/glassfish7/" domain = "domain1" />
<glassfish-stop installdir = "/ws/v3/publish/glassfish7/" domain = "domain1" />
<glassfish-admin installdir = "/ws/v3/publish/glassfish7/" command = "start-domain domain1" />
<glassfish-admin installdir = "/ws/v3/publish/glassfish7/" command = "create-http-listener --defaultvs=server --listenerport=9889 --listeneraddress=127.0.0. --listener_id=reg-listener"/>
<glassfish-undeploy installdir = "/ws/v3/publish/glassfish7/" name="test"/>
</target>

<target name="embedded" description="embedded tasks">
Expand Down
Loading

0 comments on commit b10e3b8

Please sign in to comment.