ssimitrov Posted December 24, 2015 Report Share Posted December 24, 2015 Are there any plans on supporting Java 8? We find that the parser chokes on simple closures. Link to comment Share on other sites More sharing options...
calbzam Posted January 7, 2016 Report Share Posted January 7, 2016 Hi, Yes, it seems that we don´t support some of the new Java 8 features. we will try to add them as soon as possible. Could you confirm that you are having trouble with alll of the new Java 8 features? http://www.javacodegeeks.com/2014/03/8-new-features-for-java-8.html Regards, Carlos. Link to comment Share on other sites More sharing options...
mojocinn Posted May 24, 2016 Report Share Posted May 24, 2016 We would love to see support for Java 8. The parser fails on nearly everything that is part of the functional Java syntax - the most important constructs from our perspective are: lambdas (a -> a + 3, a -> { int c = a+3; return c; }) references to methods (Class::toString, this::toString) Link to comment Share on other sites More sharing options...
calbzam Posted January 26, 2017 Report Share Posted January 26, 2017 Hello, We are releasing the new Semantic Merge version 2.0.98.0 and we are happy to announce that it includes support for Java 8 in Windows platform. You can download it at www.semanticmerge.com Best regards, Carlos. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.