You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2015/04/24 17:02:47 UTC

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

Not putting this into the jira issue, as it's not related, but with java 
1.8, construction of generic objects is nicer.

==
Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
==


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

Posted by Pierre Smits <pi...@gmail.com>.
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, Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> 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 :
>
>> Not putting this into the jira issue, as it's not related, but with java
>> 1.8, construction of generic objects is nicer.
>>
>> ==
>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>> ==
>>
>>
>>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 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 issue
>>
>> Jacques
>>
>> Le 29/04/2015 12:46, Jacques Le Roux a écrit :
>>> 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 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 :
>>>>> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>>>>>
>>>>> ==
>>>>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>>>>> ==
>>>>>
>>>>>
>>>>
>>>
>>
>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 issue
>
> Jacques
>
> Le 29/04/2015 12:46, Jacques Le Roux a écrit :
>> 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 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 :
>>>> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>>>>
>>>> ==
>>>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>>>> ==
>>>>
>>>>
>>>
>>
>


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 issue
>
> Jacques
>
> Le 29/04/2015 12:46, Jacques Le Roux a écrit :
>> 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 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 :
>>>> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>>>>
>>>> ==
>>>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>>>> ==
>>>>
>>>>
>>>
>>
>


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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: 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 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 :
>>> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>>>
>>> ==
>>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>>> ==
>>>
>>>
>>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 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 :
>> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>>
>> ==
>> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
>> ==
>>
>>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
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 :
> Not putting this into the jira issue, as it's not related, but with java 1.8, construction of generic objects is nicer.
>
> ==
> Map<String, List<Map<String, Object>>> myVar = new HashMap<>();
> ==
>
>