[functor] Distribute tests from TestAlgorithms into several test classes under algorithm test package

2012-04-08 Thread Bruno P. Kinoshita
on this? Thank you in advance! -- Bruno P. Kinoshita http://www.kinoshita.eti.br http://www.tupilabs.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [functor] Distribute tests from TestAlgorithms into several test classes under algorithm test package

2012-04-09 Thread Bruno P. Kinoshita
Sure thing Matt. Issue created: https://issues.apache.org/jira/browse/FUNCTOR-15, I will attach the patch there. Many thanks. On 04/09/2012 02:43 AM, Matt Benson wrote: Sounds good, Bruno. Can you file/attach in JIRA? Matt On Sun, Apr 8, 2012 at 11:57 PM, Bruno P. Kinoshita brunodepau

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

2012-04-09 Thread Bruno P. Kinoshita
many functors - The BaseFunctorTest methods related to serialization would be removed - Javadoc would have to be updated in some classes as well Many thanks in advance. -- Bruno P. Kinoshita http://www.kinoshita.eti.br http://www.tupilabs.com

Re: [io] Too many files released to maven repo for 2.3

2012-04-13 Thread Bruno P. Kinoshita
and delete the repository?   It's just a guess, not sure if this is really doable.  Hope someone else knows what how to fix this. Cheers,  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Gary Gregory garydgreg...@gmail.com To: Commons Developers

[functor] Remove duplicated equals() methods

2012-05-10 Thread Bruno P. Kinoshita
this I will proceed writing tests to increase the test coverage (https://issues.apache.org/jira/browse/FUNCTOR-12). Thanks in advance!  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - To unsubscribe, e-mail: dev

Re: [functor] Remove duplicated equals() methods

2012-05-10 Thread Bruno P. Kinoshita
On 05/10/2012 03:38 PM, Matt Benson wrote: On Thu, May 10, 2012 at 1:27 PM, Bruno P. Kinoshita brunodepau...@yahoo.com.br  wrote: Hi all, While I am still trying to find time to work on a proposal for enhancements in the generators API in [functor] (https://issues.apache.org/jira/browse

Re: [functor] Remove duplicated equals() methods

2012-05-10 Thread Bruno P. Kinoshita
  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Bruno P. Kinoshita brunodepau...@yahoo.com.br Cc: Commons Developers List dev@commons.apache.org Sent: Thursday, 10 May 2012 4:44 PM Subject: Re

Re: [jcs] Request for review

2012-05-31 Thread Bruno P. Kinoshita
is working perfectly, no broken tests, no changes in the functionality, and I think there are no warnings.  Hope that helps, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Thomas Vandahl t...@apache.org To: Commons Developers List dev

[functor] Patch for FUNCTOR-14, new Generators and Ranges

2012-06-04 Thread Bruno P. Kinoshita
operations with double/float in the ranges and generators. I keep my code mirrored in github too, in case someone prefers reading it there https://github.com/kinow/functor. Let me know what you think about it :-)  Thank you in advance! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: [jcs] Request for review

2012-06-04 Thread Bruno P. Kinoshita
://commons.apache.org/jcs/JCSvsEHCache.html [2] http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf Bruno P. Kinoshita http://www.kinoshita.eti.br http://www.tupilabs.com On 06/02/2012 04:28 PM, Thomas Vandahl wrote: On 01.06.12 06:31, Bruno P. Kinoshita wrote: Hi, [jcs] seems very

Re: [functor] Patch for FUNCTOR-14, new Generators and Ranges

2012-06-05 Thread Bruno P. Kinoshita
) Bruno P. Kinoshita http://www.kinoshita.eti.br http://www.tupilabs.com On 06/05/2012 12:08 PM, Matt Benson wrote: Hi, Bruno! I have some questions: 1. Why are a Range's type and step-type potentially different (different type variables, etc.)? 2. Why, if it is a Generator's responsibility

[functor] Checkstyle errors and new TODO's

2012-06-05 Thread Bruno P. Kinoshita
were included in [functor] since last call for votes. All of them in tests for aggregators. How is it handled? An issue must be filed, someone will take care of it before the new call for votes happens, or are TODOs in tests ignored? Thanks, -- Bruno P. Kinoshita http://www.kinoshita.eti.br http

Re: [functor] Patch for FUNCTOR-14, new Generators and Ranges

2012-06-05 Thread Bruno P. Kinoshita
to, or an implementation of, Generator. +1, let it provide access or be an implementation of Generator. In case we do the latter case, I believe isEmpty(), contains() and other methods using the step value would be doable. Regards, Bruno P. Kinoshita http://www.kinoshita.eti.br http://www.tupilabs.com On 06

Re: [functor] Checkstyle errors and new TODO's

2012-06-06 Thread Bruno P. Kinoshita
Olá Simo :) Understood, I will fill an issue and assign it to you.   Thank you! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Simone Tripodi simonetrip...@apache.org To: Commons Developers List dev@commons.apache.org Sent: Wednesday

