This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 9ac577135e8bc416e5d7a58793d95a2fd086da0a Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 11 11:52:33 2016 +0100 Update parent pom --- topia-service-replication/README.txt => README.md | 0 pom.xml | 8 ++- topia-templates/README.txt => topia-it/README.md | 0 .../README.txt => topia-junit/README.md | 0 .../README.txt => topia-persistence/README.md | 0 topia-persistence/changelog.txt | 67 ---------------------- topia-service-csv/{README.txt => README.md} | 0 topia-service-csv/changelog.txt | 63 -------------------- topia-service-flyway/{README.txt => README.md} | 0 .../README.md | 0 .../README.md | 0 README.txt => topia-service-replication/README.md | 0 topia-service-replication/changelog.txt | 2 - topia-it/README.txt => topia-templates/README.md | 0 14 files changed, 6 insertions(+), 134 deletions(-) diff --git a/topia-service-replication/README.txt b/README.md similarity index 100% rename from topia-service-replication/README.txt rename to README.md diff --git a/pom.xml b/pom.xml index 0ae5a9b..7295f4c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2004 - 2013 CodeLutin, Chatellier Eric + Copyright (C) 2004 - 2016 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>9</version> </parent> <artifactId>topia</artifactId> @@ -258,6 +258,10 @@ <siteSourcesType>rst</siteSourcesType> + <ciViewId>ToPIA</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> </properties> <dependencyManagement> diff --git a/topia-templates/README.txt b/topia-it/README.md similarity index 100% rename from topia-templates/README.txt rename to topia-it/README.md diff --git a/topia-service-liquibase/README.txt b/topia-junit/README.md similarity index 100% rename from topia-service-liquibase/README.txt rename to topia-junit/README.md diff --git a/topia-service-migration/README.txt b/topia-persistence/README.md similarity index 100% rename from topia-service-migration/README.txt rename to topia-persistence/README.md diff --git a/topia-persistence/changelog.txt b/topia-persistence/changelog.txt deleted file mode 100644 index 2506b97..0000000 --- a/topia-persistence/changelog.txt +++ /dev/null @@ -1,67 +0,0 @@ -2.2.0 -* add a EntityOperatorStore to share operators -* migrate to nuiton (relocate coordinates) -* introduce TopiaEntityOperator api -* refactor EntityEnumContract to TopiaEntityEnum -* introduce Collector api (and gives some implementations in TopiaEntityHelper) -* add generateOperatorForDAOHelper tagValue on model to enable operator feature in dao helper -* add algorithm to build diff between two list of entities (DiffState) -* improve TopiaDAO and TopiaDAOImpl code, and add findAllIds method - -* 20090605 [desbois] - add DAO developper implementation support (<<dao>> stereotype on entity operation) -* 20090604 [desbois] - suppress Flatfile support - - suppress TopiaDAODelegator, packages persitence.flatfile and persistence.hibernate - - merge TopiaDAOAbstract and TopiaDAOHibernate - - modify generated DAO which inherits of TopiaDAOAbstract by default (instead of TopiaDAODelegator) - - modify in TopiaContextImpl (no configuration can be used to define DAO implementation) -* 20090604 [desbois] - resolve issue of NMultiplicity relation between two entities with inheritance (DAOAbsractGenerator delete method generation) -* 20090528 [desbois] - resolve issue of NMultiplicity on attribute with primitive type (like String) -* 20090520 [desbois] - add DTO generation with BeanGenerator - -2.1.5 - -* 20090504 [chemit] - suppress deprecated class TopiaEntityEnumEntry - - improve TopiaEntityAbstract (fix javadoc, add @Override) - -2.1.4 xxxx 200903xx -* 20090418 [chemit] - suppress deprecated generators - - add a BeanGenerator - - add methods isXXXEmpty on association in generated entities -* 20090317 [chatellier] Change tagValue from "orderBy" to "order-by" - -2.1.3 chemit 20090220 -* 20090210 [chatellier] - add first letter capitalize on model name use -* 20090129 [chemit] - add methods in TopiaGeneratorUtil class to optimize imports -* 20090129 [thimel] - Refactor generators (part1 : remove any methods calls in <%=...%>) -* 20090129 [thimel] - Renamed GeneratorUtil to TopiaGeneratorUtil -* 20090128 [bpoussin] - introduce Visitor design pattern on generated TopiaEntityAbstract -* 20090126 [chemit] - refactor poms (all dependencies in parent-pom dependencyManagment) -* 20090126 [chemit] - add somes junit tests to check none-regression when modify ToPIA's templates. - - fix generation bug (notNull could ne null (line 226 EntityHibernateMappingGenerator) -* 20090116 [chemit] - fix a NPE of TopiaDAOFlatFile when do a putAll on a map with some null values on entries. - - ajout des methodes replicate et replicateEntities sur TopiaContext car les methodes existantes - importXML et exportXML ne peuvent pas prendre en compte tous les cas possibles (et on a peut-être - pas envie de passer par du xml...) -2.1.2 chemit 20090115 -* 20090115 [chemit] - pour le moment pas d'embed-xml sur les association multiples -* 20090114 [chemit] - improve exportXML (prepare queries then executes then when parameters are known to be fine) -* 20090106 [chemit] - amélioration du générateur de mapping hibernate : - - génération des clefs metier dans le mapping hibernate via la tag value naturalId - - mise en constantes des tagValues utiliser dans le génératuer du mapping hibernate - - ajout du tagValue notNull pour le mapping hibernate - - changement du tagValue order-by en orderBy car sinon on récupère order au lieu de order-by - - ajout de la méthode obtainProgperties sur la classe Loador pour recuperer la map des propriétés à binder - (car pour les clef métiers on doit les ajouter à la création sinon hibernate pleure...) -* 20090104 [chemit] - utilisation foreach dans les générateurs - - ajout de méthode getXXXByTopiaId pour les attributs à multiplicité dans les entités (interface et abstract) - - fix generic dans les méthodes générées - - ajout d'un tagValue i18n pour générer dans les entités abstraites les chaines i18n - - ajout d'un paquetage org.codelutin.topia.persistence.util avec du code utile :) (javadoc a faire...) - -2.1.1 chemit 20081215 -* 20081215 [chemit] - new release for isis-fish :) -* 20081212 [chemit] - add a InterfaceGenerator to generate simple with no stereotype interfaces. - -2.1.0 chemit 20081210 -* 20081205 [chemit] - improve poms, use lutinproject 3.2 - - add some usefull methods in TopiaUtil to help with regex on topiaId expression diff --git a/topia-service-csv/README.txt b/topia-service-csv/README.md similarity index 100% rename from topia-service-csv/README.txt rename to topia-service-csv/README.md diff --git a/topia-service-csv/changelog.txt b/topia-service-csv/changelog.txt deleted file mode 100644 index d152780..0000000 --- a/topia-service-csv/changelog.txt +++ /dev/null @@ -1,63 +0,0 @@ -2.2.1 chemit 20090903 - - * [FIX #38] manual migration service does not work on windows OS - * [FEATURE #40] clean manual migration service - * [FEATURE #42] add i18n in migration service - --- chemit -- Thu, 03 Sep 2009 18:51:54 +0200 - -2.2.0 - * integrate in ToPIA project as org.nuiton.topia:topia-service-migration - * introduce a simpler migration service ManualMigrationEngine - - do only manual sql migration (using ToPIA persistence api) - - use only one callback handler of type ManualMigrationCallback - - use a ToPIA TMSVersion entity in package org.nuiton.migration - -1.1.0 - * migrate to nuiton - -1.0.3 chemit 20090511 - * bump versions (lutinproject, lutinutil, topia, maven-license-switcher-plugin) - * use doxia-modules-jrst instead of maven-jrst-plugin - * improve download section on site - -1.0.2 chemit 20090220 -* 20090220 [chemit] - use lutinproject 3.4 - -1.0.1 chemit 20081215 -* 20081215 [chemit] - new release for isis-fish :) follow release of topia - -1.0 chemit 20081210 - * 20081205 [chemit] - improve poms, use lutinproject 3.2, migrate tests to JUnit4 - -0.9.1 - * [chatellier] Correction d'un bug de recherche de mapping sous windows (\) - -0.9 - * <chemit> use lutinproject 3.0 + clean pom + use topia 2.0.27 - * <poussin> modif dans service de migration pour permettre a l'app de - faire la migration via le callback - -0.8 - - * 20071120 [chatellier] update topia-service site - * 20071115 [chatellier] apply hibernate code style to open/close session and - transaction - * 20071115 [chatellier] refractoring separate specifique topia service - and real migration code - * 20071115 [chatellier] add schema existance detection support - and dont migrate if there is no table - * 20071111 [chatellier] add support for callback handler - * 20071111 [chatellier] use cascade to calculate dependencies order - * 20071109 [chatellier] change schema creation process to - correct duplicate foreign key creation - * 20071109 [chatellier] add inherit support to calculate dependancies - -0.6 ??? ??? - - * 20070426 [chatellier] use lutinutil.Resources.getUrls() to get mappings - * 20070426 [chatellier] change finder migration to use Class.forName() - * 20070420 [chatellier] remove the 'V' letter in old mapping directories name - * 20070420 [chatellier] add support to look for hibernate mapping in a tree - structure of directories - * 20070418 [chatellier] add migration service \ No newline at end of file diff --git a/topia-service-flyway/README.txt b/topia-service-flyway/README.md similarity index 100% rename from topia-service-flyway/README.txt rename to topia-service-flyway/README.md diff --git a/topia-junit/README.txt b/topia-service-liquibase/README.md similarity index 100% rename from topia-junit/README.txt rename to topia-service-liquibase/README.md diff --git a/topia-persistence/README.txt b/topia-service-migration/README.md similarity index 100% rename from topia-persistence/README.txt rename to topia-service-migration/README.md diff --git a/README.txt b/topia-service-replication/README.md similarity index 100% rename from README.txt rename to topia-service-replication/README.md diff --git a/topia-service-replication/changelog.txt b/topia-service-replication/changelog.txt deleted file mode 100644 index ab64e83..0000000 --- a/topia-service-replication/changelog.txt +++ /dev/null @@ -1,2 +0,0 @@ -2.2.0 - * initial version \ No newline at end of file diff --git a/topia-it/README.txt b/topia-templates/README.md similarity index 100% rename from topia-it/README.txt rename to topia-templates/README.md -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.