Re: [Math] What's in a release (Was: [Math] Git question (Was: [VOTE][RC3] Release ...))

2014-12-27 Thread sebb
On 27 December 2014 at 22:19, Gilles wrote: > On Sat, 27 Dec 2014 17:48:05 +, sebb wrote: >> >> On 24 December 2014 at 15:11, Gilles wrote: >>> >>> On Wed, 24 Dec 2014 15:52:12 +0100, Luc Maisonobe wrote: Le 24/12/2014 15:04, Gilles a écrit : > > > On Wed, 24 Dec 20

Re: [vfs] Amazon S3

2014-12-27 Thread Gary Gregory
Hi Petar, I could be be if someone is willing to: - Check that license is OK (it seems to be) - Create a JIRA - Attach a patch with unit tests (how one unit tests S3 is another question). Gary On Sat, Dec 27, 2014 at 12:15 PM, Petar Tahchiev wrote: > Is is possible to use the VFS2 with Amazon

Re: [IMAGING] Planning to work on imaging

2014-12-27 Thread Gary Gregory
Awesome! Gary On Sat, Dec 27, 2014 at 2:02 PM, Benedikt Ritter wrote: > Hi all, > > I just wanted to let you know, that I'm currently reading through the code > base of imaging and I'm planning to work on the code to get 1.0 finally out > of the door. > > Regards, > Benedikt > > -- > http://peo

[Math] What's in a release (Was: [Math] Git question (Was: [VOTE][RC3] Release ...))

2014-12-27 Thread Gilles
On Sat, 27 Dec 2014 17:48:05 +, sebb wrote: On 24 December 2014 at 15:11, Gilles wrote: On Wed, 24 Dec 2014 15:52:12 +0100, Luc Maisonobe wrote: Le 24/12/2014 15:04, Gilles a écrit : On Wed, 24 Dec 2014 09:31:46 +0100, Luc Maisonobe wrote: Le 24/12/2014 03:36, Gilles a écrit : On Tu

[GitHub] commons-lang pull request: add NoClassNameToStringStyle implementa...

2014-12-27 Thread innokenty-shuvalov
Github user innokenty-shuvalov closed the pull request at: https://github.com/apache/commons-lang/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if th

[GitHub] commons-lang pull request: add NoClassNameToStringStyle implementa...

2014-12-27 Thread innokenty-shuvalov
GitHub user innokenty-shuvalov opened a pull request: https://github.com/apache/commons-lang/pull/40 add NoClassNameToStringStyle implementation of ToStringStyle Using the example from ```ToStringBuilder```, the output would look like this: ``` [name=John Doe,age=33,smoker=f

Re: [VOTE] Release Commons Pool 2.3 based on RC2

2014-12-27 Thread Phil Steitz
On 12/27/14 12:39 PM, Oliver Heger wrote: > When building on Windows 7 with Java 1.6 I got a test failure: > > Results : > > Failed tests: > TestGenericObjectPool.testBorrowObjectFairness:2034 Thread 1 failed: > java.lang > .Throwable: Expected: 1 found: 2 > > Tests run: 262, Failures: 1, Errors:

Re: [VOTE] Release Apache Commons Validator 1.4.1 based on RC1

2014-12-27 Thread Luc Maisonobe
Le 26/12/2014 16:00, Benedikt Ritter a écrit : > Hello, > > We have received some requests to release the fixes we habe implemented in > Commons Validator since 1.4 was released, so I would like to release > Validator 1.4.1. Validator 1.4.1 RC1 is available for review here: > https://dist.apache.o

Re: [VOTE] Release Commons Pool 2.3 based on RC2

2014-12-27 Thread Luc Maisonobe
Le 27/12/2014 00:54, Phil Steitz a écrit : > Changes since RC1: > * Made POOL-259 tests less sensitive to system clock resolution > * Moved LinkedBlockingDeque original PD license reference from > NOTICE to LICENSE > > Tag: (r1648018) > https://svn.apache.org/repos/asf/commons/proper/pool/tags/POO

Re: [VOTE] Release Commons Pool 2.3 based on RC2

2014-12-27 Thread Oliver Heger
When building on Windows 7 with Java 1.6 I got a test failure: Results : Failed tests: TestGenericObjectPool.testBorrowObjectFairness:2034 Thread 1 failed: java.lang .Throwable: Expected: 1 found: 2 Tests run: 262, Failures: 1, Errors: 0, Skipped: 0 I guess, this is one of the problematic tes

[IMAGING] Planning to work on imaging

2014-12-27 Thread Benedikt Ritter
Hi all, I just wanted to let you know, that I'm currently reading through the code base of imaging and I'm planning to work on the code to get 1.0 finally out of the door. Regards, Benedikt -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter h

Re: [Math] Git question (Was: [VOTE][RC3] Release ...)

2014-12-27 Thread sebb
On 24 December 2014 at 15:11, Gilles wrote: > On Wed, 24 Dec 2014 15:52:12 +0100, Luc Maisonobe wrote: >> >> Le 24/12/2014 15:04, Gilles a écrit : >>> >>> On Wed, 24 Dec 2014 09:31:46 +0100, Luc Maisonobe wrote: Le 24/12/2014 03:36, Gilles a écrit : > > On Tue, 23 Dec 2014 14:02:

Re: [text] Incorporating Bruno Kinoshita's work

2014-12-27 Thread J.Pietschmann
Hi all, > Great idea this hyphenation package, +1. There is a hyphenation package in Apache FOP. Whoever goes to work on a similar package in [text] should have a look there. Regards J.Pietschmann - To unsubscribe, e-mail: dev-

[vfs] Amazon S3

2014-12-27 Thread Petar Tahchiev
Is is possible to use the VFS2 with Amazon S3? I saw this: https://github.com/abashev/vfs-s3 which also mentions "Why using commons-vfs is a bad idea" :D Could this be merged in the VFS source? -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: https://keyserver1.pgp.com/vkd/Download

Re: [VOTE] Release Commons Pool 2.3 based on RC2

2014-12-27 Thread Benedikt Ritter
Hello Phil, builds fine on OSX with Maven 3.2.5 and JDK 1.6, 1.7, 1.8 and 1.9 EA. Site build even works with JDK 1.8! Signs and hashes look good. The tests take forever, but that has been discussed on the other thread already one thing caught my eye. When comparing the src.tar.gz with the tag I'v

Re: [VOTE] Release Apache Commons Validator 1.4.1 based on RC1

2014-12-27 Thread Phil Steitz
+1 Tested build on OSX JDK 1.7. Sigs and hashes are good. Release notes and contents look good. Non-blocking issues to fix in RC2 if there is one: * Findbugs, Checkstyle and PMD all report errors, which should be suppressed or fixed. (The Findbugs sync complaint looks legit; others appear to be ni