You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2008/02/18 08:05:30 UTC

[VOTE] Release math 1.2

This is a vote to release Commons Math 1.2.

The zips / tars are here:
http://people.apache.org/~psteitz/math-1.2-RC3/

The site included in the binary distro is here:
http://people.apache.org/~psteitz/math-1.2-RC3/docs/

Release notes:
http://people.apache.org/~psteitz/math-1.2-RC3/RELEASE-NOTES.txt

The vote will remain open for 72 hours.

Thanks in advance for your votes.

Phil

8--------------------------------------------------------------------------------------->

[  ] +1  I support this release
[  ] +0  I am OK with this release
[  ] -0   OK, but....
[  ] -1   I do not support this release

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


Re: [VOTE] Release math 1.2

Posted by Oliver Heger <ol...@oliver-heger.de>.
Luc Maisonobe schrieb:
> Oliver Heger a écrit :
>> The distributions look good. All build variants worked for me on a JDK 
>> 1.6.
>>
>> Regarding the site: The clirr report shows some errors. According to 
>> the release notes there are no binary incompatible changes. Is this okay?
> 
> Yes. Clirr flags as errors protected fields that have been moved up in 
> the class hierarchy. The corresponding classes are now deprecated in 
> this version and most of the implementation has moved up.
Okay.

> 
>>
>> A minor point are the 292 checkstyle errors.
> 
> Last time I checked, all remaining checkstyle errors were javadoc 
> related and correspond to non-repeated javadoc existing in either a 
> superclass or an interface. We discussed about it here: 
> http://markmail.org/message/f664gjqesv5arqlh
> 
> Phil thought it was OK to use {@inheritDoc}, but we did not use it yet.
> 
> Luc

For configuration we used the following checkstyle definition:
     <!-- Checks for Javadoc comments.                     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html -->
     <module name="JavadocMethod">
         <property name="scope" value="public"/>
         <property name="allowUndeclaredRTE" value="true"/>
         <property name="allowMissingJavadoc" value="true"/>
     </module>

This works with the maven (1) checkstyle plugin version 3.0.1. Maybe 
this would be an option?

But nevertheless this point is not very important to me. So I am +1 for 
this release.

Oliver

> 
>>
>> Oliver
>>
>> Phil Steitz schrieb:
>>> This is a vote to release Commons Math 1.2.
>>>
>>> The zips / tars are here:
>>> http://people.apache.org/~psteitz/math-1.2-RC3/
>>>
>>> The site included in the binary distro is here:
>>> http://people.apache.org/~psteitz/math-1.2-RC3/docs/
>>>
>>> Release notes:
>>> http://people.apache.org/~psteitz/math-1.2-RC3/RELEASE-NOTES.txt
>>>
>>> The vote will remain open for 72 hours.
>>>
>>> Thanks in advance for your votes.
>>>
>>> Phil
>>>
>>> 8---------------------------------------------------------------------------------------> 
>>>
>>>
>>> [  ] +1  I support this release
>>> [  ] +0  I am OK with this release
>>> [  ] -0   OK, but....
>>> [  ] -1   I do not support this release
>>>
>>> ---------------------------------------------------------------------
>>> 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


Re: [VOTE] Release math 1.2

Posted by Luc Maisonobe <Lu...@free.fr>.
Oliver Heger a écrit :
> The distributions look good. All build variants worked for me on a JDK 1.6.
> 
> Regarding the site: The clirr report shows some errors. According to the 
> release notes there are no binary incompatible changes. Is this okay?

Yes. Clirr flags as errors protected fields that have been moved up in 
the class hierarchy. The corresponding classes are now deprecated in 
this version and most of the implementation has moved up.

> 
> A minor point are the 292 checkstyle errors.

Last time I checked, all remaining checkstyle errors were javadoc 
related and correspond to non-repeated javadoc existing in either a 
superclass or an interface. We discussed about it here: 
http://markmail.org/message/f664gjqesv5arqlh

Phil thought it was OK to use {@inheritDoc}, but we did not use it yet.

Luc

> 
> Oliver
> 
> Phil Steitz schrieb:
>> This is a vote to release Commons Math 1.2.
>>
>> The zips / tars are here:
>> http://people.apache.org/~psteitz/math-1.2-RC3/
>>
>> The site included in the binary distro is here:
>> http://people.apache.org/~psteitz/math-1.2-RC3/docs/
>>
>> Release notes:
>> http://people.apache.org/~psteitz/math-1.2-RC3/RELEASE-NOTES.txt
>>
>> The vote will remain open for 72 hours.
>>
>> Thanks in advance for your votes.
>>
>> Phil
>>
>> 8---------------------------------------------------------------------------------------> 
>>
>>
>> [  ] +1  I support this release
>> [  ] +0  I am OK with this release
>> [  ] -0   OK, but....
>> [  ] -1   I do not support this release
>>
>> ---------------------------------------------------------------------
>> 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 math 1.2

Posted by Oliver Heger <ol...@oliver-heger.de>.
The distributions look good. All build variants worked for me on a JDK 1.6.

Regarding the site: The clirr report shows some errors. According to the 
release notes there are no binary incompatible changes. Is this okay?

A minor point are the 292 checkstyle errors.

Oliver

Phil Steitz schrieb:
> This is a vote to release Commons Math 1.2.
> 
> The zips / tars are here:
> http://people.apache.org/~psteitz/math-1.2-RC3/
> 
> The site included in the binary distro is here:
> http://people.apache.org/~psteitz/math-1.2-RC3/docs/
> 
> Release notes:
> http://people.apache.org/~psteitz/math-1.2-RC3/RELEASE-NOTES.txt
> 
> The vote will remain open for 72 hours.
> 
> Thanks in advance for your votes.
> 
> Phil
> 
> 8--------------------------------------------------------------------------------------->
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release
> 
> ---------------------------------------------------------------------
> 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