blob: f12cb739ad6fc30f567f38d5f69530b7c1693dad [file] [log] [blame]
================================================================================
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.
================================================================================
$Id$
=================================
Apache Tomcat 5.5 Patch Proposals
=================================
PATCHES ACCEPTED TO BACKPORT FROM TRUNK/OTHER:
[ start all new proposals below, under PATCHES PROPOSED. ]
PATCHES PROPOSED TO BACKPORT:
[ New proposals should be added at the end of the list ]
* Update Eclipse compiler and switch to using ecj.jar
http://people.apache.org/~markt/patches/2011-08-25-lib-update-tc5-v2.patch
+1: markt
+1: kkolinko:
+ update build/resources/License.rtf to match LICENSE file
+ in class-loader-howto.xml sort the JARs list alphabetically
I've run jarcheck tool against the archive. Results are in
http://people.apache.org/~kkolinko/patches/jarcheck/
Most classes are JDK 1.2 compatible. Some are JDK 1.6 (esp. annotations processor),
but it is the same in ecj 3.3.1 that is currently used.
Those classes are absent in jasper-compiler-jdt.jar that we would
generate, so their presence does not matter.
+1: rjung:
I suggest we switch after releasing 5.5.34 so that the change isn't introduced
immediately before tagging.
-1: