-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make folders generic without glassfish version.
Signed-off-by: [email protected] <[email protected]>
- Loading branch information
Showing
35 changed files
with
54 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...ed-6/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...aged/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.jboss.arquillian.container.glassfish.managed.GlassFishManagedContainerExtension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...assFishManagedDeploymentTestTemplate.java → ...assFishManagedDeploymentTestTemplate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iner/glassfish/managed_6/StartGFTest.java → ...tainer/glassfish/managed/StartGFTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ | |
|
||
<!-- Artifact Configuration --> | ||
<groupId>org.jboss.arquillian.container</groupId> | ||
<artifactId>arquillian-parent-glassfish6</artifactId> | ||
<artifactId>arquillian-parent-glassfish7</artifactId> | ||
<version>1.0.0.Final-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Arquillian Container Parent GlassFish 6+</name> | ||
<description>GlassFish 6.x and Later Container integrations for the Arquillian Project</description> | ||
<name>Arquillian Container Parent GlassFish 7+</name> | ||
<description>GlassFish 7.x and Later Container integrations for the Arquillian Project</description> | ||
|
||
<scm> | ||
<connection>scm:git:git://[email protected]:arquillian/arquillian-container-glassfish6.git</connection> | ||
|
@@ -29,15 +29,15 @@ | |
|
||
<!-- Properties --> | ||
<properties> | ||
<version.arquillian_core>1.7.0.Alpha2</version.arquillian_core> | ||
<version.glassfish6>6.2.3</version.glassfish6> | ||
<version.arquillian_core>1.7.0.Alpha10</version.arquillian_core> | ||
<version.glassfish>7.0.0-M4</version.glassfish> | ||
<!-- The Jakarta EE 10 based release version --> | ||
<version.jersey>3.1.0-M1</version.jersey> | ||
<version.jersey>3.1.0-M5</version.jersey> | ||
<jakarta.cdi.version>4.0.0</jakarta.cdi.version> | ||
<jakarta.el.version>4.0.0</jakarta.el.version> | ||
<jakarta.interceptor.version>2.0.0</jakarta.interceptor.version> | ||
<jakarta.el.version>5.0.0</jakarta.el.version> | ||
<jakarta.interceptor.version>2.1.0</jakarta.interceptor.version> | ||
<jakarta.ejb.version>4.0.0</jakarta.ejb.version> | ||
<jakarta.annotation.version>2.0.0</jakarta.annotation.version> | ||
<jakarta.annotation.version>2.1.0</jakarta.annotation.version> | ||
<jakarta.servlet.version>6.0.0</jakarta.servlet.version> | ||
<jakarta.jaxb.version>4.0.0</jakarta.jaxb.version> | ||
</properties> | ||
|
@@ -71,7 +71,6 @@ | |
<version>${jakarta.ejb.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
<!-- JAX-RS implementation --> | ||
<dependency> | ||
<groupId>org.glassfish.jersey</groupId> | ||
|
@@ -129,8 +128,8 @@ | |
|
||
<modules> | ||
<module>glassfish-common</module> | ||
<module>glassfish-managed-6</module> | ||
<module>glassfish-remote-6</module> | ||
<module>glassfish-managed</module> | ||
<module>glassfish-remote</module> | ||
<!-- | ||
TODO: | ||
<module>glassfish-embedded-6</module> | ||
|