This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from ce30b4d Merge branch 'feature/3740_missing_ids_in_css' into 'develop-2.x' adds 4d0bc71 fixes #3980 Be able to use java 8 lambda syntax at least in construtor's bodies adds c1eb3ff Merge branch 'feature/3980_lmbda_in_handlers-constructor' into 'develop-2.x' No new revisions were added by this update. Summary of changes: .../java/jaxx/compiler/java/parser/JavaParser.java | 67 ++++------------------ .../compiler/java/parser/JavaParserConstants.java | 2 +- .../java/org/nuiton/jaxx/plugin/LambdaTest.java | 17 ++++++ .../TypeReference.jaxx => lambdaTest/Lambda.jaxx} | 2 +- .../Bug_1750.xml => lambdaTest/Lambda.xml} | 6 +- .../jaxx/plugin/lambdaTest/LambdaHandler.java | 44 ++++++++++++++ 6 files changed, 77 insertions(+), 61 deletions(-) create mode 100644 jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java copy jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/{compilerTest/classReferences/TypeReference.jaxx => lambdaTest/Lambda.jaxx} (98%) copy jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/{bug1750Test/Bug_1750.xml => lambdaTest/Lambda.xml} (89%) create mode 100644 jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.