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 357137b Bad generation of delete method in generated dao for *-* relation if surrounding entity is not in the same schema (fixes #4096) adds 42ca064 Update to hibernate 5.2.3 adds 1e1f0dc Fix tests by preventing validation while testing TopiaUtil adds 4985b2d Fix dao detection adds dccf8d7 Add persistent classes to configuration (otherwise sessionFactory do not know them) + review newSessionFactory method adds a6d3be2 Hibernate 5 requires java 8 adds 061b98f Optimize dependencies adds a3f2395 optimize third parties adds 763e62b refs #4062 Go back to hibernate 5.1.3 to stay on java 7 adds d71c50a refs #4062 Fix the shcema validation exception hack :( adds 31790ef refs #4062 Fix two tests new d38faba Merge branch 'feature/4062' into 'develop' 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 d38faba3d2089054d811351bf4b4e459ddfc71cd Merge: 357137b 31790ef Author: Tony Chemit <chemit@codelutin.com> Date: Thu Dec 15 11:35:13 2016 +0100 Merge branch 'feature/4062' into 'develop' #4062 Update to hibernate 5.1.3 Deux tests ne passent pas : * org.nuiton.topia.it.legacy.framework.TopiaUtilTest#testIsSchemaExistFailed * org.nuiton.topia.it.legacy.framework.TopiaUtilTest#testIsSchemaExist puis c'est dans le service de migration qu'un test ne fonctionne pas. See merge request !4 Summary of changes: pom.xml | 8 +- topia-it/pom.xml | 4 + topia-it/src/license/THIRD-PARTY.properties | 15 +- .../topia/it/legacy/framework/TopiaUtilTest.java | 10 +- .../topia/it/legacy/persistence/NaturalIdTest.java | 6 +- topia-junit/src/license/THIRD-PARTY.properties | 15 +- topia-persistence/pom.xml | 4 + .../src/license/THIRD-PARTY.properties | 19 ++- .../SchemaValidationTopiaException.java | 9 +- .../internal/AbstractTopiaApplicationContext.java | 71 ++++---- .../internal/AbstractTopiaPersistenceContext.java | 38 ++++- .../persistence/internal/HibernateProvider.java | 65 ++++++- .../persistence/support/TopiaHibernateSupport.java | 6 + .../nuiton/topia/persistence/util/TopiaUtil.java | 190 ++++++++------------- .../src/license/THIRD-PARTY.properties | 14 +- .../src/license/THIRD-PARTY.properties | 12 +- .../src/license/THIRD-PARTY.properties | 12 +- .../src/license/THIRD-PARTY.properties | 13 +- .../migration/AbstractTopiaMigrationCallback.java | 3 +- .../topia/migration/TopiaMigrationEngine.java | 22 ++- .../migration/mappings/TMSVersionHibernateDao.java | 23 ++- .../topia/migration/TopiaMigrationEngineTest.java | 2 +- .../src/license/THIRD-PARTY.properties | 13 +- topia-templates/src/license/THIRD-PARTY.properties | 16 +- 24 files changed, 334 insertions(+), 256 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.