Re: [math] AbstractFieldMatrix.checkMultiplicationCompatible() throws exception?

2015-12-16 Thread Ole Ersoy
Actually I think I see why bubbling exceptions is better than performing boolean checks...so just ignore, unless there is some merit to it... Cheers, Ole On 12/16/2015 01:08 PM, Ole Ersoy wrote: Hi, I'm working on making the linear package standalone. The methods that perform precondition

[math] AbstractFieldMatrix.checkMultiplicationCompatible() throws exception?

2015-12-16 Thread Ole Ersoy
Hi, I'm working on making the linear package standalone. The methods that perform precondition checks for matrix operations throw exceptions (See below). An option would be return a boolean instead. Obviously I would love it if CM adopts the code at some point, so I want to check whether

[io] Java 7

2015-12-16 Thread Gary Gregory
Hi All: I was about to add some APIs to FileUtils that work with Java 7 Paths but [io] is still on Java 6. Are we OK to move to Java 7? But maybe we should have a PathUtils instead? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition

Re: [weaver] Toward a v1.2 release

2015-12-16 Thread Matt Benson
Update: I plan to cut RC1 tomorrow. Stay tuned! Matt On Fri, Dec 11, 2015 at 4:55 PM, Matt Benson wrote: > Hello all, > After having fixed a few problems in the [weaver] component (one > very large), I'd like to begin the steps toward releasing version 1.2. > I will be RM.

Re: [lang] LANG-1192: FastDateFormat support of the week-year component (uppercase 'Y')

2015-12-16 Thread Benedikt Ritter
-1 All Travis builds started failing after this commit [1] Benedikt [1] https://travis-ci.org/apache/commons-lang/builds 2015-12-14 1:39 GMT+01:00 : > Repository: commons-lang > Updated Branches: > refs/heads/master 2ebf9a21d -> 2fa0b168d > > > LANG-1192: FastDateFormat

Re: [io] Java 7

2015-12-16 Thread Kristian Rosenvold
I'd still like to make 2.5 a 1.6 release, it shouldnt be that far off. Can you put it on a branch for now ? 16. des. 2015 18.46 skrev "Gary Gregory" : > Hi All: > > I was about to add some APIs to FileUtils that work with Java 7 Paths but > [io] is still on Java 6. > > Are

Re: [io] Java 7

2015-12-16 Thread Gary Gregory
On Wed, Dec 16, 2015 at 9:52 PM, Kristian Rosenvold wrote: > I'd still like to make 2.5 a 1.6 release, it shouldnt be that far off. Can > you put it on a branch for now ? > I'll just wait, unless 2.5 takes too long. No big rush though. Gary > 16. des. 2015 18.46 skrev

[GitHub] commons-io pull request: Added a true iterator based

2015-12-16 Thread thammegowda
GitHub user thammegowda opened a pull request: https://github.com/apache/commons-io/pull/9 Added a true iterator based ## What is the issue with existing iterator ? 1. The existing `iterateFiles()` is not really an iterator. It uses an in memory list which is problematic when