Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 41275 invoked from network); 5 Nov 2010 19:15:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 19:15:54 -0000 Received: (qmail 10354 invoked by uid 500); 5 Nov 2010 19:16:24 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 10259 invoked by uid 500); 5 Nov 2010 19:16:24 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 10251 invoked by uid 99); 5 Nov 2010 19:16:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 19:16:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 19:16:18 +0000 Received: by qwj9 with SMTP id 9so2614292qwj.30 for ; Fri, 05 Nov 2010 12:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=0rPbI6PTlhn7gF8ooRblnWmJEyWRjiKMpyC95qoZPm4=; b=jab8RYeoK9LSUzlDx+etmfOAOMWQoALJESunAYYvU7GMRaVB0FMJe5DcFzwD6/WRvV gm4o8Tqed63yPoaNNSBbtcwABeQEOQSw8kl++CEHKs4XgbPXz5HR4BwpbIGhW/kAE6io txOEATVdSF+RfGwQijHF1A+FyvRzaa8370nKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=la33Kb4NVtjDuTtxbrNY+SwvFf/Ma17sr+d+vYBrqKV40OGpRUvqeercR+KRwBiKvh 5SIE+WN8Uq3za7AsGKoG8nV2lIO9nraqMVc/ByK8iUs2NKmceq0QdfBMliFeYPVESKUJ mykvhts87DPPXnES3nT1bOJmEWN377N8kf8uw= MIME-Version: 1.0 Received: by 10.224.198.9 with SMTP id em9mr1107750qab.157.1288984557618; Fri, 05 Nov 2010 12:15:57 -0700 (PDT) Received: by 10.229.72.94 with HTTP; Fri, 5 Nov 2010 12:15:57 -0700 (PDT) Date: Fri, 5 Nov 2010 19:15:57 +0000 Message-ID: Subject: [VFS] 2.0 update to Java 1.5 - generics etc? From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 If we do require a minimum of Java 1.5 for VFS 2.0, we probably also need to ensure that the code compiles without warnings on Java 1.5. This would mean adding @Override etc. annotations and generics. Thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org