Re: [VOTE][RESULT] Create new component commons-signing

2018-04-30 Thread Mark Thomas
On 18/04/18 08:08, Mark Thomas wrote: > On 13/02/18 09:10, Mark Thomas wrote: >> The following votes were cast: >> >> Binding: >> +1: markt, bodewig, sebb, ebourg, ggregory, oheger, chtompki, ecki >> >> Non-binding: >> +1: rmannibucau >> >> >> Two of the +1 binding votes indicating a preference for

Re: [compress] High Level API for Archives

2018-04-30 Thread Matt Sicker
Not sure if it helps much, but based on my experience in writing a totally unrelated library from scratch in Java 8, I feel as though the use of default interface methods would help tremendously in providing a nice API while maintaining BC. I had considered proposing an update to Java 8, but that w

AW: Error on version overview

2018-04-30 Thread jhm
3.6 published on 2017-06-08 regarding the overview page 3.7 published on 2017-11-04 regarding http://search.maven.org/#search%7Cga%7C1%7Ccommons-lang3 Jan > -Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Dienstag, 10. April 2018 14:31 > An: 'Comm

[GitHub] commons-io pull request #59: Tailer: speed-up by avoiding BAOS.toByteArray()

2018-04-30 Thread illes
GitHub user illes opened a pull request: https://github.com/apache/commons-io/pull/59 Tailer: speed-up by avoiding BAOS.toByteArray() You can merge this pull request into a Git repository by running: $ git pull https://github.com/illes/commons-io tailer Alternatively you can

Re: [geometry] Points and Vectors Proposal

2018-04-30 Thread Gilles
Hello. On Sun, 29 Apr 2018 02:40:54 +, Matt Juntunen wrote: Hi Gilles, The generic Vector class is actually not used much but the generic Point class is used throughout the core partitioning code and in the high-level enclosing ball code. If we used a class like class Vector2D implements V