Re: [functor] Keep Serializable in [functor] or drop it?

2013-11-01 Thread Bruno P. Kinoshita
: [functor] Keep Serializable in [functor] or drop it? Hi all, Any objections to removing serialization from [functor]? Here's why I think we should drop it: * It's been discussed in the mailing list in the past about other components dropping support

Re: [functor] Keep Serializable in [functor] or drop it?

2013-10-31 Thread Benedikt Ritter
To: Commons List dev@commons.apache.org Cc: Sent: Monday, February 11, 2013 9:24 PM Subject: Re: [functor] Keep Serializable in [functor] or drop it? Hi all, Any objections to removing serialization from [functor]? Here's why I think we should drop it: * It's been discussed

Re: [functor] Keep Serializable in [functor] or drop it?

2013-10-31 Thread Matt Benson
http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Bruno P. Kinoshita ki...@apache.org To: Commons List dev@commons.apache.org Cc: Sent: Monday, February 11, 2013 9:24 PM Subject: Re: [functor] Keep Serializable in [functor] or drop it? Hi all

Re: [functor] Keep Serializable in [functor] or drop it?

2013-10-30 Thread Bruno P. Kinoshita
://kinoshita.eti.br http://tupilabs.com - Original Message - From: Bruno P. Kinoshita ki...@apache.org To: Commons List dev@commons.apache.org Cc: Sent: Monday, February 11, 2013 9:24 PM Subject: Re: [functor] Keep Serializable in [functor] or drop it? Hi all,  Any objections

Re: [functor] Keep Serializable in [functor] or drop it?

2013-02-11 Thread Bruno P. Kinoshita
brunodepau...@yahoo.com.br To: Commons Developers List dev@commons.apache.org Cc: Sent: Monday, April 9, 2012 1:55 PM Subject: [functor] Keep Serializable in [functor] or drop it? Hi all, I was writing some tests for [functor] when I found that one of my tests was failing

[functor] Keep Serializable in [functor] or drop it?

2012-04-09 Thread Bruno P. Kinoshita
Hi all, I was writing some tests for [functor] when I found that one of my tests was failing with a NotSerializableException. The test uses a class that extends PredicatedLoop. This class contains a Procedure and a Predicate member fields, which are not serializable. I remember seeing some