Re: java 1.5 additions

2007-09-23 Thread Adam Heath
Jacopo Cappellato wrote: > Hi Adam, > > Adam Heath wrote: >> ... >> >> ps: My work continues on adding java 1.5 features to ofbiz. I'm adding >> generics markup to all of framework/. I'm also using enhanced for >> loops, Integer.valueOf(in place of parseInt), auto-boxing, >> StringBuilder, etc).

Re: java 1.5 additions

2007-09-23 Thread Jacques Le Roux
Yes this is really a good new. There are already many issues pending. We try to do our best. Making issues easier for committers to review and test is really appreciated. Thanks Jacques De : "Jacopo Cappellato" <[EMAIL PROTECTED]> > Hi Adam, > > Adam Heath wrote: > > ... > > > > ps: My work co

Re: java 1.5 additions

2007-09-22 Thread Jacopo Cappellato
Hi Adam, Adam Heath wrote: ... ps: My work continues on adding java 1.5 features to ofbiz. I'm adding generics markup to all of framework/. I'm also using enhanced for loops, Integer.valueOf(in place of parseInt), auto-boxing, StringBuilder, etc). > pps: While doing this work, I'm also doi

Re: java 1.5 additions

2007-09-22 Thread Tim Ruppert
Adam, this amount of working thru everything is going to be a HUGE win for OFBiz IMHO. My only recommendation is to start submitting them in SMALL batches. No one is going to go thru a 20K patch file and be certain of ANYTHING that happened. And without more tests on this code base - it'

java 1.5 additions

2007-09-22 Thread Adam Heath
Last week, I asked about whether using java 1.5 features was allowed; the response I got was ok. So, I've gone to town, adding lots of stuff to the framework code. While doing so, I've come upon a few questions I need to ask. First, what is the policy on read-only maps? The entity and service e