Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-08 Thread Luc Maisonobe
Le 08/12/2010 00:10, Gilles Sadowski a écrit : I think we should push 2.2 out as fast as possible (i.e. before Christmas) and concentrate the few cycles we have available to 3.0. +1 And targetting spring for 3.0 ? Yes, that would be nice. Luc Gilles

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-07 Thread Gilles Sadowski
Hi. On 6 December 2010 22:21, Gilles Sadowski gil...@harfang.homelinux.org wrote: -     * @deprecated in 2.2 (to be removed in 3.0). Please use -     * {...@link #map(UnivariateRealFunction)} directly with -     * the function classes in package -     * {...@link

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-07 Thread sebb
On 7 December 2010 09:18, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. On 6 December 2010 22:21, Gilles Sadowski gil...@harfang.homelinux.org wrote: -     * @deprecated in 2.2 (to be removed in 3.0). Please use -     * {...@link #map(UnivariateRealFunction)} directly with

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-07 Thread Gilles Sadowski
I don't think it is right to leave the user totally in the dark as to how to resolve the deprecation warnings. There is no possible resolution in 2.2. The deprecation warning says: You will have to modify that code when upgrading to 3.0. In which case the upgrade path should be

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-07 Thread Phil Steitz
On Dec 7, 2010, at 7:19 AM, sebb seb...@gmail.com wrote: On 7 December 2010 09:18, Gilles Sadowski gil...@harfang.homelinux.org wrote: Hi. On 6 December 2010 22:21, Gilles Sadowski gil...@harfang.homelinux.org wrote: - * @deprecated in 2.2 (to be removed in 3.0). Please use -

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-07 Thread Gilles Sadowski
I think we should push 2.2 out as fast as possible (i.e. before Christmas) and concentrate the few cycles we have available to 3.0. +1 And targetting spring for 3.0 ? Gilles - To unsubscribe, e-mail:

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-06 Thread sebb
On 6 December 2010 12:52, er...@apache.org wrote: Author: erans Date: Mon Dec  6 12:52:36 2010 New Revision: 1042610 URL: http://svn.apache.org/viewvc?rev=1042610view=rev Log: MATH-453 Removed Javadoc comment referring to non-existent package. Modified:    

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-06 Thread Gilles Sadowski
@@ -250,10 +250,7 @@ public interface RealVector {      *      * @param d Operator value.      * @return a mapped copy of the vector. -     * @deprecated in 2.2 (to be removed in 3.0). Please use -     * {...@link #map(UnivariateRealFunction)} directly with -     * the function

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-06 Thread sebb
On 6 December 2010 17:17, Gilles Sadowski gil...@harfang.homelinux.org wrote: @@ -250,10 +250,7 @@ public interface RealVector {      *      * @param d Operator value.      * @return a mapped copy of the vector. -     * @deprecated in 2.2 (to be removed in 3.0). Please use -     *

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-06 Thread Gilles Sadowski
-     * @deprecated in 2.2 (to be removed in 3.0). Please use -     * {...@link #map(UnivariateRealFunction)} directly with -     * the function classes in package -     * {...@link org.apache.commons.math.analysis.function}. +     * @deprecated in 2.2 (to be removed in 3.0).

Re: svn commit: r1042610 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

2010-12-06 Thread sebb
On 6 December 2010 22:21, Gilles Sadowski gil...@harfang.homelinux.org wrote: -     * @deprecated in 2.2 (to be removed in 3.0). Please use -     * {...@link #map(UnivariateRealFunction)} directly with -     * the function classes in package -     * {...@link