This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from d83681b [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 582dd02 Add method to convert constant name to identifier name (Fixes #4035) new 46449db Add a new mojo to generate application config (Fixes #4036) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 46449dbe3a35761c700d67412f0e383ddf843fbc Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Sep 15 14:52:43 2016 +0200 Add a new mojo to generate application config (Fixes #4036) commit 582dd022aa6b6be46fcb300c8a3d1492a92c815e Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Sep 15 14:49:55 2016 +0200 Add method to convert constant name to identifier name (Fixes #4035) Summary of changes: {eugene => eugene-config-templates}/LICENSE.txt | 0 .../README.md | 0 .../pom.xml | 30 +- .../src/license/THIRD-PARTY.properties | 0 .../templates/ApplicationConfigTransformer.java | 255 + .../src/site/fr/rst/index.rst | 6 +- .../src/site}/rst/index.rst | 6 +- .../src/site/site_en.xml | 0 .../src/site/site_fr.xml | 0 eugene-maven-plugin/pom.xml | 21 + .../plugin/GenerateApplicationConfigMojo.java | 392 + .../plugin/parser/java/Java8BaseVisitor.java | 1699 ++ .../eugene/plugin/parser/java/Java8Lexer.java | 601 + .../eugene/plugin/parser/java/Java8Parser.java | 18030 +++++++++++++++++++ .../eugene/plugin/parser/java/Java8Visitor.java | 1461 ++ .../main/java/org/nuiton/eugene/GeneratorUtil.java | 27 + pom.xml | 21 + 17 files changed, 22540 insertions(+), 9 deletions(-) copy {eugene => eugene-config-templates}/LICENSE.txt (100%) copy {eugene-yaml-templates => eugene-config-templates}/README.md (100%) copy {eugene-yaml-templates => eugene-config-templates}/pom.xml (69%) copy {eugene-yaml-templates => eugene-config-templates}/src/license/THIRD-PARTY.properties (100%) create mode 100644 eugene-config-templates/src/main/java/org/nuiton/eugene/config/templates/ApplicationConfigTransformer.java copy {eugene-yaml-templates => eugene-config-templates}/src/site/fr/rst/index.rst (92%) copy {eugene-yaml-templates/src/site/fr => eugene-config-templates/src/site}/rst/index.rst (92%) copy {eugene-yaml-templates => eugene-config-templates}/src/site/site_en.xml (100%) copy {eugene-yaml-templates => eugene-config-templates}/src/site/site_fr.xml (100%) create mode 100644 eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/GenerateApplicationConfigMojo.java create mode 100644 eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/parser/java/Java8BaseVisitor.java create mode 100644 eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/parser/java/Java8Lexer.java create mode 100644 eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/parser/java/Java8Parser.java create mode 100644 eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/parser/java/Java8Visitor.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.