Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07AD210EFE for ; Sat, 6 Jul 2013 12:03:36 +0000 (UTC) Received: (qmail 96552 invoked by uid 500); 6 Jul 2013 12:03:32 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 96421 invoked by uid 500); 6 Jul 2013 12:03:27 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 96406 invoked by uid 99); 6 Jul 2013 12:03:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 12:03:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.neidhart@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 12:03:19 +0000 Received: by mail-ee0-f52.google.com with SMTP id c50so1859471eek.39 for ; Sat, 06 Jul 2013 05:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=7NBGFDX7GbEvzWS3HFNs4c7fDaMQNnwR1CvGSuyr1d0=; b=imvW0GGJ66o3oksUrbKMT2IrmyAElEJABcPAJYQtxOQvC7LvVQp+vtGNN+AFVFGMeH XMYmASv4o2rGpokm1YZ1x13vLNJ3+CiHktgFeWGmQgIyzPup5d/8IPVe0ycwrZLSPWqK Hn7DSmofpIdt/rbTEZkTw0gpo9ella6BGTwowAuQ8r1Owx0oZkPHBlum2kmsw+I0nml5 3Xk6dO0gxeYweOdtu9hyJB2I7q4makazsCBJm6375RivfgAL9vqluhuK1P+3elxfdFqr PlKu20B9t6FX4fF4VMmgRBhCoe+/PuwosPREP48Rog28kNI4wDl/6NVI6In+J6pWqzrA elgA== X-Received: by 10.14.29.69 with SMTP id h45mr16581746eea.127.1373112178105; Sat, 06 Jul 2013 05:02:58 -0700 (PDT) Received: from [192.168.1.2] (ip-81-11-211-90.dsl.scarlet.be. [81.11.211.90]) by mx.google.com with ESMTPSA id n5sm22955701eed.9.2013.07.06.05.02.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 05:02:57 -0700 (PDT) Message-ID: <51D8076F.2020204@gmail.com> Date: Sat, 06 Jul 2013 14:02:55 +0200 From: Thomas Neidhart Reply-To: Commons Developers List User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Commons Developers List , Commons Users List Subject: [ANNOUNCEMENT] Commons Collections 4.0-alpha1 released X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Apache Commons team is pleased to announce the release of commons-collections4-4.0-alpha1! Commons Collections is a project to develop and maintain collection classes based on and inspired by the JDK collection framework. Collections 4 uses the generics features of Java 5 and is not compatible with earlier JDK versions. This is the first release of Collections 4 and is being made available to encourage use and feedback from the community. The API for the final 4.0 release may change in possibly incompatible ways, thus as a consequence, this release is *not* made available via maven central, see download instructions below. Commons Collections 4.0-alpha1 requires a minimum of Java 5 to build and run. The package names and Maven artifactId and groupId (see below) have been changed to avoid any conflicts with Collections 3.x. Major changes since 3.2.1: -------------------------- - Use of generics and other language features introduced in Java 5 (varargs, Iterable) - Removed deprecated classes / methods and features which are now supported by the JDK - Replaced Buffer interface with java.util.Queue - Added concept of split maps with respective interfaces Put / Get (see also package splitmap) - Added new Trie interface together with an implementation of a Patricia Trie - Changed package name to "org.apache.commons.collections4" - Changed maven coordinates to "org.apache.commons.commons- collections4" A full list of changes compared to the previous release (v3.2.1) can be found in the release notes (text and HTML version): http://archive.apache.org/dist/commons/collections/RELEASE-NOTES.txt http://commons.apache.org/collections/release_4_0.html The release can be downloaded from the following page: http://commons.apache.org/collections/download_collections.cgi For complete information on Commons Collections 4, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Commons Collections website: http://commons.apache.org/collections/ Best regards, Thomas, on behalf of the Apache Commons community --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org