Discussion: Moving to Java 7

2013-12-07 Thread Adrian Crum
Support for Java 6 is fading: http://java.com/en/download/faq/java_6.xml We need to discuss moving OFBiz over to Java 7. I have been building and running OFBiz R13 on Oracle Java 7 for over a month, and there were some minor compilation problems, but they were easy to fix. What do you

Re: Discussion: Moving to Java 7

2013-12-07 Thread Jacques Le Roux
I think it's safe to move over to Java 7 without any changes. I have run OFBiz locally - dev mode - for a long time using Java 7, until recently where I moved back to Java 6 for other reasons. What will be quite interesting is moving to Java 8, which IMO, we should consider ASAP as it will be

Re: Discussion: Moving to Java 7

2013-12-07 Thread Scott Gray
Then much more changes can be envisionned... Such as? Regards Scott On 7/12/2013, at 1:39 PM, Jacques Le Roux wrote: I think it's safe to move over to Java 7 without any changes. I have run OFBiz locally - dev mode - for a long time using Java 7, until recently where I moved back to Java

Re: Discussion: Moving to Java 7

2013-12-07 Thread Taher Alkhateeb
Hi All, For my two cents, the most substantial change I've observed in JDK 8 is: - lambda (or closures, or whatever they call them these days) - getting rid of permgen which is something I really hate, we probably all met the java.lang.OutOfMemoryError - bulk ops on java collections using

Re: Discussion: Moving to Java 7

2013-12-07 Thread Jacques Le Roux
Scott, thanks to ask, Taher, yes! I missed your points 2 4, which come free. The reference being http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html and http://cr.openjdk.java.net/~briangoetz/lambda/lambda-libraries-final.html With a good abstract at

Re: Discussion: Moving to Java 7

2013-12-07 Thread Ean Schuessler
I've also had good luck running on Java 7. - Jacques Le Roux jacques.le.r...@les7arts.com wrote: I think it's safe to move over to Java 7 without any changes. I have run OFBiz locally - dev mode - for a long time using Java 7, until recently where I moved back to Java 6 for other reasons.

Re: Discussion: Moving to Java 7

2013-12-07 Thread Jacopo Cappellato
+1 I am also running Java 7 in my local (dev) box without problems since a couple of months. I think we should migrate the trunk but also the 13.07 release branch because we will issue releases until 2016. Jacopo On Dec 7, 2013, at 1:33 PM, Adrian Crum adrian.c...@sandglass-software.com