commons-collections integrated into OpenSolaris

2009-09-14 Thread Jin James Wan
I have integrated commons-collections version 3.2.1 into Solaris Nevada build 119 The code review webrev is located here: http://cr.opensolaris.org/~bjwancn/commons-collections/ The integrated code is here: http://src.opensolaris.org/source/xref/sfw/usr/src/lib/commons-collections/ http://src.o

[collections] JIRA merge

2009-09-14 Thread Henri Yandell
Question becomes what to do with the two JIRA projects that are now one. My suggestion: --- Rename 3.3 to 4.0 Bulk edit Generics version to 4.0 Delete Generics version --- Hen - To unsubscribe, e-mail: dev-unsubscr...@commons.a

Re: [collections] merging collections - DONE

2009-09-14 Thread Jörg Schaible
Henri Yandell wrote at Dienstag, 15. September 2009 08:07: > On Sun, Sep 13, 2009 at 9:08 PM, Henri Yandell wrote: > >> >> Tests compile (under Maven). 4 serialization ones fail when running - >> will dig into. Might be a merging issue with .obj files and id values >> in classes. > > Fixed thes

Re: [collections] merging collections

2009-09-14 Thread Henri Yandell
As you can see from the svn commit spam, I went with a variant of b). Initially doing some large commits for files that hadn't had much change on the branch, and then doing a per file commit with additional logging for the specific changes. Apologies for the spam, but I think it'll be worth it in t

[collections] merging collections - DONE

2009-09-14 Thread Henri Yandell
On Sun, Sep 13, 2009 at 9:08 PM, Henri Yandell wrote: > > Tests compile (under Maven). 4 serialization ones fail when running - > will dig into. Might be a merging issue with .obj files and id values > in classes. Fixed these btw by setting serialVersionUIDs to the previous values as they didn't

[continuum] BUILD FAILURE: Commons - Commons Collections -

2009-09-14 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=213803&projectId=160 Build statistics: State: Failed Previous State: Ok Started at: Mon 14 Sep 2009 22:32:50 -0700 Finished at: Mon 14 Sep 2009 22:33:44 -0700 Total time: 54s Build Trigger: Schedule Build

[Commons Wiki] Update of "MathWishList" by PhilSteitz

2009-09-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by PhilSteitz: http://wiki.apache.org/commons/MathWishList The comment on the change is: Replace dead link with one that is at least alive today --

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2009-09-14 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community integration

Re: svn commit: r814633 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/util/ListGetExecutor.java

2009-09-14 Thread sebb
On 14/09/2009, Henrib wrote: > > > > sebb-2-2 wrote: > > > > Is there a test case which exposes the old (bad) behaviour? > > > > > I stumbled on the problem whilst fixing JELLY / JEXL integration. > I'll add test cases for tryInvoke on all Getters/Setters momentarily. OK, thanks. > > -- >

Re: svn commit: r814633 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/util/ListGetExecutor.java

2009-09-14 Thread Henrib
sebb-2-2 wrote: > > Is there a test case which exposes the old (bad) behaviour? > I stumbled on the problem whilst fixing JELLY / JEXL integration. I'll add test cases for tryInvoke on all Getters/Setters momentarily. -- View this message in context: http://www.nabble.com/svn-commit%3A-r81

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-09-14 Thread commons-jelly-tags-fmt development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community integrat

Re: svn commit: r814633 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/util/ListGetExecutor.java

2009-09-14 Thread sebb
On 14/09/2009, hen...@apache.org wrote: > Author: henrib > Date: Mon Sep 14 13:25:05 2009 > New Revision: 814633 > > URL: http://svn.apache.org/viewvc?rev=814633&view=rev > Log: > fix tryExecute which was not using the index argument Is there a test case which exposes the old (bad) behaviour

[g...@vmgump]: Project commons-jelly-test (in module commons-jelly) failed

2009-09-14 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-test has an issue affecting its community integration. This

Re: [JELLY] Branch to prepare for JEXL-2.0 enhancements?

2009-09-14 Thread Paul Libbrecht
Henri, this would be welcome but it might be quite hard since jelly and maven 1 have been living hand in hand for a long time and there's still a huge lot of maven.xml code in the many jelly projects. Le 14-sept.-09 à 15:54, Henrib a écrit : It might be convenient to create a branch in Jelly

[JELLY] Branch to prepare for JEXL-2.0 enhancements?

2009-09-14 Thread Henrib
It might be convenient to create a branch in Jelly to update it to Maven2 and prepare for JEXL-2.0. I'd also wish to update to Java 1.5 and try to reduce dependencies if it's possible. Any "against" opinions ? I haven't tried (yet:-)) but out of curiosity, does JELLY require different commit right

Re: [jexl] has ExpressionFactory disappeared? (was Re: [g...@vmgump]: Project commons-jelly (in module commons-jelly) failed)

2009-09-14 Thread Henrib
There was more than just the JexlArithmetic problemfrom what I could gather; Exception handling was also a bit different. Things should be in order now. URL: http://svn.apache.org/viewvc?rev=814637&view=rev Log: Made {Expression,Script}Factory use a specialized 'legacy' interpreter that more st

Re: [JEXL] 2.0 incompatible change of number coercion behaviour

2009-09-14 Thread Henrib
I fixed the 'regression' (in Jelly terms); I believe this implements what you suggest. URL: http://svn.apache.org/viewvc?rev=814634&view=rev Log: When arithmetic operations are performed on 'natural' types, do not narrow to Long if either argument is BigInteger and do not narrow to Integer if ei

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-09-14 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati