Links User Guide Reference Tomcat Development | Preface |
This is the Changelog for Tomcat 5.5.x. For changes in Tomcat version 5.0.x,
which preceded version 5.5.0, please see
The
Tomcat 5.0.x Changelog. As maintenance releases are cut on the 5.0.x branch,
most fixes will be ported into a 5.5.x release and noted both here and in the
above Changelog. However, bugs fixed in Tomcat 5.0.28 and earlier are noted
only in the above changelog.
|
Tomcat 5.5.0 (yoavs) |
General |
 |
Many updated and fixed JavaDocs. (everyone)
|
 |
Designed and tested Tomcat on J2SE 5.0 (aka JDK 1.5). (everyone)
|
 |
Bundled Eclipse JDT (new dependency) to allow Tomcat to run on a JRE only, i.e. no JDK required. (remm)
|
|
Catalina |
 |
Removed usage of org.apache.catalina.Logger, increased usage of commons-logging everywhere. (remm)
|
 |
Refactored classloader code to better handle JAR and general resource locking. (remm)
|
 |
Written JMX-related code to play nicely with J2SE 5.0 built-in JMX abilities. (remm, costin)
|
 |
Extensively profiled and optimized the server startup performance as well as the request mapping and processing pipeline. (remm)
|
|
|
|