Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 85275 invoked from network); 30 May 2006 20:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 20:38:26 -0000 Received: (qmail 52147 invoked by uid 500); 30 May 2006 20:38:26 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 51530 invoked by uid 500); 30 May 2006 20:38:24 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 51515 invoked by uid 99); 30 May 2006 20:38:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 13:38:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.86.89.69] (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 13:38:23 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=kbpRl7cybA/q6ftZoe+/RnnFR8NdRYK6OP8/r3CstMa7G9+JJmyV92NC2NT0oHdm; h=Received:Reply-To:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:Thread-Index:In-Reply-To:Message-ID:X-ELNK-Trace:X-Originating-IP; Received: from [66.245.135.50] (helo=ENGELSSERVER) by elasmtp-mealy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1FlAyY-0007z9-Cy for java-dev@lucene.apache.org; Tue, 30 May 2006 16:38:02 -0400 Reply-To: From: "Robert Engels" To: Subject: RE: Lucene and Java 1.5 Date: Tue, 30 May 2006 15:38:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcaEJ9bcJnwIZU4TTGiuP6+QBBaULgAAKtfg In-Reply-To: <447CAB31.5080906@apache.org> Message-ID: X-ELNK-Trace: 33cbdd8ed9881ca8776432462e451d7bd15d05d9470ff710732ff16df60cdfd6f1345c4e52fcc513350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.245.135.50 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 1.5 has built in Logging support - eliminating the need for Jakarta logging. That is like saying Jarkarta Collections does not use JDK 1.5. No one that develops NEW software uses Jakarta Collections - they use the Collections support in the JDK. -----Original Message----- From: Doug Cutting [mailto:cutting@apache.org] Sent: Tuesday, May 30, 2006 3:30 PM To: java-dev@lucene.apache.org Subject: Re: Lucene and Java 1.5 For reference, it appears that Ant encourages Java *1.2* compatibility. Tomcat 5.5 does not yet support Java 1.5 language features in jsp pages, but is now using Java 1.5 features internally. Jakarta Commons Logging's current release is still compatible with Java 1.2. From what I can tell, Jakarta HTTPClient still does not use Java 1.5 features. From this small sample, it is tempting to generalize: libraries that are built into other applications upgrade to new versions of Java more slowly than full applications. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org