Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | # Contributing to Eclipse GlassFish |
| 2 | |
| 3 | Thanks for your interest in this project. |
| 4 | |
| 5 | ## Project description |
| 6 | |
| 7 | Eclipse GlassFish is a complete application server that implements the Jakarta |
| 8 | EE specification. GlassFish includes implementations of all required and |
| 9 | optional Jakarta EE APIs, and passes all Jakarta EE TCKs. GlassFish also |
| 10 | includes a complete administration console, clustering support, and other |
| 11 | developer and production focused tools and features. |
| 12 | |
| 13 | * https://projects.eclipse.org/projects/ee4j.glassfish |
| 14 | |
| 15 | ## Developer resources |
| 16 | |
| 17 | Information regarding source code management, builds, coding standards, and |
| 18 | more. |
| 19 | |
| 20 | * https://projects.eclipse.org/projects/ee4j.glassfish/developer |
| 21 | |
| 22 | The project maintains the following source code repositories |
| 23 | |
| 24 | * https://github.com/eclipse-ee4j/glassfish-ha-api |
| 25 | * https://github.com/eclipse-ee4j/glassfish-logging-annotation-processor |
| 26 | * https://github.com/eclipse-ee4j/glassfish-shoal |
| 27 | * https://github.com/eclipse-ee4j/glassfish-cdi-porting-tck |
| 28 | * https://github.com/eclipse-ee4j/glassfish-jsftemplating |
| 29 | * https://github.com/eclipse-ee4j/glassfish-hk2-extra |
| 30 | * https://github.com/eclipse-ee4j/glassfish-hk2 |
| 31 | * https://github.com/eclipse-ee4j/glassfish-fighterfish |
| 32 | * https://github.com/eclipse-ee4j/glassfish |
| 33 | * https://github.com/eclipse-ee4j/glassfish-maven-embedded-plugin |
| 34 | * https://github.com/eclipse-ee4j/bvtck-porting |
| 35 | |
| 36 | ## Eclipse Contributor Agreement |
| 37 | |
| 38 | Before your contribution can be accepted by the project team contributors must |
| 39 | electronically sign the Eclipse Contributor Agreement (ECA). |
| 40 | |
| 41 | * http://www.eclipse.org/legal/ECA.php |
| 42 | |
| 43 | Commits that are provided by non-committers must have a Signed-off-by field in |
| 44 | the footer indicating that the author is aware of the terms by which the |
| 45 | contribution has been provided to the project. The non-committer must |
| 46 | additionally have an Eclipse Foundation account and must have a signed Eclipse |
| 47 | Contributor Agreement (ECA) on file. |
| 48 | |
| 49 | For more information, please see the Eclipse Committer Handbook: |
| 50 | https://www.eclipse.org/projects/handbook/#resources-commit |
| 51 | |
| 52 | ## Contact |
| 53 | |
| 54 | Contact the project developers via the project's "dev" list. |
| 55 | |
| 56 | * https://accounts.eclipse.org/mailing-list/glassfish-dev |
| 57 | |