Eclipse Jetty Changes
Release History
Version | Date | Description |
---|---|---|
7.1.0 | 2023-02-02 | |
7.0.0 | 2022-10-20 | |
6.0.0 | 2022-10-14 | |
5.0.0 | 2019-12-01 | |
4.0.0 | 2018-06-29 | |
3.9.0 | 2015-10-11 | |
3.8.0 | 2014-07-13 | |
3.7.0 | 2014-05-03 | |
3.6.0 | 2013-09-14 | |
3.5.0 | 2012-12-07 | |
3.4.0-beta-1 | 2011-06-01 | |
3.4.0-alpha-2 | 2009-03-06 | |
3.4.0-alpha-1 | 2009-02-23 | Initial release |
Release 7.1.0 – 2023-02-02
Type | Changes | By |
---|---|---|
Add checkbox for "disable SNI check". Fixes 69. | codersAtWork |
Release 7.0.0 – 2022-10-20
Type | Changes | By |
---|---|---|
Support for eclipse 2022-09 / m2e 2.0. Fixes 61. | Wallabeng | |
Fix missing ecj for embedded Jetty. Fixes 65. | derkoe |
Release 6.0.0 – 2022-10-14
Type | Changes | By |
---|---|---|
Support for Jetty 10 and 11, remove Jetty 6. Fixes 62. | derkoe | |
Fix Jetty9ServerConfiguration.buildAnnotations. Fixes 51. | ajacob |
Release 5.0.0 – 2019-12-01
Type | Changes | By |
---|---|---|
Upgrade minimum Eclipse version to Oxygen. Fixes 49. | venushka | |
Upgrade minimum JDK version to 6. Fixes 49. | venushka | |
Adding Maven dependencies in JDK9+ projects to classpath. Fixes 48. | venushka | |
Support for Jetty 9.4.x. Fixes 39. | stuban | |
Upgrade Jetty 9.3 to version 9.3.25.v20180904. Fixes 44. | froque |
Release 4.0.0 – 2018-06-29
Type | Changes | By |
---|---|---|
Use Jetty 9.3 as embedded Jetty. Fixes 29. | derkoe | |
Fix some typos in the user interface. Fixes 32. | derkoe |
Release 3.9.0 – 2015-10-11
Type | Changes | By |
---|---|---|
MalformedURLException when loading temp config file in Windows. Fixes 5. | derkoe | |
Changes in Jetty version not read after next launch. Fixes 8. | thred | |
Avoid verification of DTDs via Internet. Fixes 13. | thred | |
Problem when M2Eclipse is not installed. Fixes 16. | thred | |
Support for Jetty 9.3. Fixes 15. | derkoe | |
Added sample projects for testing different features in Jetty versions. |
Release 3.8.0 – 2014-07-13
Type | Changes | By |
---|---|---|
The certificate should be issued for localhost instead of EclipseJettyPlugin. Fixes 4. | thred | |
Support for Jetty 9.1.x and 9.2.x. Fixes 1. | derkoe | |
Now WebApp without web.xml can be used (Jetty 9 recommended). Fixes 15. | thred |
Release 3.7.0 – 2014-05-03
Type | Changes | By |
---|---|---|
Fixed relative path extraction for webapp path and context file location. Fixes 17. | ckoeberl | |
Added selection dialog, if multiple Web App directories were found. | thred | |
Added option for graceful shutdown. | thred | |
Fixed some minor UI glitches (table not scaling, max width,...). Beautified it a here and there. If it isn't the best launcher, it should be the best looking one ;) | thred | |
Added local server URLs to simplify the main tab. | thred | |
Added a filter for dependencies. | thred | |
Added server and client cache options. | thred | |
Added tool tips for all options. | thred | |
Added Run As... and Debug As... option. | thred | |
Added web defaults option. | thred | |
Updated advanced configuration tab layout. | thred | |
Added acceptor and thread pool limits. | thred | |
Unified file and folder access code. | thred | |
DEV: Fixed package building task. | thred | |
Fixed the sitemap and added a favicon. | thred | |
Added the info command to the console, that shows the launch info. | thred | |
Added the restart command to the console. | thred | |
Added the stop command to console, to stop the server gracefully. | thred | |
Added the open command to console, to open a browser. | thred | |
Added the dump command to console, to dump the state of Jetty. | thred | |
Added the exit command to console. | thred | |
Added the echo command, just for fun. | thred | |
Added the help command. | thred | |
Added the mbean command, to access mbeans. | thred | |
Added the memory command, to show memory statistics and perform a garbage collection. | thred | |
Added the prop command, to show and modify system properties. | thred | |
Added the thread command, to show thread statistics. | thred | |
Moved context table to options tab to simplify main tab. | thred | |
Moved dependencies table to separate tab to make room for connection limit option. | thred | |
Added connection limit option. | thred | |
Added scan button for WebApp Directory. | thred | |
Added automatic detection of WebApp Directory. | thred | |
Added console feature. Now you can talk to your Jetty via the Eclipse Console and do things like: stopping the server gracefully, dumping the state, change properties and much more. If you like give it a snack. | thred |
Release 3.6.0 – 2013-09-14
Type | Changes | By |
---|---|---|
Enabled JMX Support option | thred | |
Eclipse 3.3 and 3.4 weren't even supported since some time. Reenabled 3.4 at least (3.3 misses some basic UI functions). Updated dependency definitions accordingly. | thred | |
Added "Open..." link for Jetty configs | thred | |
Fixed external Jetty configs - but dropped support for Eclipse 3.2 (sorry, but's time to grade up!) | thred | |
Fixed support for Jetty 9 | thred | |
Added basic HTTPs support | thred | |
Added visual sugar | thred | |
Added direct m2e support for correct Maven scopes. Fixes 7. | thred | |
Embedded Jetty is now version 8 | thred |
Release 3.5.0 – 2012-12-07
Type | Changes | By |
---|---|---|
Added some more docs | ckoeberl | |
Added Jetty context file handling | thred | |
Support for Jetty 9 added. | thred | |
Added table for exlcludes/includes - no regex anymore | thred | |
Added Jetty provided by plugin. | thred | |
Support for Jetty 8 added. | thred | |
Support for Jetty 5 dropped. | thred | |
Fixed Jetty version autodetection. | thred | |
Jetty home can now be set via a variable. | thred | |
Support for m2e-plugin: you can configure the scopes included in classpath (defaults to compile and runtime). | thred | |
Webapp libraries are now loaded via Jetty classloader mechanism and not globally set as classpath (can be triggered optionally). | thred | |
Classpath for webapp is now set via file - no problems with too long command line in Windows anymore :) | thred | |
New logo with a shiny glow. | thred | |
Refactored and beautified UI | thred |
Release 3.4.0-beta-1 – 2011-06-01
Type | Changes | By |
---|---|---|
Jetty 7 compatability. | ckoeberl | |
Enable JSP Support: JSP support and version can be selected in the run configuration. | thred | |
Excluded libraries can now be edited - default value is ".*servlet-api.*, .*selenium-server.*standalone\.jar" | thred |
Release 3.4.0-alpha-2 – 2009-03-06
Type | Changes | By |
---|---|---|
Jetty 5 and 6 compatability. | ckoeberl |
Release 3.4.0-alpha-1 – 2009-02-23
No changes in this release.