Re: [VOTE] Release Commons IO 2.4-RC1

2012-06-12 Thread Bruno P. Kinoshita
on the good work :-) All the best, ps: I've attached a patch to a issue marked as Fixed in JIRA, don't know if it is a bad practice or not allowed. If so, just let me know that I'll file a new issue, send you the patch or do whatever is more appropriate in this case. Bruno P. Kinoshita http

Re: [Math] How to select a specific JDK ?

2012-06-13 Thread Bruno P. Kinoshita
I agree with James, Jenkins is a great choice for such tasks. That's what I do when I want to test a project with a different JVM, but have no time to set up Jenkins jobs. $ export JAVA_HOME=/opt/java/ibm... $ mvn clean test install Just my 0.02 cents :-) Cheers Bruno P. Kinoshita http

Re: [Math] How to select a specific JDK ?

2012-06-13 Thread Bruno P. Kinoshita
: unix (...) Hope that helps Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Gilles Sadowski gil...@harfang.homelinux.org To: dev@commons.apache.org Sent: Wednesday, 13 June 2012 1:00 PM Subject: Re: [Math] How to select a specific JDK

Re: [functor] modularization

2012-06-13 Thread Bruno P. Kinoshita
My +1 on this too :-) great idea Matt. Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr...@gmail.com To: dev@commons.apache.org Sent: Wednesday, 13 June 2012 1:00 PM Subject: [functor] modularization I think it would

Re: svn commit: r1363382 - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/core/composite/UnarySequence.java test/java/org/apache/commons/functor/core/composite/TestUnarySeq

2012-07-19 Thread Bruno P. Kinoshita
track the issue in the src/main/changes.xml file? Ops, sorry. I always forget to update changes.xml. Already done too. Many thanks! :D Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Simone Tripodi simonetrip...@apache.org To: dev

Re: svn commit: r1363382 - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/core/composite/UnarySequence.java test/java/org/apache/commons/functor/core/composite/TestUnarySeq

2012-07-19 Thread Bruno P. Kinoshita
[2] or somewhere else maybe? I finished working on FUNCTOR-3 and tried to follow Simo's and yours advices :-) Thank you very much!!! [1] https://github.com/jenkinsci/backend-jenkins-plugin-changes-plugin [2] http://wiki.apache.org/commons/FrontPage Bruno P. Kinoshita http

[functor] Generify ComparableComparator based on Commons-Collection ComparableComparator

2012-07-19 Thread Bruno P. Kinoshita
/proper/collections/trunk/src/main/java/org/apache/commons/collections/comparators/ComparableComparator.java?view=markup Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com  - To unsubscribe, e-mail: dev-unsubscr

Re: [functor] Generify ComparableComparator based on Commons-Collection ComparableComparator

2012-07-20 Thread Bruno P. Kinoshita
Olá Simo! :-) Issue created [1], will work on this during this weekend. Many thanks! [1] https://issues.apache.org/jira/browse/FUNCTOR-22 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Simone Tripodi simonetrip...@apache.org

[functor] Use Validate.notNull and remove unreachable code

2012-07-23 Thread Bruno P. Kinoshita
/blob/master/src/test/java/org/apache/commons/functor/core/composite/TestUnaryNot.java#L53 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-25 Thread Bruno P. Kinoshita
of the code :-). Cheers, [1] https://issues.apache.org/jira/browse/FUNCTOR-12 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org Sent: Tuesday, 24 July 2012 12

Re: [chain2] configuration façade APIs

2012-07-26 Thread Bruno P. Kinoshita
of test suites too [2]. [1] http://www.tap4j.org [2] https://github.com/cbeust/testng/blob/master/pom.xml#L124 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Simone Tripodi simonetrip...@apache.org To: Commons Developers List dev

Re: [chain2] serialVersionUID

2012-07-26 Thread Bruno P. Kinoshita
- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: svn commit: r1364676 - in /commons/proper/functor/trunk/src: changes/ main/java/org/apache/commons/functor/core/comparator/ test/java/org/apache/commons/functor/core/comparator/

2012-07-28 Thread Bruno P. Kinoshita
From: sebb seb...@gmail.com To: dev@commons.apache.org Sent: Friday, 27 July 2012 11:40 PM Subject: Re: svn commit: r1364676 - in /commons/proper/functor/trunk/src: changes/ main/java/org/apache/commons/functor/core/comparator/

Re: [functor] Patch for FUNCTOR-14, new Generators and Ranges

2012-09-18 Thread Bruno P. Kinoshita
/nymsk7l64aj4csxi [3] https://gist.github.com/3747204 [4] https://gist.github.com/3747207 [5] https://gist.github.com/3747224 [5] https://wiki.php.net/rfc/generators Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr...@gmail.com

[functor] Rename CollectionTransformer and update javadocs

2012-09-19 Thread Bruno P. Kinoshita
consensus on these items :-) Many thanks in advance! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com  - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

Re: [lang] StrBuilder append(String, Object...)

2012-09-21 Thread Bruno P. Kinoshita
+1 as well Gary, and if you want to test the if (objs == null) {, then you just have to add something similar to: sb.append(Hi, (Object[])null); And then check the result. Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Simone

Re: [VOTE] Release Commons Math 3.1 (take 4)

2012-12-19 Thread Bruno P. Kinoshita
Hi Gary,  I think you are using the site URL instead of the tag URL. Try the following: svn co https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_1_RC4/   HTH, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Gary Gregory

Re: [CANCEL][VOTE] Release Commons Math 3.1 (take 4)

2012-12-20 Thread Bruno P. Kinoshita
reproduce it.  Cheers,  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Jörg Schaible joerg.schai...@scalaris.com To: dev@commons.apache.org Sent: Thursday, December 20, 2012 9:13 AM Subject: Re: [CANCEL][VOTE] Release Commons Math 3.1 (take 4

[functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-21 Thread Bruno P. Kinoshita
://github.com/kinow/try-lambdas Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com  - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-22 Thread Bruno P. Kinoshita
to bring the discussion here to the mailing list :-) BR,  [1] http://www.reddit.com/r/java/comments/158q1u/using_apache_commons_functor_functional/   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Simone Tripodi simonetrip...@apache.org

Re: [VOTE][RC1] Release Commons Math 3.1.1

2013-01-09 Thread Bruno P. Kinoshita
that helps, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Gilles Sadowski gil...@harfang.homelinux.org To: dev@commons.apache.org Sent: Wednesday, January 9, 2013 8:18 PM Subject: [VOTE][RC1] Release Commons Math 3.1.1 Hello. Please have

Re: svn commit: r1438784 - in /commons/proper/functor/trunk: ./ api/ api/src/ api/src/main/ api/src/main/java/ api/src/main/java/org/ api/src/main/java/org/apache/ api/src/main/java/org/apache/commons

2013-01-25 Thread Bruno P. Kinoshita
Thanks Matt! I'll check the new api and core projects, and will continue playing with lambda project and [functor]   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: mben...@apache.org mben...@apache.org To: comm...@commons.apache.org Sent

Re: [functor] Patch for FUNCTOR-14, new Generators and Ranges

2013-01-28 Thread Bruno P. Kinoshita
sounds great Matt. IIUC, this way if I wanted something like a PrimeNumberGenerator, I could pass a PrimeNumberFunction. FWIW, there is a Range in the lambda project too, probably it is worth taking a look on their API too. Thanks! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

[functor] Remove TODO comment from CollectionTransformer

2013-01-28 Thread Bruno P. Kinoshita
to    a single ArrayList instance (the current behavior). It used an ArrayList in teh past, but now it uses generics. I believe this part of the comment can be ignored. This TODO was mentioned in the last release vote too http://markmail.org/message/ythw55yad5lrvqrj Thanks in advance [1]  Bruno P

Re: [functor] Remove TODO comment from CollectionTransformer

2013-01-28 Thread Bruno P. Kinoshita
Ops, turns out I had already started a thread [1] about this TODO here in the mailing list. Quoting other names that I had thought:  GeneratorToCollectionTransformer (...) Listify, Eagerlize and Lazy List Builder. Sorry, [1] http://markmail.org/thread/l552rd6xrr2afcvl Bruno P. Kinoshita http

[functor] Remove Functor marker interfaces

2013-01-29 Thread Bruno P. Kinoshita
interfaces could be removed. They are not being used anywhere in the functor-core, but we would have to update the site.  Thoughts on this?  Thanks! [1] http://en.wikibooks.org/wiki/Haskell/Applicative_Functors Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

[functor] Change default arity of Function, Predicate and Procedure

2013-01-29 Thread Bruno P. Kinoshita
in [functor] to 1, rather than 0? Cheers   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [functor] Remove Functor marker interfaces

2013-01-29 Thread Bruno P. Kinoshita
.  Would some other nomenclature allow us to serve both purposes? +1 I'll think about some options for naming these marker interfaces. Thanks a lot for the quick response. Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-01-29 Thread Bruno P. Kinoshita
, but lambda doesn't provide nullary interfaces (or at least I couldn't find them in java.util.functions). Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org

[functor] Replace oac.functor.adapter package by static helper functions

2013-01-29 Thread Bruno P. Kinoshita
. Feel free to chime in if you have any suggestions about this :) Thanks in advance! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com  - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands

