You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Luc Maisonobe <lu...@spaceroots.org> on 2013/03/29 23:34:01 UTC

[VOTE] Release Apache Commons Math 3.2 - RC2

This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
candidate 2.

This version fixes numerous bugs and adds a few features.

You can retrieve the various parts here:

Sources, binaries and release notes:

<https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)

Maven artifacts are here:

<https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/>

Details of changes since 3.1.1 are in the release notes:

<https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>

<http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html>

Tag:

<http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
(svn revision 1462526)

Site:

<http://people.apache.org/~luc/commons-math-3.2-RC2-site/>


All reports (CLIRR, RAT, findbugs ...) :

<http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html>

Note that the PMD report shows several violations. A few of them are
false positive (unused method, unused field). A number of them are
voluntary (overriding method that simply calls super) because what we
really need in these cases is to add specific javadoc in the overriding
method. The remaining errors correspond to unused parameters. They are
known and correspond to deprecated method that will be removed in 4.0.
So despite the report is not perfectly clean, in fact everything that
could be fixed in it has already been fixed.

Note also that the CPD report shows *huge* duplications. This is normal
as it correspond to complete packages that are modified. As we are
releasing only a minor version, compatibility prevents us from removing
the older packages. The cleanup will occur in 4.0.

Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

  Thanks!

Luc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Luc Maisonobe <lu...@spaceroots.org>.
Le 30/03/2013 01:17, Gary Gregory a écrit :
> The build fails on Maven 3.0.5:
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site)
> on project commons-math: failed to get Reports: Unable to parse
> configuration of mojo org.apache.maven.plugins:maven-javadoc-
> plugin:2.5:aggregate: Setter
> org.apache.maven.plugin.javadoc.AggregatorJavadocReport.setReportOutputDirectory(
> java.io.File ) threw exception when called with parameter
> 'C:\temp\rc\MATH_2_2_RC2\target\site\apidocs': null: Invocati
> onTargetException: NullPointerException -> [Help 1]

It seems you checkout out the RC2 for version 2.2, not version 3.2. I
got the same error here with 2.2-RC2 and maven 3.

> 
> I suppose due to the use of outdated versions of plugins.

The current version of [math] uses commons parent 28 without resetting
the default version numbers for the plugins declared there.
A few additional plugins are used (findbugs and checkstyle), and the
versions were quite recent (but not up to date).

I have fixed the version of these plugins.

> 
> Why not support Maven 3 so I do not have to keep that old maven 2 around?

We do support Maven 3 and this is what I used to generate the release
candidate.

best regards,
Luc

> 
> Gary
> 
> 
> On Fri, Mar 29, 2013 at 6:34 PM, Luc Maisonobe <lu...@spaceroots.org> wrote:
> 
>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>> candidate 2.
>>
>> This version fixes numerous bugs and adds a few features.
>>
>> You can retrieve the various parts here:
>>
>> Sources, binaries and release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
>>
>> Maven artifacts are here:
>>
>> <
>> https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/
>>>
>>
>> Details of changes since 3.1.1 are in the release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>
>> <
>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html
>>>
>>
>> Tag:
>>
>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
>> (svn revision 1462526)
>>
>> Site:
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>
>>
>> All reports (CLIRR, RAT, findbugs ...) :
>>
>> <
>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html
>>>
>>
>> Note that the PMD report shows several violations. A few of them are
>> false positive (unused method, unused field). A number of them are
>> voluntary (overriding method that simply calls super) because what we
>> really need in these cases is to add specific javadoc in the overriding
>> method. The remaining errors correspond to unused parameters. They are
>> known and correspond to deprecated method that will be removed in 4.0.
>> So despite the report is not perfectly clean, in fact everything that
>> could be fixed in it has already been fixed.
>>
>> Note also that the CPD report shows *huge* duplications. This is normal
>> as it correspond to complete packages that are modified. As we are
>> releasing only a minor version, compatibility prevents us from removing
>> the older packages. The cleanup will occur in 4.0.
>>
>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>>   Thanks!
>>
>> Luc
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Gary Gregory <ga...@gmail.com>.
On Mar 30, 2013, at 5:51, Luc Maisonobe <lu...@spaceroots.org> wrote:

> Le 30/03/2013 01:17, Gary Gregory a écrit :
>> The build fails on Maven 3.0.5:
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site)
>> on project commons-math: failed to get Reports: Unable to parse
>> configuration of mojo org.apache.maven.plugins:maven-javadoc-
>> plugin:2.5:aggregate: Setter
>> org.apache.maven.plugin.javadoc.AggregatorJavadocReport.setReportOutputDirectory(
>> java.io.File ) threw exception when called with parameter
>> 'C:\temp\rc\MATH_2_2_RC2\target\site\apidocs': null: Invocati
>> onTargetException: NullPointerException -> [Help 1]
>
> It seems you checkout out the RC2 for version 2.2, not version 3.2. I
> got the same error here with 2.2-RC2 and maven 3.

Oops, that's what I get for copy-pasting from the vote email!
;)
Gary
>
>>
>> I suppose due to the use of outdated versions of plugins.
>
> The current version of [math] uses commons parent 28 without resetting
> the default version numbers for the plugins declared there.
> A few additional plugins are used (findbugs and checkstyle), and the
> versions were quite recent (but not up to date).
>
> I have fixed the version of these plugins.
>
>>
>> Why not support Maven 3 so I do not have to keep that old maven 2 around?
>
> We do support Maven 3 and this is what I used to generate the release
> candidate.
>
> best regards,
> Luc
>
>>
>> Gary
>>
>>
>> On Fri, Mar 29, 2013 at 6:34 PM, Luc Maisonobe <lu...@spaceroots.org> wrote:
>>
>>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>>> candidate 2.
>>>
>>> This version fixes numerous bugs and adds a few features.
>>>
>>> You can retrieve the various parts here:
>>>
>>> Sources, binaries and release notes:
>>>
>>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
>>>
>>> Maven artifacts are here:
>>>
>>> <
>>> https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/
>>>
>>> Details of changes since 3.1.1 are in the release notes:
>>>
>>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>>
>>> <
>>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html
>>>
>>> Tag:
>>>
>>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
>>> (svn revision 1462526)
>>>
>>> Site:
>>>
>>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>>
>>>
>>> All reports (CLIRR, RAT, findbugs ...) :
>>>
>>> <
>>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html
>>>
>>> Note that the PMD report shows several violations. A few of them are
>>> false positive (unused method, unused field). A number of them are
>>> voluntary (overriding method that simply calls super) because what we
>>> really need in these cases is to add specific javadoc in the overriding
>>> method. The remaining errors correspond to unused parameters. They are
>>> known and correspond to deprecated method that will be removed in 4.0.
>>> So despite the report is not perfectly clean, in fact everything that
>>> could be fixed in it has already been fixed.
>>>
>>> Note also that the CPD report shows *huge* duplications. This is normal
>>> as it correspond to complete packages that are modified. As we are
>>> releasing only a minor version, compatibility prevents us from removing
>>> the older packages. The cleanup will occur in 4.0.
>>>
>>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>>
>>>  [ ] +1 Release these artifacts
>>>  [ ] +0 OK, but...
>>>  [ ] -0 OK, but really should fix...
>>>  [ ] -1 I oppose this release because...
>>>
>>>  Thanks!
>>>
>>> Luc
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Gary Gregory <ga...@gmail.com>.
The build fails on Maven 3.0.5:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site)
on project commons-math: failed to get Reports: Unable to parse
configuration of mojo org.apache.maven.plugins:maven-javadoc-
plugin:2.5:aggregate: Setter
org.apache.maven.plugin.javadoc.AggregatorJavadocReport.setReportOutputDirectory(
java.io.File ) threw exception when called with parameter
'C:\temp\rc\MATH_2_2_RC2\target\site\apidocs': null: Invocati
onTargetException: NullPointerException -> [Help 1]

I suppose due to the use of outdated versions of plugins.

Why not support Maven 3 so I do not have to keep that old maven 2 around?

Gary


On Fri, Mar 29, 2013 at 6:34 PM, Luc Maisonobe <lu...@spaceroots.org> wrote:

> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
> candidate 2.
>
> This version fixes numerous bugs and adds a few features.
>
> You can retrieve the various parts here:
>
> Sources, binaries and release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
>
> Maven artifacts are here:
>
> <
> https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/
> >
>
> Details of changes since 3.1.1 are in the release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>
> <
> http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html
> >
>
> Tag:
>
> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
> (svn revision 1462526)
>
> Site:
>
> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>
>
> All reports (CLIRR, RAT, findbugs ...) :
>
> <
> http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html
> >
>
> Note that the PMD report shows several violations. A few of them are
> false positive (unused method, unused field). A number of them are
> voluntary (overriding method that simply calls super) because what we
> really need in these cases is to add specific javadoc in the overriding
> method. The remaining errors correspond to unused parameters. They are
> known and correspond to deprecated method that will be removed in 4.0.
> So despite the report is not perfectly clean, in fact everything that
> could be fixed in it has already been fixed.
>
> Note also that the CPD report shows *huge* duplications. This is normal
> as it correspond to complete packages that are modified. As we are
> releasing only a minor version, compatibility prevents us from removing
> the older packages. The cleanup will occur in 4.0.
>
> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>
> Luc
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Gary Gregory <ga...@gmail.com>.
Arg, hit send on my previous message too soon.

I meant, I do not know if this is a problem for the generated site:

[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in
any resource loader.

Gary


On Fri, Mar 29, 2013 at 8:18 PM, Gary Gregory <ga...@gmail.com>wrote:

> I am not sure if or how this messes up the site gen:
>
>
>
> On Fri, Mar 29, 2013 at 6:34 PM, Luc Maisonobe <lu...@spaceroots.org> wrote:
>
>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>> candidate 2.
>>
>> This version fixes numerous bugs and adds a few features.
>>
>> You can retrieve the various parts here:
>>
>> Sources, binaries and release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision
>> 1670)
>>
>> Maven artifacts are here:
>>
>> <
>> https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/
>> >
>>
>> Details of changes since 3.1.1 are in the release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>
>> <
>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html
>> >
>>
>> Tag:
>>
>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
>> (svn revision 1462526)
>>
>> Site:
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>
>>
>> All reports (CLIRR, RAT, findbugs ...) :
>>
>> <
>> http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html
>> >
>>
>> Note that the PMD report shows several violations. A few of them are
>> false positive (unused method, unused field). A number of them are
>> voluntary (overriding method that simply calls super) because what we
>> really need in these cases is to add specific javadoc in the overriding
>> method. The remaining errors correspond to unused parameters. They are
>> known and correspond to deprecated method that will be removed in 4.0.
>> So despite the report is not perfectly clean, in fact everything that
>> could be fixed in it has already been fixed.
>>
>> Note also that the CPD report shows *huge* duplications. This is normal
>> as it correspond to complete packages that are modified. As we are
>> releasing only a minor version, compatibility prevents us from removing
>> the older packages. The cleanup will occur in 4.0.
>>
>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>>   Thanks!
>>
>> Luc
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Gary Gregory <ga...@gmail.com>.
I am not sure if or how this messes up the site gen:



On Fri, Mar 29, 2013 at 6:34 PM, Luc Maisonobe <lu...@spaceroots.org> wrote:

> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
> candidate 2.
>
> This version fixes numerous bugs and adds a few features.
>
> You can retrieve the various parts here:
>
> Sources, binaries and release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
>
> Maven artifacts are here:
>
> <
> https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/
> >
>
> Details of changes since 3.1.1 are in the release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>
> <
> http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html
> >
>
> Tag:
>
> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
> (svn revision 1462526)
>
> Site:
>
> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>
>
> All reports (CLIRR, RAT, findbugs ...) :
>
> <
> http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html
> >
>
> Note that the PMD report shows several violations. A few of them are
> false positive (unused method, unused field). A number of them are
> voluntary (overriding method that simply calls super) because what we
> really need in these cases is to add specific javadoc in the overriding
> method. The remaining errors correspond to unused parameters. They are
> known and correspond to deprecated method that will be removed in 4.0.
> So despite the report is not perfectly clean, in fact everything that
> could be fixed in it has already been fixed.
>
> Note also that the CPD report shows *huge* duplications. This is normal
> as it correspond to complete packages that are modified. As we are
> releasing only a minor version, compatibility prevents us from removing
> the older packages. The cleanup will occur in 4.0.
>
> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>
> Luc
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Phil Steitz <ph...@gmail.com>.
On 3/29/13 8:44 PM, Phil Steitz wrote:
> On 3/29/13 3:34 PM, Luc Maisonobe wrote:
>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>> candidate 2.
>>
>> This version fixes numerous bugs and adds a few features.
>>
>> You can retrieve the various parts here:
>>
>> Sources, binaries and release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
> Seems RELEASE_NOTES.txt has the wrong heading - does not match the
> last commit to trunk, still referring to -SNAPSHOT.  Also it is
> missing the description and using the default cheezy format, not
> what the .vm generates (which includes the description, better
> format and a better footer).  I guess this does not work anymore? 
> Looks like it did in 3.1 and 3.1.1.
>
> Unfortunately, the release notes title and missing description are
> showstoppers for me, so -1 for the package as is.

I temporarily changed the pom version back to 3.2 and regenerated
the notes from the command line passing the vm parameter and checked
in a new version to trunk.

Phil
>
> Sigs and hashes are good and release contents and build look good to me.
>
> Phil
>
>
>> Maven artifacts are here:
>>
>> <https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/>
>>
>> Details of changes since 3.1.1 are in the release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html>
>>
>> Tag:
>>
>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
> You mean 3_2 above.
>> (svn revision 1462526)
>>
>> Site:
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>
>>
>> All reports (CLIRR, RAT, findbugs ...) :
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html>
>>
>> Note that the PMD report shows several violations. A few of them are
>> false positive (unused method, unused field). A number of them are
>> voluntary (overriding method that simply calls super) because what we
>> really need in these cases is to add specific javadoc in the overriding
>> method. The remaining errors correspond to unused parameters. They are
>> known and correspond to deprecated method that will be removed in 4.0.
>> So despite the report is not perfectly clean, in fact everything that
>> could be fixed in it has already been fixed.
>>
>> Note also that the CPD report shows *huge* duplications. This is normal
>> as it correspond to complete packages that are modified. As we are
>> releasing only a minor version, compatibility prevents us from removing
>> the older packages. The cleanup will occur in 4.0.
>>
>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>>   Thanks!
>>
>> Luc
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [CANCEL] Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Luc Maisonobe <lu...@spaceroots.org>.
Le 30/03/2013 10:52, Luc Maisonobe a écrit :
> Hi all,
> 
> This vote is cancelled as per problems identified by Phil below.
> 
> I'll do another release candidate today.
> 
> Thanks for reviewing.
> 
> Luc
> 
> Le 30/03/2013 04:44, Phil Steitz a écrit :
>> On 3/29/13 3:34 PM, Luc Maisonobe wrote:
>>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>>> candidate 2.
>>>
>>> This version fixes numerous bugs and adds a few features.
>>>
>>> You can retrieve the various parts here:
>>>
>>> Sources, binaries and release notes:
>>>
>>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
>>
>> Seems RELEASE_NOTES.txt has the wrong heading - does not match the
>> last commit to trunk, still referring to -SNAPSHOT.  Also it is
>> missing the description and using the default cheezy format, not
>> what the .vm generates (which includes the description, better
>> format and a better footer).  I guess this does not work anymore? 
>> Looks like it did in 3.1 and 3.1.1.

Looking at this issue, I think I simply forgot to use the
-Prelease-notes profile while generating the file.

Luc

>>
>> Unfortunately, the release notes title and missing description are
>> showstoppers for me, so -1 for the package as is.
>>
>> Sigs and hashes are good and release contents and build look good to me.
>>
>> Phil
>>
>>
>>>
>>> Maven artifacts are here:
>>>
>>> <https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/>
>>>
>>> Details of changes since 3.1.1 are in the release notes:
>>>
>>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>>
>>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html>
>>>
>>> Tag:
>>>
>>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
>>
>> You mean 3_2 above.
>>> (svn revision 1462526)
>>>
>>> Site:
>>>
>>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>>
>>>
>>> All reports (CLIRR, RAT, findbugs ...) :
>>>
>>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html>
>>>
>>> Note that the PMD report shows several violations. A few of them are
>>> false positive (unused method, unused field). A number of them are
>>> voluntary (overriding method that simply calls super) because what we
>>> really need in these cases is to add specific javadoc in the overriding
>>> method. The remaining errors correspond to unused parameters. They are
>>> known and correspond to deprecated method that will be removed in 4.0.
>>> So despite the report is not perfectly clean, in fact everything that
>>> could be fixed in it has already been fixed.
>>>
>>> Note also that the CPD report shows *huge* duplications. This is normal
>>> as it correspond to complete packages that are modified. As we are
>>> releasing only a minor version, compatibility prevents us from removing
>>> the older packages. The cleanup will occur in 4.0.
>>>
>>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>>
>>>   [ ] +1 Release these artifacts
>>>   [ ] +0 OK, but...
>>>   [ ] -0 OK, but really should fix...
>>>   [ ] -1 I oppose this release because...
>>>
>>>   Thanks!
>>>
>>> Luc
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[CANCEL] Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Luc Maisonobe <lu...@spaceroots.org>.
Hi all,

This vote is cancelled as per problems identified by Phil below.

I'll do another release candidate today.

Thanks for reviewing.

Luc

Le 30/03/2013 04:44, Phil Steitz a écrit :
> On 3/29/13 3:34 PM, Luc Maisonobe wrote:
>> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
>> candidate 2.
>>
>> This version fixes numerous bugs and adds a few features.
>>
>> You can retrieve the various parts here:
>>
>> Sources, binaries and release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)
> 
> Seems RELEASE_NOTES.txt has the wrong heading - does not match the
> last commit to trunk, still referring to -SNAPSHOT.  Also it is
> missing the description and using the default cheezy format, not
> what the .vm generates (which includes the description, better
> format and a better footer).  I guess this does not work anymore? 
> Looks like it did in 3.1 and 3.1.1.
> 
> Unfortunately, the release notes title and missing description are
> showstoppers for me, so -1 for the package as is.
> 
> Sigs and hashes are good and release contents and build look good to me.
> 
> Phil
> 
> 
>>
>> Maven artifacts are here:
>>
>> <https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/>
>>
>> Details of changes since 3.1.1 are in the release notes:
>>
>> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html>
>>
>> Tag:
>>
>> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>
> 
> You mean 3_2 above.
>> (svn revision 1462526)
>>
>> Site:
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>>
>>
>> All reports (CLIRR, RAT, findbugs ...) :
>>
>> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html>
>>
>> Note that the PMD report shows several violations. A few of them are
>> false positive (unused method, unused field). A number of them are
>> voluntary (overriding method that simply calls super) because what we
>> really need in these cases is to add specific javadoc in the overriding
>> method. The remaining errors correspond to unused parameters. They are
>> known and correspond to deprecated method that will be removed in 4.0.
>> So despite the report is not perfectly clean, in fact everything that
>> could be fixed in it has already been fixed.
>>
>> Note also that the CPD report shows *huge* duplications. This is normal
>> as it correspond to complete packages that are modified. As we are
>> releasing only a minor version, compatibility prevents us from removing
>> the older packages. The cleanup will occur in 4.0.
>>
>> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>>   Thanks!
>>
>> Luc
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons Math 3.2 - RC2

Posted by Phil Steitz <ph...@gmail.com>.
On 3/29/13 3:34 PM, Luc Maisonobe wrote:
> This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
> candidate 2.
>
> This version fixes numerous bugs and adds a few features.
>
> You can retrieve the various parts here:
>
> Sources, binaries and release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1670)

Seems RELEASE_NOTES.txt has the wrong heading - does not match the
last commit to trunk, still referring to -SNAPSHOT.  Also it is
missing the description and using the default cheezy format, not
what the .vm generates (which includes the description, better
format and a better footer).  I guess this does not work anymore? 
Looks like it did in 3.1 and 3.1.1.

Unfortunately, the release notes title and missing description are
showstoppers for me, so -1 for the package as is.

Sigs and hashes are good and release contents and build look good to me.

Phil


>
> Maven artifacts are here:
>
> <https://repository.apache.org/content/repositories/orgapachecommons-035/org/apache/commons/commons-math3/3.2/>
>
> Details of changes since 3.1.1 are in the release notes:
>
> <https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>
>
> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/changes-report.html>
>
> Tag:
>
> <http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/>

You mean 3_2 above.
> (svn revision 1462526)
>
> Site:
>
> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/>
>
>
> All reports (CLIRR, RAT, findbugs ...) :
>
> <http://people.apache.org/~luc/commons-math-3.2-RC2-site/project-reports.html>
>
> Note that the PMD report shows several violations. A few of them are
> false positive (unused method, unused field). A number of them are
> voluntary (overriding method that simply calls super) because what we
> really need in these cases is to add specific javadoc in the overriding
> method. The remaining errors correspond to unused parameters. They are
> known and correspond to deprecated method that will be removed in 4.0.
> So despite the report is not perfectly clean, in fact everything that
> could be fixed in it has already been fixed.
>
> Note also that the CPD report shows *huge* duplications. This is normal
> as it correspond to complete packages that are modified. As we are
> releasing only a minor version, compatibility prevents us from removing
> the older packages. The cleanup will occur in 4.0.
>
> Votes, please.  This vote will close in 72 hours: 2013-04-01T22:30:00 UTC
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>
> Luc
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org