2014-12-11 13:35:54 -05:00
|
|
|
Contributing to Jetty
|
|
|
|
=====================
|
|
|
|
Thanks for your interest in this project.
|
|
|
|
|
|
|
|
Project description
|
|
|
|
--------------------
|
2015-02-11 10:18:07 -05:00
|
|
|
Jetty is a lightweight highly scalable java based web server and servlet engine.
|
|
|
|
Our goal is to support web protocols like HTTP, HTTP/2, and WebSocket in a high
|
|
|
|
volume low latency way that provides maximum performance while retaining the ease
|
|
|
|
of use and compatibility with years of servlet development.
|
|
|
|
Jetty is a modern fully async web server that has a long history as a component
|
|
|
|
oriented technology easily embedded into applications while still offering a solid
|
|
|
|
traditional distribution for webapp deployment.
|
2014-12-11 13:35:54 -05:00
|
|
|
|
|
|
|
- [https://projects.eclipse.org/projects/rt.jetty](https://projects.eclipse.org/projects/rt.jetty)
|
|
|
|
|
|
|
|
Developer resources
|
|
|
|
--------------------
|
|
|
|
Information regarding source code management, builds, coding standards, and more.
|
|
|
|
|
|
|
|
- [https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html](https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html)
|
|
|
|
|
2016-02-26 09:03:33 -05:00
|
|
|
The canonical Jetty git repository is located at GitHub. Providing you have
|
|
|
|
completed the contributors agreement mentioned below we will endeavor to pull
|
|
|
|
your commit into Jetty proper.
|
2014-12-11 13:35:54 -05:00
|
|
|
|
|
|
|
Contributor License Agreement
|
|
|
|
------------------------------
|
|
|
|
Before your contribution can be accepted by the project, you need to create and electronically sign the
|
|
|
|
Eclipse Foundation [Contributor License Agreement](https://www.eclipse.org/legal/CLA.php) (CLA):
|
|
|
|
|
|
|
|
1. Log in to the [Eclipse projects forge](https://projects.eclipse.org/user/login/sso). You will need to
|
|
|
|
create an account with the Eclipse Foundation if you have not already done so.
|
|
|
|
2. Click on "Contributor License Agreement", and complete the form.
|
|
|
|
|
|
|
|
Be sure to use the same email address in your Eclipse account that you intend to use when you commit to Git.
|
|
|
|
|
|
|
|
Contact
|
|
|
|
--------
|
|
|
|
Contact the project developers via the project's "dev" list.
|
|
|
|
|
|
|
|
- [https://dev.eclipse.org/mailman/listinfo/jetty-dev](https://dev.eclipse.org/mailman/listinfo/jetty-dev)
|
|
|
|
|
|
|
|
Search for bugs
|
|
|
|
----------------
|
2016-02-17 17:03:36 -05:00
|
|
|
This project uses GitHub Issues to track ongoing development and issues.
|
2014-12-11 13:35:54 -05:00
|
|
|
|
2016-02-17 17:03:36 -05:00
|
|
|
- [https://github.com/eclipse/jetty.project/issues](https://github.com/eclipse/jetty.project/issues)
|
2014-12-11 13:35:54 -05:00
|
|
|
|
|
|
|
Create a new bug
|
|
|
|
-----------------
|
|
|
|
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
|
|
|
|
|
2016-02-17 17:03:36 -05:00
|
|
|
- [https://github.com/eclipse/jetty.project/issues](https://github.com/eclipse/jetty.project/issues)
|