[ALL] jacoco-maven-plugin advantage over cobertura-maven-plugin (CODEC-161)

2013-01-30 Thread Bruno P. Kinoshita
jacoco too. In case someone would like to try, there is a sample project with junit + jacoco-maven-plugin in github [2]. Cheers, [1]  http://sourceforge.net/tracker/?func=detailaid=3097325group_id=130558atid=720015 [2] https://github.com/kinow/tests-for-coverage Bruno P. Kinoshita http

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-01-30 Thread Bruno P. Kinoshita
in [functor].   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Bruno P. Kinoshita brunodepau...@yahoo.com.br Cc: Commons Developers List dev@commons.apache.org Sent: Wednesday, January 30, 2013 1:29 PM Subject

Re: [math] Question regarding use of CM - who is using it?

2013-02-01 Thread Bruno P. Kinoshita
.: membership and [de]fuzzification). Some default membership functions will be packaged with nebular. These membership functions usually require simple math operations (power, sigma, max, min, etc), for which I'm using commons-math3 :-) All the best Bruno P. Kinoshita http://kinoshita.eti.br

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-11 Thread Bruno P. Kinoshita
in this commit, but will start new threads here in the mailing list :o) Thank you in advance! [1] https://github.com/kinow/functor [2] https://github.com/kinow/functor/commits/master Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Bruno P

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-11 Thread Bruno P. Kinoshita
Hi Matt! Great! I'll commit these changes tomorrow if there are no objections. Thanks!   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org Cc: Sent: Monday

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

2013-02-11 Thread Bruno P. Kinoshita
other trick to serialize my functions, than have to deal with problems with different versions of [functor] :-) Thanks!   [1] http://markmail.org/thread/3dpionbxkzyktrno Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Bruno P. Kinoshita

Re: svn commit: r1445005 - /commons/proper/functor/trunk/api/pom.xml

