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"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{#ifeq: {{{hidetitle}}} | true | | == Jetty Version Comparison Table == }}
 
{{#ifeq: {{{hidetitle}}} | true | | == Jetty Version Comparison Table == }}
 +
 +
{{Jetty Redirect|http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html}}
  
 
{| class="gallery"  
 
{| class="gallery"  
Line 8: Line 10:
 
!scope=col width="80" | Java
 
!scope=col width="80" | Java
 
!scope=col width="140" | Namespace
 
!scope=col width="140" | Namespace
!scope=col width="140" | Licenses
+
!scope=col width="150" | Licenses
 
!scope=col width="140" | Site
 
!scope=col width="140" | Site
 
!scope=col width="170" | Status
 
!scope=col width="170" | Status
 
|-
 
|-
 
| Jetty 9
 
| Jetty 9
| Servlet 3.0+
+
| Servlet 3.1
| Java 1.7
+
| Java 1.8
 
| 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 ASLv2]
 
| [http://eclipse.org/jetty/ Eclipse.org]
 
| [http://eclipse.org/jetty/ Eclipse.org]
| Alpha Milestones
+
| Stable Release
 
|-
 
|-
 
| Jetty 8
 
| Jetty 8
Line 24: Line 26:
 
| Java 1.6
 
| Java 1.6
 
| 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 ASLv2]
 
| [http://eclipse.org/jetty/ Eclipse.org]
 
| [http://eclipse.org/jetty/ Eclipse.org]
| Stable
+
| End of Life / Nov 2014
 
|-
 
|-
 
| Jetty 7
 
| Jetty 7
Line 32: Line 34:
 
| Java 1.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 ASLv2]
 
| [http://eclipse.org/jetty/ Eclipse.org]
 
| [http://eclipse.org/jetty/ Eclipse.org]
| Stable
+
| End of Life / Nov 2014
 
|-
 
|-
 
| Jetty 6
 
| Jetty 6
Line 40: Line 42:
 
| Java 1.4
 
| Java 1.4
 
| org.mortbay.*
 
| org.mortbay.*
| [https://www.apache.org/licenses/LICENSE-2.0.html ALv2]
+
| [https://www.apache.org/licenses/LICENSE-2.0.html ASLv2]
 
| [http://jetty.codehaus.org/ Codehaus.org]
 
| [http://jetty.codehaus.org/ Codehaus.org]
 
| End of Life / Nov 2010
 
| End of Life / Nov 2010

Latest revision as of 15:21, 27 August 2015

Jetty Version Comparison Table

Warning2.png
Jetty 7 and Jetty 8 are now EOL (End of Life)




THIS IS NOT THE DOCUMENTATION YOU ARE LOOKING FOR!!!!!






All development and stable releases are being performed with Jetty 9 and Jetty 10.






This wiki is now officially out of date and all content has been moved to the Jetty Documentation Hub






Direct Link to updated documentation: http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html


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

Back to the top