This is an automated email from the git hooks/post-receive script. New change to branch 3784-hibernate5 in repository topia. See http://git.nuiton.org/topia.git from c63c063 refs #3784: Update to Hibernate 5 new 102a334 refs #3784: Update to Hibernate 5 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 102a334ce04d3c1bd178127bfcda49f822c53fb5 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Nov 22 20:00:11 2015 +0100 refs #3784: Update to Hibernate 5 Summary of changes: .gitignore | 5 + pom.xml | 23 ++- topia-persistence/pom.xml | 5 + .../nuiton/topia/framework/TopiaContextImpl.java | 133 ++++++++-------- .../topia/framework/TopiaContextImplementor.java | 31 ++-- .../java/org/nuiton/topia/framework/TopiaUtil.java | 169 ++++++++------------- .../generator/EntityHibernateMappingGenerator.java | 41 +++-- .../src/site/rst/devel/HibernateMapping.rst | 4 +- .../org/nuiton/topia/TopiaContextFactoryTest.java | 8 + .../topia/framework/TopiaContextImplTest.java | 43 ++++-- .../topiatest/persistence/Entity1Impl.hbm.xml | 19 +-- .../topia/migration/TMSVersionPersister.java | 28 ++-- .../topia/migration/TopiaMigrationEngine.java | 86 ++++------- .../topia/migration/mappings/TMSVersion.java | 2 +- .../topia/migration/mappings/TMSVersionDAO.java | 28 ++-- .../topia/migration/mappings/TMSVersion.hbm.xml | 5 +- 16 files changed, 290 insertions(+), 340 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.