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 < [email protected]> 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<>(); >> == >> >> >>
