blob: aaa83da1f85fba202378d932df9095057eca05ff [file] [log] [blame] [view]
Markus KARG66ce6b32019-06-05 07:09:23 +02001# Contributing to Jakarta RESTful Web Services
Santiago Pericasgeertsen24d20102018-08-08 09:34:18 -04002
3Thanks for your interest in this project.
4
5## Project description
6
7JAX-RS: Java API for RESTful Web Services (JAX-RS) is a Java programming
8language API spec that provides support in creating web services according to
9the Representational State Transfer (REST) architectural pattern.
10
11* https://projects.eclipse.org/projects/ee4j.jaxrs
12
13## Developer resources
14
15Information regarding source code management, builds, coding standards, and
16more.
17
David Walters30bbedd2024-09-20 11:30:31 -040018* https://projects.eclipse.org/projects/ee4j.rest/developer
Santiago Pericasgeertsen24d20102018-08-08 09:34:18 -040019
20The project maintains the following source code repositories
21
Markus KARG77e78fc2023-08-22 16:08:33 +000022* https://github.com/jakartaee/rest
Santiago Pericasgeertsen24d20102018-08-08 09:34:18 -040023
24## Eclipse Contributor Agreement
25
26Before your contribution can be accepted by the project team contributors must
27electronically sign the Eclipse Contributor Agreement (ECA).
28
29* http://www.eclipse.org/legal/ECA.php
30
31Commits that are provided by non-committers must have a Signed-off-by field in
32the footer indicating that the author is aware of the terms by which the
33contribution has been provided to the project. The non-committer must
34additionally have an Eclipse Foundation account and must have a signed Eclipse
35Contributor Agreement (ECA) on file.
36
37For more information, please see the Eclipse Committer Handbook:
38https://www.eclipse.org/projects/handbook/#resources-commit
39
Arjan Tijms720f81a2020-05-06 00:36:04 +020040## Eclipse Development Process
41
42This Eclipse Foundation open project is governed by the Eclipse Foundation
43Development Process and operates under the terms of the Eclipse IP Policy.
44
45The Jakarta EE Specification Committee has adopted the Jakarta EE Specification
46Process (JESP) in accordance with the Eclipse Foundation Specification Process
47v1.2 (EFSP) to ensure that the specification process is complied with by all
48Jakarta EE specification projects.
49
50* https://eclipse.org/projects/dev_process
51* https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf
52* https://jakarta.ee/about/jesp/
53* https://www.eclipse.org/legal/efsp_non_assert.php
54
Santiago Pericasgeertsen24d20102018-08-08 09:34:18 -040055## Contact
56
57Contact the project developers via the project's "dev" list.
58
59* https://dev.eclipse.org/mailman/listinfo/jaxrs-dev
60