This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 6727083 Ajout CR réunion 5 avril 2016 new 460d743 refs: #8089: Migrate to ToPIA 3.0 new 8631fc2 refs #8089: Migrate to ToPIA 3.0 new 6dccdf9 fixes #8089: Migrate to ToPIA 3.0 new af8380e refs #8089: Update hibernate new 298fe49 Utilisation du mode strict et correction des problèmes de tag values new 8083eb1 on reste sur java 7 new 2fda67c on repasse sur develop pour avancer même si le point n'est pas complètement traité :(. Merge branch 'feature/8089' into develop The 7 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 2fda67c153b45098db89e57a3f18e5b972b26d5d Merge: 6727083 8083eb1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 7 17:31:07 2016 +0200 on repasse sur develop pour avancer même si le point n'est pas complètement traité :(. Merge branch 'feature/8089' into develop commit 8083eb1df6ab78fa256b6cf91404c86b47f02c51 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 7 17:18:45 2016 +0200 on reste sur java 7 commit 298fe496412fdbdf874ee6ba1a8fb61656f65b00 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 7 16:34:40 2016 +0200 Utilisation du mode strict et correction des problèmes de tag values commit af8380e7ca3c81f5e5f6b227ce6319a7a3acd292 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 10 17:40:42 2016 +0100 refs #8089: Update hibernate commit 6dccdf9e07b9b3a2f9cd0548dc8ca0fa81f566b0 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 10 17:31:03 2016 +0100 fixes #8089: Migrate to ToPIA 3.0 commit 8631fc281ea2b0996d917e00996eee1b8eeec3fb Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 15:31:08 2016 +0100 refs #8089: Migrate to ToPIA 3.0 commit 460d7431b8601b510b018bf782805dc56142062e Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 9 13:46:51 2016 +0100 refs: #8089: Migrate to ToPIA 3.0 Summary of changes: echobase-domain/pom.xml | 1 + .../java/fr/ifremer/echobase/FixedH2Dialect.java | 48 ++++++++++++++++++++++ .../echobase/entities/AbstractEchoBaseDao.java | 5 +-- .../fr/ifremer/echobase/entities/DriverType.java | 14 ++++--- .../EchoBaseUserTopiaApplicationContext.java | 2 +- .../echobase/entities/EchoBaseUserTopiaDao.java | 10 ++--- .../EchoBaseUserTopiaPersistenceContext.java | 9 ++-- .../echobase/entities/data/EchotypeTopiaDao.java | 1 - .../echobase/persistence/EchoBaseEntityHelper.java | 31 +++++++------- .../persistence/EchoBasePersistenceHelper.java | 18 ++------ .../EchobaseTopiaApplicationContexts.java | 8 ++++ .../echobase/persistence/JdbcConfiguration.java | 20 ++++----- .../EchoBaseMigrationCallBackResolver.java | 23 ++++++----- .../internalDb/MigrationCallBackForVersion.java | 3 +- .../internalDb/MigrationCallBackForVersion2_2.java | 29 +++++++------ .../migration/internalDb/MigrationCallback.java | 18 +++----- .../workingDb/MigrationCallBackForVersion.java | 44 +++++++++++++++++--- .../workingDb/MigrationCallBackForVersion2_2.java | 33 +++++++-------- .../MigrationCallBackForVersion2_5_1.java | 11 ++--- .../workingDb/MigrationCallBackForVersion2_6.java | 39 +++++++++--------- .../MigrationCallBackForVersion2_6_1.java | 18 ++++---- .../MigrationCallBackForVersion2_7_2.java | 25 +++++------ .../MigrationCallBackForVersionPostgresql.java} | 13 +++--- .../migration/workingDb/MigrationCallback.java | 11 +---- .../main/resources/echobase-internaldb.properties | 5 +-- .../main/resources/echobase-workingdb.properties | 5 +-- .../src/main/xmi/echobase-internal.properties | 10 +++-- echobase-domain/src/main/xmi/echobase.properties | 16 +++++--- .../echobase/services/service/DbEditorService.java | 15 +++++-- .../echobase/services/service/UserService.java | 15 ++++++- .../EmbeddedApplicationService.java | 2 +- .../services/service/exportdb/ExportDbService.java | 41 +++++++++--------- .../services/FakeEchoBaseServiceContext.java | 4 +- .../removedata/AbstractRemoveDataServiceTest.java | 3 +- pom.xml | 12 +++--- 35 files changed, 327 insertions(+), 235 deletions(-) create mode 100644 echobase-domain/src/main/java/fr/ifremer/echobase/FixedH2Dialect.java copy echobase-domain/src/main/java/fr/ifremer/echobase/{I18nAble.java => persistence/migration/workingDb/MigrationCallBackForVersionPostgresql.java} (74%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.