Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 45693 invoked from network); 16 Jul 2004 10:14:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jul 2004 10:14:14 -0000 Received: (qmail 21116 invoked by uid 500); 16 Jul 2004 10:14:06 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 21064 invoked by uid 500); 16 Jul 2004 10:14:05 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21051 invoked by uid 99); 16 Jul 2004 10:14:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received: from [212.33.142.2] (HELO voyager.coretrek.no) (212.33.142.2) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 16 Jul 2004 03:14:03 -0700 Received: from localhost (localhost [127.0.0.1]) by voyager.coretrek.no (Postfix) with ESMTP id 29411A8937 for ; Fri, 16 Jul 2004 12:13:56 +0200 (CEST) Received: from excalibur.intra.coretrek.com (wormhole.coretrek.no [212.33.142.10]) by voyager.coretrek.no (Postfix) with ESMTP id 8B60AA8935 for ; Fri, 16 Jul 2004 12:13:55 +0200 (CEST) Date: Fri, 16 Jul 2004 12:13:55 +0200 (CEST) From: =?iso-8859-1?Q?Endre_St=F8lsvik?= X-X-Sender: endre@excalibur.intra.coretrek.com To: Tomcat Developers List Subject: Re: [5.next] Progress In-Reply-To: <40F6C40D.20003@apache.org> Message-ID: X-My-Opinion: War and bombs are bad. Peace and flowers are good. ;-D MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 (CoreTrek patch 1) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 15 Jul 2004, Remy Maucherat wrote: | Jess Holle wrote: | > Just a note: | > | > Please allow the anti-locking stuff to be skipped on Windows as well. | > [Some of us value performance over deployment convenience.] | | Yes, of course. In production, many people don't use hot deployment (it | doesn't give good enough QoS right now, IMO). | | >> - Possibly require JDK 1.5 (cleaner code, annotations, integrated JMX | >> and JMX | >> remote, etc) | > | > It would be good to get many of the changes listed above this last point | > available in 5.0.x and usable with JDK 1.4.2 and then branch to 5.1 and | > do 1.5-specific goodies. | | No for 5.0.x, as nearly everything in my list requires API breakage :( | For now, I don't have any JDK 1.5 features in mind: this item is there | just in case. In my opinion, it is very bad to require the -latest- JDK there is for such low-level "software-stack-components" as the Servlet Container is. I mean, the 1.5 (5.0) isn't even released! There should at least be a couple of viable JDKs of a particular version, before you intend to depend Tomcat on it (e.g. when IBM, SUN, JRockit and a couple of others (!) have a J2SDK 5.0-version out, you might consider it). Any depedencies on 1.5 should -most definately- be done using introspection or configurable "1.5 classes" that you can add if you want. IMHO, I think you should make Tomcat run perfectly, and actually develop it, on 1.3. Endre PS: What an IDIOTIC versioning scheme Sun is using!! What on earth is the idea with "Java -2-", and then upping the minor-versioning to -5-?? "Java 2 version 5.0".. WHAT??? It actually pisses me off - can't we just say "Java 5", then? --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org