================================================================================ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ ===================================================== An outline plan for the first stable Tomcat 7 release ===================================================== 1. Update trunk with new API from Servlet Spec 3.0 Final Draft 2009-11-05 - Done 2. Provide NOOP implementations with TODO SRV3 markers so it will build - Done 3. Implement all the new Servlet 3 features - Section 1 - Compliant - Section 2 - In progress 2.1, 2.2 - Compliant 2.3.1, 2.3.2 - Compliant 2.3.3.1, 2.3.3.2 - Compliant 2.3.3.3, 2.3.3.4 - In progress 2.3.4 - Compliant - Sections 3 to 6 - not checked - Section 7 - Compliant - Section 8 - in progress 8.1 - not checked 8.2 - in progress, 'just' annotation scanning left 8.3 - not checked 8.4 - not checked - Sections 9 to 12 - not checked - Section 13 - In progess 13.1 to 13.3 - Compliant 13.4 - In progress 13.5 to 13.10 - Compliant Section 14 to 15 - not checked - Java EE spec requirements - not checked - JSR 196 - Recommended - Not yet implemented. Copy from Geronimo? 4. Do an alpha release (from trunk) - Create tc7.0.x\tags to hold release tags - Add to web site - Update Wiki version status page 5. Fix issues as they get reported 6. Update for final release of the spec 7. Aim for first stable TC7 release with final release of Servlet 3 spec - Create tc7.0.x\trunk from trunk at first stable release 8. Nice to haves in first Tomcat 7 stable release - Remove old, unused code - Clean up internal API (eg remove unused params from methods) - Code needs to be ID'd and deprecated in 6.x first - Support for standalone EL - http://issues.apache.org/bugzilla/show_bug.cgi?id=43819