This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 83e0898 Use EUGene new stereotypes and tag values API (Fixes #4043) Merge branch 'feature/4043' into develop new 7df046b Use latest apis from eugene + clean code (See #4043) The 1 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 7df046b3a4e8b6ab26cfbc181ef8135b630f566f Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 2 19:18:26 2016 +0200 Use latest apis from eugene + clean code (See #4043) Summary of changes: pom.xml | 6 + topia-templates/pom.xml | 13 + .../templates/ApplicationContextTransformer.java | 19 +- .../topia/templates/BinderHelperTransformer.java | 4 +- .../topia/templates/EntityDaoTransformer.java | 29 +-- .../topia/templates/EntityEnumTransformer.java | 18 +- .../templates/EntityHibernateMappingGenerator.java | 9 +- .../nuiton/topia/templates/EntityTransformer.java | 277 ++++++++++----------- .../templates/PersistenceContextTransformer.java | 32 ++- .../topia/templates/TopiaCoreStereoTypes.java | 24 +- .../nuiton/topia/templates/TopiaCoreTagValues.java | 42 +++- .../topia/templates/TopiaHibernateTagValues.java | 75 +++--- .../nuiton/topia/templates/TopiaJavaValidator.java | 6 +- .../topia/templates/TopiaTemplateHelper.java | 16 +- .../i18n/topia-templates_en_GB.properties | 40 +++ .../i18n/topia-templates_fr_FR.properties | 40 +++ 16 files changed, 381 insertions(+), 269 deletions(-) create mode 100644 topia-templates/src/main/resources/i18n/topia-templates_en_GB.properties create mode 100644 topia-templates/src/main/resources/i18n/topia-templates_fr_FR.properties -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.