Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 57058 invoked from network); 8 Feb 2011 12:41:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2011 12:41:54 -0000 Received: (qmail 50935 invoked by uid 500); 8 Feb 2011 12:41:54 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 50709 invoked by uid 500); 8 Feb 2011 12:41:53 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 50701 invoked by uid 99); 8 Feb 2011 12:41:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 12:41:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-wy0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 12:41:46 +0000 Received: by wyb42 with SMTP id 42so5726068wyb.37 for ; Tue, 08 Feb 2011 04:41:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6yWpIrIpMKQixN0amBFpwQc1W2pXbQnHKYF8735WXd4=; b=o20XXSAgh8UKgUey9HMp0cR9I6MHw2yzK4OZdeY866aIQqfv8+jtQ67OjyyVzeOmO2 q0wbdZzy7UCufqdcUwIzGKbVtwlRN/iKY+7F9GWiJGujLOxKzuTq0qNaa7dVpzkqMNFg r9zI6HfU6fTusJilV9f9uxiMNJB4HamZYWp6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Xtzc70TXhMB5+OxJTdpi74I9UMLwchYwwCAqp4PFATwZXca64ZVEqn8+o2RgZrO12o kClqQ93BgngptHx4jl6xvCEz2ELhXnzlPCR7vRkemn1wDEbClj27d8a4TtXYN88G18Aj wku/oeuSNuwl/iMYZd8Xq6k5pMMJiYGCi1uIc= MIME-Version: 1.0 Received: by 10.227.141.201 with SMTP id n9mr841652wbu.33.1297168884625; Tue, 08 Feb 2011 04:41:24 -0800 (PST) Sender: akarasulu@gmail.com Received: by 10.216.51.15 with HTTP; Tue, 8 Feb 2011 04:41:24 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Feb 2011 14:41:24 +0200 X-Google-Sender-Auth: qq1DACs5jOQvYPioyTrjT1ZXVZM Message-ID: Subject: Re: Concurrent classes in junit-addons From: Alex Karasulu To: Apache Directory Developers List Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 8, 2011 at 10:06 AM, Stefan Seelmann wrote: > Seems I was a bit too fast. The com.mycila:mycila-junit jar is > compiled with Java6, thus our Java5 builds fail. > > Our options: > (a) switch to Java6 +1 Let's keep your changes, they're progressive. Java 5 is dead to me. Alex