Skip to content

Commit 76b3e08

Browse files
committed
Merge pull request #260 from johnament/feature/252
Feature/252
2 parents a4b91fd + 02b5974 commit 76b3e08

File tree

59 files changed

+4227
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4227
-516
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ There are 4 available container profiles:
3434
reuse this instance to run the tests.
3535
Useful for development to avoid the server start up cost per sample.
3636

37+
Each of the containers allow you to override the version used
38+
39+
* `-Dorg.wildfly=8.1.0.Final`
40+
41+
This will change the version from 8.0.0 to 8.1.0.Final for WildFly.
42+
43+
* `-Dglassfish.version=4.1`
44+
45+
This will change the version from 4.0 to 4.1 for GlassFish testing purposes.
46+
3747
Similarly, there are 6 profiles to choose a browser to test on:
3848

3949
* ``browser-firefox``
@@ -99,5 +109,5 @@ That's it! Welcome in the community!
99109

100110
## CI Job ##
101111

102-
* [WildFly](https://arungupta.ci.cloudbees.com/job/javaee7-samples-on-wildfly-cb/)
103-
* [GlassFish](https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20GlassFish-cb/)
112+
* [WildFly](https://javaee-support.ci.cloudbees.com/job/javaee7-pull-request-builder/)
113+
* [GlassFish](https://javaee-support.ci.cloudbees.com/job/javaee7-pull-request-builder-glassfish/)

batch/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@
3131
<module>chunk-simple-nobeans</module>
3232
<module>scheduling</module>
3333
</modules>
34+
<dependencies>
35+
<dependency>
36+
<groupId>org.javaee7</groupId>
37+
<artifactId>test-utils</artifactId>
38+
<version>${project.version}</version>
39+
</dependency>
40+
</dependencies>
3441
</project>

cdi/alternatives-priority/src/test/resources/arquillian.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

cdi/alternatives/src/test/resources/arquillian.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

cdi/bean-discovery-all/src/test/resources/arquillian.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

cdi/bean-discovery-annotated/src/test/resources/arquillian.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

cdi/bean-discovery-none/src/test/resources/arquillian.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

cdi/beansxml-noversion/src/test/resources/arquillian.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

cdi/events/src/test/resources/arquillian.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

cdi/interceptors-priority/src/test/resources/arquillian.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)