Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-30 Thread Jacques Le Roux
Unless you use IBM ... https://www.voxxed.com/blog/2015/04/reminder-april-marked-the-end-of-public-support-for-java-7-support/ Jacques Le 29/04/2015 19:23, Jacques Le Roux a écrit : Ha no it's already fixed with OFBIZ-6309 https://issues.apache.org/jira/browse/OFBIZ-6309, I have some backlog

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Jacques Le Roux
Ha forgot: https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22java%208%22%20ORDER%20BY%20updated%20DESC So with https://issues.apache.org/jira/browse/OFBIZ-6300 patch committed we should be OK Jacques Le 29/04/2015 12:44, Jacques Le Roux a écrit : BTW we

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Jacques Le Roux
BTW we should focus on switching to Java 8 before anything else. In 2 days Java 7 will no longer be supported, think security... It's should be OK now, but must be done officially Jacques PS: my last call was http://markmail.org/message/fs36a4tkwfm42vhk Le 24/04/2015 17:02, Adam Heath a écrit

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Pierre Smits
That can be a switchover for the Next Branch. Given the many refactorings going on. Best regards, Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Wed, Apr 29, 2015 at 12:44 PM,

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Jacques Le Roux
Ha no it's already fixed with OFBIZ-6309 https://issues.apache.org/jira/browse/OFBIZ-6309, I have some backlog to read... Jacques Le 29/04/2015 19:20, Jacques Le Roux a écrit : Seems we have another case https://issues.apache.org/jira/browse/OFBIZ-6313 I will group them under an umbrella

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Jacques Le Roux
Ha no it's already fixed with OFBIZ-6309 https://issues.apache.org/jira/browse/OFBIZ-6309, I have some backlog to read... Jacques Le 29/04/2015 19:20, Jacques Le Roux a écrit : Seems we have another case https://issues.apache.org/jira/browse/OFBIZ-6313 I will group them under an umbrella

Re: java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-29 Thread Jacques Le Roux
Seems we have another case https://issues.apache.org/jira/browse/OFBIZ-6313 I will group them under an umbrella issue Jacques Le 29/04/2015 12:46, Jacques Le Roux a écrit : Ha forgot:

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14510624#comment-14510624 ] Nicolas Malin commented on OFBIZ-6298: -- {quote} [~deepak] : We should use the

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Deepak Dixit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14510632#comment-14510632 ] Deepak Dixit commented on OFBIZ-6298: - Hi Nicolas, Its [~deepak.dixit] :) Java

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14510635#comment-14510635 ] Nicolas Malin commented on OFBIZ-6298: -- Arff, sorry Java collection use optimized

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Ron Wheeler (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14510954#comment-14510954 ] Ron Wheeler commented on OFBIZ-6298: Since Java 7 is coming to EOL, this might be a

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Nicolas Malin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511096#comment-14511096 ] Nicolas Malin commented on OFBIZ-6298: -- Interesting, Ron can you give a link for doc

java 1.8 features: Re: [jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Adam Heath
Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer. == MapString, ListMapString, Object myVar = new HashMap(); ==

[jira] [Commented] (OFBIZ-6298) Java collection use optimized

2015-04-24 Thread Ron Wheeler (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511179#comment-14511179 ] Ron Wheeler commented on OFBIZ-6298: