From 14e09dc49767db4e948716a4a0d4e473aceac39d Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 29 Apr 2010 00:36:35 +0000 Subject: [PATCH] It isn't practical to list every single commit that implemented Servlet 3.0. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939143 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 69c28eedb..c43376760 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -36,13 +36,9 @@
- - 939114: Provide web.xml and fragments overwrite annotation parameters - (s. Servlet API 3.0 Spec at Nov 2009 Section 8.2.3.3 pages 80-84). - Check source at ContextConfig.processAnnotationsFile(File,WebXml) - and testcase TestContextConfigAnnotation. - --not yet complete-- (pero) - + + Update Servlet support to the Servlet 3.0 specification. (all) + Improve and document VirtualWebappLoader. (rjung) @@ -50,10 +46,6 @@ 43642: Add prestartminSpareThreads attribute for Executor. (jfclere) - Update Servlet support to the Servlet 3.0 specification. Note - asynchronous support is not yet complete. (markt/fhanik) - - Switch from AnnotationProcessor to InstanceManager. Patch provided by David Jecks with modifications by Remy. (remm/fhanik) -- 2.11.0