2013-02-11 Thread Bruno P. Kinoshita
explicit we will help users/developers, then I'm +1 for repeating the groupId :-) Should I revert this change then? (and perhaps this could be a good practice for multi-module commons components too?). Thanks [1] https://git-wip-us.apache.org/repos/asf/maven.git Bruno P. Kinoshita http

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-12 Thread Bruno P. Kinoshita
/BinaryOperator.html   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Benedikt Ritter brit...@apache.org To: Commons Developers List dev@commons.apache.org Cc: Sent: Tuesday, February 12, 2013 2:45 PM Subject: Re: [functor] Change default

Re: svn commit: r1445005 - /commons/proper/functor/trunk/api/pom.xml

2013-02-12 Thread Bruno P. Kinoshita
Ops, note to self: see the parent pom before posting to the mailing list or committing to SVN :) Sorry, I thought commons-functor-parent had already a groupId. Let me know what is the best choice then, and I'll update the trunk. Cheers   Bruno P. Kinoshita http://kinoshita.eti.br http

Re: svn commit: r1445005 - /commons/proper/functor/trunk/api/pom.xml

2013-02-12 Thread Bruno P. Kinoshita
. build-tools was also overriding the parent version, so I removed too. I hope I didn't make any mistakes now. Thanks! [1] http://svn.apache.org/viewvc?view=revisionrevision=r1445397   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: sebb seb

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-12 Thread Bruno P. Kinoshita
FUNCTOR-14 [1] and merge the branches with the trunk.  What do you think? I've created FUNCTOR-24 [2] for this issue. Thank you in advance, [1] https://issues.apache.org/jira/browse/FUNCTOR-14 [2] https://issues.apache.org/jira/browse/FUNCTOR-24   Bruno P. Kinoshita http://kinoshita.eti.br http

Re: svn commit: r1445397 - in /commons/proper/functor/trunk: build-tools/pom.xml pom.xml

2013-02-12 Thread Bruno P. Kinoshita
?    [1] http://svn.apache.org/r1445422 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: sebb seb...@gmail.com To: dev@commons.apache.org Cc: Sent: Tuesday, February 12, 2013 8:09 PM Subject: Re: svn commit: r1445397 - in /commons/proper/functor

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-15 Thread Bruno P. Kinoshita
). This applies to [functor] interfaces, any subclasses of Functor can be annotated with @FunctionalInterface and used with lambdas :) Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Benedikt Ritter benerit...@gmail.com To: Commons

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-15 Thread Bruno P. Kinoshita
meanings accross functional programming languages :) Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org; Bruno P. Kinoshita ki...@apache.org Sent: Friday

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-02-15 Thread Bruno P. Kinoshita
to the superinterface then, or stick with Functor.   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Bruno P. Kinoshita ki...@apache.org Cc: Commons Developers List dev@commons.apache.org Sent: Friday

Re: [VOTE] Release Commons Codec 1.8-RC4

2013-04-20 Thread Bruno P. Kinoshita
+1 (non-binding), all looks good. Apache Maven 3.0.4 Java 1.7.0_09 Debian 3.2.0-4-amd64 Cheers, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em sex, 19/4/13, Gary Gregory ggreg...@apache.org escreveu: De: Gary Gregory ggreg...@apache.org Assunto: [VOTE] Release

Re: [functor] Change default arity of Function, Predicate and Procedure

2013-05-14 Thread Bruno P. Kinoshita
Hi all, If there are no objections, I'll start working on this issue (FUNCTOR-24 [1]) and will commit the changes throughout the next days. Let me know if you have any thoughts on this, please :) Thanks! [1] https://issues.apache.org/jira/browse/FUNCTOR-24 Bruno P. Kinoshita http

Re: [pool] 1.x and TestGenericObjectPoolClassLoaders

2013-05-17 Thread Bruno P. Kinoshita
, platform encoding: UTF-8 OS name: linux, version: 3.8.0-21-generic, arch: amd64, family: unix Cheers, Bruno [1] https://gist.github.com/kinow/5600147 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em sex, 17/5/13, Mark Thomas ma...@apache.org escreveu: De: Mark Thomas ma

Re: [Followup][Graph] the future of commons-graph and modularization

2013-05-31 Thread Bruno P. Kinoshita
for the modularization branch to be merged first :) Cheers [1] http://svn.apache.org/viewvc/commons/proper/functor/trunk/ [2] http://builds.tupilabs.com/job/commons-graph-modularization/1/tasksResult/ Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com --- Em ter, 28/5/13, Simone Tripodi

Re: svn commit: r1493972 - /commons/sandbox/commons-digest-plugin/trunk/src/main/java/org/apache/commons/plugins/digest/DigestMojo.java

2013-06-17 Thread Bruno P. Kinoshita
Hi sebb,  I think there's a small typo in the Javadocs? s/wildard/wildcard/ Cheers Bruno From: s...@apache.org s...@apache.org To: comm...@commons.apache.org Sent: Monday, June 17, 2013 8:25 PM Subject: svn commit: r1493972 -

Re: [ALL] Improving Commons public relations

2013-07-07 Thread Bruno P. Kinoshita
a great week. [1] http://twitter.com/asf_releases [2] http://twitter.com/jenkins_release [3] http://github.com/tupilabs/asf_releases_aggregator Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Benedikt Ritter brit...@apache.org To: Commons

[functor] Statefulness of Limit and Offset

2011-10-25 Thread Bruno P. Kinoshita
Limit with same max and current values? Thank you in advance and sorry about the noise again. Cheers, Bruno P. Kinoshita

Re: [SANDBOX] Problem with mvn deploy

2011-10-27 Thread Bruno P. Kinoshita
in sandbox (DbUtils and Functor are in proper now I guess) use the image without the TM. Cheers, Bruno P. Kinoshita [1] http://commons.apache.org/commons-parent-pom.html. De: Simone Tripodi simonetrip...@apache.org Para: Commons Developers List dev@commons.apache.org

Re: [math] javadoc implicit formatting rules

2011-11-25 Thread Bruno P. Kinoshita
. Have a nice weekend, Bruno P. Kinoshita De: Sébastien Brisard sebastien.bris...@m4x.org Para: Commons Developers List dev@commons.apache.org Enviadas: Sexta-feira, 25 de Novembro de 2011 9:16 Assunto: Re: [math] javadoc implicit formatting rules One more

Re: [RELEASE PROCESS] Stability versus usability

2011-12-03 Thread Bruno P. Kinoshita
:-) Cheers,   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com De: Phil Steitz phil.ste...@gmail.com Para: Commons Developers List dev@commons.apache.org Enviadas: Sábado, 3 de Dezembro de 2011 23:22 Assunto: Re: [RELEASE PROCESS] Stability versus

Re: [functor] API, etc., review WAS Re: [VOTE][RESULT] Release Apache Commons Functor 1.0 based on RC1

2012-01-21 Thread Bruno P. Kinoshita
://sourceforge.net/p/nebular/blog/ Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Mensagem original - De: Matt Benson gudnabr...@gmail.com Para: Commons Developers List dev@commons.apache.org Cc: Enviadas: Sábado, 21 de Janeiro de 2012 1:28 Assunto: [functor] API, etc

Re: [SANDBOX][BeanUtils2] How to get rid of try/catch-blocks for expected exceptions in unit tests

2012-01-22 Thread Bruno P. Kinoshita
test to understand the context. So sorry if it has no relation with your issue :) Cheers, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Benedikt Ritter b...@systemoutprintln.de To: dev@commons.apache.org Sent: Sunday, 22 January 2012 3:11

[functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-22 Thread Bruno P. Kinoshita
, or a StoppableIntegerRange. Try creating a IntegerRange from 0 to Integer.MAX_VALUE and print the values with a UnaryProcedure... that may take some time :) Thank you in advance! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
if there is anything that could give us more understanding on the Generator API. This could be useful as documentation in the project website too. Thanks for your ongoing interest, Matt Thank you Matt! All the best, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
+state:results --- Hope that helps. Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Mensagem original - De: Matt Benson gudnabr...@gmail.com Para: Bruno P. Kinoshita brunodepau...@yahoo.com.br; dev@commons.apache.org Cc: Enviadas: Terça-feira, 24 de Janeiro de 2012

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
Sounds great for me too :) Cheers, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Mensagem original - De: Adrian Crum adrian.c...@sandglass-software.com Para: Commons Developers List dev@commons.apache.org Cc: Enviadas: Terça-feira, 24 de Janeiro de 2012 18

Re: [collections] Eclipse compiler problems

2012-01-30 Thread Bruno P. Kinoshita
info URL: http://svn.apache.org/repos/asf/commons/proper/collections/trunk Everything working fine here. Hope that helps :) Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Gary Gregory garydgreg...@gmail.com To: Commons Developers List dev

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-02-14 Thread Bruno P. Kinoshita
Cheers, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Adrian Crum adrian.c...@sandglass-software.com To: Commons Developers List dev@commons.apache.org Sent: Tuesday, 24 January 2012 7:21 PM Subject: Re: [functor] CharacterRange, FloatRange

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-02-15 Thread Bruno P. Kinoshita
, [1] https://issues.apache.org/jira/browse/FUNCTOR-14 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org; Bruno P. Kinoshita brunodepau...@yahoo.com.br

Re: Multimodule site publish

2013-08-22 Thread Bruno P. Kinoshita
Was going to mention that functor's website had the same problem. Building the website locally works fine too. https://issues.apache.org/jira/browse/FUNCTOR-25 From: Matt Benson gudnabr...@gmail.com To: James Carman ja...@carmanconsulting.com Cc: Commons

Re: [functor][FUNCTOR-14] Merge generators branch

2013-08-29 Thread Bruno P. Kinoshita
] After merging the branch I want to write a documentation web page for the Ranges  API in [functor]. Hopefully that will help users to understand what that means too. Does that help?  Thanks for looking into it :) Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: [COLLECTIONS] CollectionUtils.adapterCollection(CollectionE, TransformerA)?

2013-09-18 Thread Bruno P. Kinoshita
True, maybe with EachElement and a Procedure [1], or maybe IteratorToGeneratorAdapter, or something similar to the ArrayListBackedAggregator and some custom function :) Or maybe with something totally new. [1] https://gist.github.com/kinow/6617618 From: Matt

Re: [DISCUSS] Moving to Git...

2013-10-08 Thread Bruno P. Kinoshita
+1 to moving to git as well, and the workflow with a pull request + cherry picking or merging by a committer sounds good to me too :) Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: luc l...@spaceroots.org To: dev@commons.apache.org Sent

Re: [VOTE] Moving to Git...

2013-10-10 Thread Bruno P. Kinoshita
+1   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: James Carman ja...@carmanconsulting.com To: Commons Developers List dev@commons.apache.org Cc: Sent: Thursday, October 10, 2013 11:41 AM Subject: [VOTE] Moving to Git... All, We

Re: [VOTE] Move Apache Commons to Git for SCM...

2013-10-10 Thread Bruno P. Kinoshita
Looks like I've voted on the wrong thread, here's my vote +1   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: James Carman ja...@carmanconsulting.com To: Commons Developers List dev@commons.apache.org Cc: Sent: Thursday, October 10, 2013

Re: Apache Commons IRC Channel...

2013-10-14 Thread Bruno P. Kinoshita
I use X-Chat for Linux [1] and Windows [2] [1] http://xchat.org [2] http://www.silverex.org/news/ Bruno From: Gary Gregory garydgreg...@gmail.com To: Commons Developers List dev@commons.apache.org Sent: Monday, October 14, 2013 10:53 AM Subject: Re: Apache

Re: [SCXML] Proposal - drop Ant build support

2013-10-14 Thread Bruno P. Kinoshita
I'm +1 for this, but I think there are components that need this ant build for Debian packages... probably someone else can chime in and confirm if that's the case for scxml. Cheers,    Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Ate

Re: [CHALLENGE] Move All of Commons to the Dormant

2013-10-15 Thread Bruno P. Kinoshita
can help reviewing them. I will have a dev cycle to work on Apache projects after this weekend. If you have time maybe we can review some of these issues :o) Thanks!   [1] https://github.com/jenkinsci/jelly Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message

Re: Commons functor

2013-10-23 Thread Bruno P. Kinoshita
a PredicateProcedure. You can also use a ConditionalProcedure. Take a look in the adapter and core packages. If you can't find what you need in there, please file an issue in JIRA (patches welcome :o). Thanks! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

[functor] Add functor to svngit2jira

2013-10-23 Thread Bruno P. Kinoshita
://www.apache.org/dev/svngit2jira.html Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com  - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [SITE] Updating to fluido

2013-10-26 Thread Bruno P. Kinoshita
Hi Benedikt,  Did you have any luck with this? Next week I will have some spare time, maybe I can try to help on this.  Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Benedikt Ritter brit...@apache.org To: Commons Developers

Re: [functor] Add functor to svngit2jira

2013-10-26 Thread Bruno P. Kinoshita
Done! https://issues.apache.org/jira/browse/INFRA-6940 Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Benedikt Ritter brit...@apache.org To: Commons Developers List dev@commons.apache.org Cc: Sent: Friday, October 25, 2013 5:17 PM

Re: [SITE] Updating to fluido

2013-10-28 Thread Bruno P. Kinoshita
what log4j2's website sidebar and footer [1]  What do you think?  [1] http://logging.apache.org/log4j/2.x/ Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Thomas Neidhart thomas.neidh...@gmail.com To: Commons Developers List dev

Re: [SITE] Updating to fluido

2013-10-29 Thread Bruno P. Kinoshita
Thanks @Gary! @Thomas, take a look at https://github.com/netomi/commons-skin-fluido/pull/1. It  should fix the footer and sidebar width external link icon.  Let me know if that works. Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com

Re: [SITE] Updating to fluido

2013-10-29 Thread Bruno P. Kinoshita
any help porting parts of their website to commons-skin.  Cheers Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Thomas Neidhart thomas.neidh...@gmail.com To: Commons Developers List dev@commons.apache.org Sent: Tuesday, October 29, 2013 8

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

2013-10-30 Thread Bruno P. Kinoshita
Hi all,  I posted it in the mailing list some time ago and now I will have time to work on this during the next days. I've flled FUNCTOR-29 to work on this. Let me know if there are any objections to this. Thanks! [1] https://issues.apache.org/jira/browse/FUNCTOR-29   Bruno P. Kinoshita http

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

2013-11-01 Thread Bruno P. Kinoshita
Done! Thanks!   Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Original Message - From: Matt Benson gudnabr...@gmail.com To: Commons Developers List dev@commons.apache.org Cc: Sent: Thursday, October 31, 2013 1:09 PM Subject: Re: [functor] Keep Serializable

Re: [imagining] Checkstyle/line length

2013-11-01 Thread Bruno P. Kinoshita
+1 Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Gary Gregory garydgreg...@gmail.com To: Commons Developers List dev@commons.apache.org Sent: Friday, November 1, 2013 3:47 PM Subject: [imagining] Checkstyle/line length Hi All: While

Re: [site] Include latest release version / date for components

2013-11-01 Thread Bruno P. Kinoshita
?  Thanks! Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com   - Original Message - From: Thomas Neidhart thomas.neidh...@gmail.com To: Commons Developers List dev@commons.apache.org Cc: Sent: Friday, November 1, 2013 9:36 PM Subject: [site] Include latest release version

Re: I need a map for long and double

2013-11-05 Thread Bruno P. Kinoshita
Maybe Trove's TObjectMapLong?  [1] http://trove4j.sourceforge.net/javadocs/gnu/trove/map/TObjectLongMap.html   HTH,  Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com From: Gary Gregory garydgreg...@gmail.com To: Commons Developers List dev

Re: [collections] util class constructors

2013-11-10 Thread Bruno P. Kinoshita
+1  Cheers Bruno - Original Message - From: Matt Benson gudnabr...@gmail.com To: dev@commons.apache.org Cc: Sent: Sunday, November 10, 2013 6:16 PM Subject: [collections] util class constructors Historically we have included these for tools like Apache velocity, but these

  1   2   3   4   5   6   >