branch develop updated (8b60177 -> aea0c14)
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 8b60177 Optimize dependencies new cad16cf [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 56a1de8 [jgitflow-maven-plugin]updating poms for 3.0-alpha-7 branch with snapshot versions adds c739ea7 Prepare release new eeb143a Add missing license header new 3e0dcfb [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-7' with non-snapshot versions new 5a9e167 [jgitflow-maven-plugin]merging 'release/3.0-alpha-7' into 'master' new 20578ed [jgitflow-maven-plugin]merging 'master' into 'develop' new aea0c14 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 aea0c14ec4b4d10bd01b40f7c707acb33c1d6bb5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:57 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 20578ed3b024be957485a87b93baf13a050bb14c Merge: cad16cf 5a9e167 Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:56 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit cad16cf3c0e729b6b6f9ea91f92f933540d4b72e Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:54 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 5a9e1674aed959aac9b2c6610347ffb9d1e37600 Merge: 14c7dd6 3e0dcfb Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:51 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-alpha-7' into 'master' commit 3e0dcfba42dfd8e0d3f4e8cd09713417ef475bfb Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:06:59 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-7' with non-snapshot versions commit eeb143ace09e5b187b785a11f9cc11e6801142bc Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:06:46 2016 +0200 Add missing license header Summary of changes: .../templates/ApplicationConfigTransformer.java | 22 ++++++++++++++++++++++ eugene-maven-plugin/pom.xml | 9 +++++++-- .../plugin/GenerateApplicationConfigMojo.java | 2 +- pom.xml | 7 +++++++ 4 files changed, 37 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit eeb143ace09e5b187b785a11f9cc11e6801142bc Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:06:46 2016 +0200 Add missing license header --- .../templates/ApplicationConfigTransformer.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/eugene-config-templates/src/main/java/org/nuiton/eugene/config/templates/ApplicationConfigTransformer.java b/eugene-config-templates/src/main/java/org/nuiton/eugene/config/templates/ApplicationConfigTransformer.java index 4742ff6..dedcb25 100644 --- a/eugene-config-templates/src/main/java/org/nuiton/eugene/config/templates/ApplicationConfigTransformer.java +++ b/eugene-config-templates/src/main/java/org/nuiton/eugene/config/templates/ApplicationConfigTransformer.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.config.templates; +/*- + * #%L + * EUGene :: Config templates + * %% + * Copyright (C) 2016 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 3e0dcfba42dfd8e0d3f4e8cd09713417ef475bfb Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:06:59 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-7' with non-snapshot versions --- eugene-config-templates/pom.xml | 2 +- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eugene-config-templates/pom.xml b/eugene-config-templates/pom.xml index c167a15..83091d7 100644 --- a/eugene-config-templates/pom.xml +++ b/eugene-config-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 7283dfe..ce4a99c 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 01c695d..e982927 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 213b30b..73bdd01 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index 38b1000..ce5cd02 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index cebdde3..44a2420 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index 1dee21b..f5dfa81 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-alpha-7-SNAPSHOT</version> + <version>3.0-alpha-7</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 5a9e1674aed959aac9b2c6610347ffb9d1e37600 Merge: 14c7dd6 3e0dcfb Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:51 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-alpha-7' into 'master' eugene-config-templates/LICENSE.txt | 165 + eugene-config-templates/README.md | 0 .../pom.xml | 47 +- .../src/license/THIRD-PARTY.properties | 21 + .../templates/ApplicationConfigTransformer.java | 314 + eugene-config-templates/src/site/fr/rst/index.rst | 33 + eugene-config-templates/src/site/rst/index.rst | 33 + eugene-config-templates/src/site/site_en.xml | 54 + eugene-config-templates/src/site/site_fr.xml | 58 + eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 28 +- .../plugin/GenerateApplicationConfigMojo.java | 406 + .../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 ++ eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- .../main/java/org/nuiton/eugene/GeneratorUtil.java | 27 + .../main/java/org/nuiton/eugene/Transformer.java | 2 +- pom.xml | 29 +- 22 files changed, 23005 insertions(+), 11 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit cad16cf3c0e729b6b6f9ea91f92f933540d4b72e Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:54 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- eugene-config-templates/pom.xml | 2 +- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eugene-config-templates/pom.xml b/eugene-config-templates/pom.xml index 8673e5c..83091d7 100644 --- a/eugene-config-templates/pom.xml +++ b/eugene-config-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 1c2950f..ce4a99c 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index d35842d..0680108 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 8dfbcd3..73bdd01 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index aec2638..ce5cd02 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index 5e0498f..44a2420 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index 9b2f645..f164a61 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-7</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 20578ed3b024be957485a87b93baf13a050bb14c Merge: cad16cf 5a9e167 Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:56 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../templates/ApplicationConfigTransformer.java | 22 ++++++++++++++++++++++ eugene-maven-plugin/pom.xml | 9 +++++++-- .../plugin/GenerateApplicationConfigMojo.java | 2 +- pom.xml | 7 +++++++ 4 files changed, 37 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit aea0c14ec4b4d10bd01b40f7c707acb33c1d6bb5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Sep 20 10:08:57 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- eugene-config-templates/pom.xml | 2 +- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eugene-config-templates/pom.xml b/eugene-config-templates/pom.xml index 83091d7..8673e5c 100644 --- a/eugene-config-templates/pom.xml +++ b/eugene-config-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index ce4a99c..1c2950f 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index e982927..a5fcf38 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 73bdd01..8dfbcd3 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index ce5cd02..aec2638 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index 44a2420..5e0498f 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index f5dfa81..3e3b087 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-alpha-7</version> + <version>3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm