Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 85822 invoked from network); 3 Sep 2010 16:27:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 16:27:48 -0000 Received: (qmail 63236 invoked by uid 500); 3 Sep 2010 16:27:48 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 63154 invoked by uid 500); 3 Sep 2010 16:27:48 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 63144 invoked by uid 99); 3 Sep 2010 16:27:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 16:27:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of woodstae@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 16:27:41 +0000 Received: by ywa8 with SMTP id 8so871591ywa.6 for ; Fri, 03 Sep 2010 09:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=dF7K955aKIJzHf/aILk9Xa5LSAObkAqjnywfEPCeiug=; b=flrrHaQr9rAPy4G4ECb8DWx1VHig5iDC3cJ6gOAfzUHqfm1Ta2PyV+Slijj61LP8zK QyMa5l5/b9MCyJDJUnXmeV90+3Ki8LXUJ8MrUTU6jMn3ChEM9h4giScxUk+4F08ZjomG pa85a+ocQJgM84+GpyFJ1O7b5pwqozTGrz2BQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=buWkh3AKbLfyBYQKipclmgDxhU05kdLOSPznYo6LDiaLPchkbAQF8xdflO4qyG/XdS MGRuVL7osB3Msdonk1kewwGaBwV5R09lXsU6jMX6uIpYstspge9s1f3H7XpFVhACYbBZ 2OhT2NI+vAIC2Hks1S97p0d7mAILmwn2ciduY= MIME-Version: 1.0 Received: by 10.101.21.14 with SMTP id y14mr1236144ani.124.1283531238433; Fri, 03 Sep 2010 09:27:18 -0700 (PDT) Received: by 10.101.81.13 with HTTP; Fri, 3 Sep 2010 09:27:18 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Sep 2010 12:27:18 -0400 Message-ID: From: Eric Woods To: libcloud@incubator.apache.org Content-Type: multipart/alternative; boundary=0050450181c786653c048f5d6719 Subject: [libcloud] Re: Major Revision - Java libcloud --0050450181c786653c048f5d6719 Content-Type: text/plain; charset=ISO-8859-1 P.S. The code has been committed to the Java repository's trunk: https://svn.apache.org/repos/asf/incubator/libcloud/sandbox/java/trunk/ Thanks, Eric W. On Fri, Sep 3, 2010 at 11:56 AM, Eric Woods wrote: > Hey everyone, > > I've made great progress on the Java version of libcloud. Most notably, > the latest commit includes all four Amazon EC2 drivers (US East, US West, EU > West, and AP Southeast). > > Other additions include: > - Use of Map for generic extra parameters > - Utility class of common, useful functions > - Parameter priority bug fix in ConnectionKey.java > - Many minor foundation improvements & cleanup > > I welcome everyone to take a look, try it out, and provide feedback. > > Thanks! > Eric W. > --0050450181c786653c048f5d6719--