Hello. It seems that Drools 5.5 experiences problems translating RHS code with Java 7 syntax, while it's running with JDK 1.7. For example, literal numbers with thousand separator of form "10_000" are detected as errors, and generics forms like List l = new ArrayList<>(); is also refused because of the <> that must be removed. Is it a natural behavior or is there a way to majke it use a Java 7 aware parser ? Thanks for your help. Regards.

View this message in context: Drools 5.5 and Java 7 syntax
Sent from the Drools: User forum mailing list archive at Nabble.com.