[math] s/FieldUnivariateFunction/RealFieldUnivariateFunction?

2015-11-15 Thread Phil Steitz
Seems that is what it is.  We don't seem to have immediate need for
the more general interface, but if we ever do, we will want to have
the name available.

Phil

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



Re: [math] s/FieldUnivariateFunction/RealFieldUnivariateFunction?

2015-11-15 Thread Luc Maisonobe
Le 15/11/2015 20:47, Phil Steitz a écrit :
> Seems that is what it is.  We don't seem to have immediate need for
> the more general interface, but if we ever do, we will want to have
> the name available.

You are right, we could change it.
Would you mind doing it, I am quite busy with ODE right now
as you have probably noticed.

best regards,
Luc

> 
> Phil
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 
> 


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



Re: [math] s/FieldUnivariateFunction/RealFieldUnivariateFunction?

2015-11-15 Thread Phil Steitz
On 11/15/15 2:00 PM, Luc Maisonobe wrote:
> Le 15/11/2015 20:47, Phil Steitz a écrit :
>> Seems that is what it is.  We don't seem to have immediate need for
>> the more general interface, but if we ever do, we will want to have
>> the name available.
> You are right, we could change it.
> Would you mind doing it, I am quite busy with ODE right now
> as you have probably noticed.

Sure, I will make the change.

Phil
>
> best regards,
> Luc
>
>> Phil
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


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



Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Phil Steitz
Thanks, Thomas!

Phil

On 11/15/15 3:23 PM, Thomas Neidhart wrote:
> The Apache Commons team is pleased to announce the release of Apache
> Commons Collections 3.2.2. The release is available for download at
>
>
> http://commons.apache.org/proper/commons-collections/download_collections.cgi
>
> Apache Commons Collections is a project to develop and maintain
> collection classes based on and inspired by the JDK collection framework.
>
> This Collections 3.2.2 release is a security and bugfix release, fixing
> several bugs present in the previous releases of the 3.2 branch.
>
> Additionally, this release provides a mitigation for a known remote code
> exploitation via the standard java object serialization mechanism. By
> default, serialization support for unsafe classes in the functor package
> is disabled and will result in an exception when either trying to
> serialize or de-serialize an instance of these classes. For more
> details, please refer to COLLECTIONS-580.
>
> All users are strongly encouraged to updated to this release.
>
> See the release-notes at
>
>  http://commons.apache.org/proper/commons-collections/release_3_2_2.html
>  http://www.apache.org/dist/commons/collections/RELEASE-NOTES-3.2.2.txt
>
> for a full list of changes.
>
> Please verify signatures using the KEYS file available at the above
> location when downloading the release.
>
> For complete information on collections, including instructions on how
> to submit bug reports, patches, or suggestions for improvement, see the
> Apache Commons Collections website:
>
>  http://commons.apache.org/proper/commons-collections/
>
> Thomas, on behalf of the Apache Commons team
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


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



[ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Thomas Neidhart
The Apache Commons team is pleased to announce the release of Apache
Commons Collections 3.2.2. The release is available for download at


http://commons.apache.org/proper/commons-collections/download_collections.cgi

Apache Commons Collections is a project to develop and maintain
collection classes based on and inspired by the JDK collection framework.

This Collections 3.2.2 release is a security and bugfix release, fixing
several bugs present in the previous releases of the 3.2 branch.

Additionally, this release provides a mitigation for a known remote code
exploitation via the standard java object serialization mechanism. By
default, serialization support for unsafe classes in the functor package
is disabled and will result in an exception when either trying to
serialize or de-serialize an instance of these classes. For more
details, please refer to COLLECTIONS-580.

All users are strongly encouraged to updated to this release.

See the release-notes at

 http://commons.apache.org/proper/commons-collections/release_3_2_2.html
 http://www.apache.org/dist/commons/collections/RELEASE-NOTES-3.2.2.txt

for a full list of changes.

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For complete information on collections, including instructions on how
to submit bug reports, patches, or suggestions for improvement, see the
Apache Commons Collections website:

 http://commons.apache.org/proper/commons-collections/

Thomas, on behalf of the Apache Commons team

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



Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Thomas Neidhart
On 11/15/2015 11:23 PM, Thomas Neidhart wrote:

should have been an ANNOUNCEMENT, but it's late, sorry.

Thomas


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



Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Gary Gregory
Thank you for pushing this release through Thomas!

Gary
On Nov 15, 2015 2:23 PM, "Thomas Neidhart" 
wrote:

> The Apache Commons team is pleased to announce the release of Apache
> Commons Collections 3.2.2. The release is available for download at
>
>
>
> http://commons.apache.org/proper/commons-collections/download_collections.cgi
>
> Apache Commons Collections is a project to develop and maintain
> collection classes based on and inspired by the JDK collection framework.
>
> This Collections 3.2.2 release is a security and bugfix release, fixing
> several bugs present in the previous releases of the 3.2 branch.
>
> Additionally, this release provides a mitigation for a known remote code
> exploitation via the standard java object serialization mechanism. By
> default, serialization support for unsafe classes in the functor package
> is disabled and will result in an exception when either trying to
> serialize or de-serialize an instance of these classes. For more
> details, please refer to COLLECTIONS-580.
>
> All users are strongly encouraged to updated to this release.
>
> See the release-notes at
>
>
> http://commons.apache.org/proper/commons-collections/release_3_2_2.html
>
> http://www.apache.org/dist/commons/collections/RELEASE-NOTES-3.2.2.txt
>
> for a full list of changes.
>
> Please verify signatures using the KEYS file available at the above
> location when downloading the release.
>
> For complete information on collections, including instructions on how
> to submit bug reports, patches, or suggestions for improvement, see the
> Apache Commons Collections website:
>
>  http://commons.apache.org/proper/commons-collections/
>
> Thomas, on behalf of the Apache Commons team
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>