[collections] FluentIterable

2015-05-26 Thread Thomas Neidhart
Hi, today, I have committed a first version of a FluentIterable (COLLECTIONS-464). Example usage: List result = FluentIterable .of(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) .filter(new Predicate() { public boolean evaluate(Integer number) { return number % 2 == 0; }

RESULT: [VOTE] Release pool 2.4 based on RC1

2015-05-26 Thread Phil Steitz
This VOTE has passed. +1 votes from Oliver Heger* Phil Steitz* Gary Gregory* Bruno Kinoshita and no other votes. *Commons PMC Thanks! Phil On 5/22/15 8:51 AM, Phil Steitz wrote: > This is a vote to release version 2.4 of Apache Commons Pool based > on RC1. > > Here is the release candidate: