Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Starting/Jetty Version Comparison Table"

Line 9: Line 9:
 
!scope=col width="140" | Namespace
 
!scope=col width="140" | Namespace
 
!scope=col width="140" | Licenses
 
!scope=col width="140" | Licenses
!scope=col width="140" | Site, Modules
+
!scope=col width="140" | Site
!scope=col width="140" | Status
+
!scope=col width="170" | Status
 
|-
 
|-
| Jetty 6
+
| Jetty 9
| Servlet 2.5
+
| Servlet 3.0+
| Java 1.4
+
| Java 1.7
| org.mortbay.*
+
| [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
+
| [http://jetty.codehaus.org/ Codehaus.org]
+
| End of Life
+
|-
+
| Jetty 7
+
| Servlet 2.5
+
| Java 1.5
+
 
| org.eclipse.jetty.*
 
| org.eclipse.jetty.*
 
| [http://www.eclipse.org/legal/epl-v10.html EPLv1] / [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
 
| [http://www.eclipse.org/legal/epl-v10.html EPLv1] / [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
 
| [http://eclipse.org/jetty/ Eclipse.org]
 
| [http://eclipse.org/jetty/ Eclipse.org]
| Stable
+
| Alpha Milestones
 
|-
 
|-
 
| Jetty 8
 
| Jetty 8
Line 36: Line 28:
 
| Stable
 
| Stable
 
|-
 
|-
| Jetty 9
+
| Jetty 7
| Servlet 3.0+
+
| Servlet 2.5
| Java 1.7
+
| Java 1.5
 
| org.eclipse.jetty.*
 
| org.eclipse.jetty.*
 
| [http://www.eclipse.org/legal/epl-v10.html EPLv1] / [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
 
| [http://www.eclipse.org/legal/epl-v10.html EPLv1] / [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
 
| [http://eclipse.org/jetty/ Eclipse.org]
 
| [http://eclipse.org/jetty/ Eclipse.org]
| Alpha Milestones
+
| Stable
 +
|-
 +
| Jetty 6
 +
| Servlet 2.5
 +
| Java 1.4
 +
| org.mortbay.*
 +
| [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
 +
| [http://jetty.codehaus.org/ Codehaus.org]
 +
| End of Life / Nov 2010
 
|}
 
|}
  

Revision as of 10:27, 16 October 2012

Jetty Version Comparison Table

Note: cometd server is not shipped within the Jetty distribution, it can be obtained from the cometd.org website.

Back to the top