This is an automated email from the git hooks/post-receive script. New change to branch feature/4062 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git omits 81c24a2 optimize third parties omits 5b17427 Optimize dependencies omits b98cde5 Hibernate 5 requires java 8 omits 43573ae Add persistent classes to configuration (otherwise sessionFactory do not know them) + review newSessionFactory method omits 173df4f Fix dao detection omits 8abfa83 Fix tests by preventing validation while testing TopiaUtil omits 0693425 Update to hibernate 5.2.3 adds 309b6ae When migration fails, must throw an exception (Fixes #4080) adds 42e62ea Remove deprecated usage of guava Iterators.emptyIterator() (Fixes #4082) adds e7e0b6e Updates to guava 20 (Fixes #4083) adds d9a3acc Updates liquidbase to 3.5.3 (Fixes #4084) adds b641091 Updates flyway to 4.0.3 (Fixes #4085) adds 477f3c0 Updates beanutils to 1.9.3 (Fixes #4086) adds fc409d9 Updates commons-lang3 to 3.5 (Fixes #4087) adds b7db629 Updates mockito to 2.2.29 (Fixes #4088) adds aaa694c Updates nuiton-csv to 3.0-rc-6 (Fixes #4089) adds 923aa40 Updates nuiton-utils to 3.0-rc-16 (Fixes #4090) adds fdb8c5b Updates eugene to 3.0-alpha-10 (Fixes #4091) adds d161b0e We should also propagate hibernate extra configuration to the TMSconfiguration (fixes #4092) adds e9dcf56 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 1056d05 [jgitflow-maven-plugin]updating poms for 3.1.4 branch with snapshot versions adds 04e5299 [jgitflow-maven-plugin]updating poms for branch'release/3.1.4' with non-snapshot versions adds 97dd087 [jgitflow-maven-plugin]merging 'release/3.1.4' into 'master' adds e5be5e3 [jgitflow-maven-plugin]merging 'master' into 'develop' adds 54dfd7b [jgitflow-maven-plugin]Updating develop poms back to pre merge state adds 357137b Bad generation of delete method in generated dao for *-* relation if surrounding entity is not in the same schema (fixes #4096) new 42ca064 Update to hibernate 5.2.3 new 1e1f0dc Fix tests by preventing validation while testing TopiaUtil new 4985b2d Fix dao detection new dccf8d7 Add persistent classes to configuration (otherwise sessionFactory do not know them) + review newSessionFactory method new a6d3be2 Hibernate 5 requires java 8 new 061b98f Optimize dependencies new a3f2395 optimize third parties new 763e62b refs #4062 Go back to hibernate 5.1.3 to stay on java 7 new d71c50a refs #4062 Fix the shcema validation exception hack :( new 31790ef refs #4062 Fix two tests This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (81c24a2) \ N -- N -- N refs/heads/feature/4062 (31790ef) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 10 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 31790ef2c9eedc5e8ecdb45687022cc77451ca72 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 15 11:32:49 2016 +0100 refs #4062 Fix two tests commit d71c50ac63e3d2fe7aaa085bf190a72fda796afc Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 15 11:32:32 2016 +0100 refs #4062 Fix the shcema validation exception hack :( commit 763e62bf270dcde1f3efecc231504bdf8a231b4f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 15 11:31:52 2016 +0100 refs #4062 Go back to hibernate 5.1.3 to stay on java 7 commit a3f23951a314caa402868d2e876f0b1d629723f5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 16:21:51 2016 +0200 optimize third parties commit 061b98f70e2fd0badb40c0cb7f16a34c8f8532c6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 16:21:33 2016 +0200 Optimize dependencies commit a6d3be272839c7d8ddcf303b1c0a1b55735a29fa Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 15:59:34 2016 +0200 Hibernate 5 requires java 8 commit dccf8d731f38a65fc8c4b4e0ebdfbdb2e62c4bc2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 11:18:35 2016 +0200 Add persistent classes to configuration (otherwise sessionFactory do not know them) + review newSessionFactory method commit 4985b2dfc9bce5ff43f284b05105791c65906fa8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 23 11:16:37 2016 +0200 Fix dao detection commit 1e1f0dcb65093a483c350c6c8d3dcd1ae3cb0cac Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Oct 18 17:23:09 2016 +0200 Fix tests by preventing validation while testing TopiaUtil commit 42ca0647f7e7e10ddcba52b53fcc0d5de5064c3a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 10:20:02 2016 +0200 Update to hibernate 5.2.3 Summary of changes: pom.xml | 24 +++++----- .../topia/it/legacy/persistence/NaturalIdTest.java | 7 ++- .../SchemaValidationTopiaException.java | 9 ++-- .../persistence/internal/AbstractTopiaDao.java | 3 +- .../internal/AbstractTopiaPersistenceContext.java | 51 +++++++++++----------- .../nuiton/topia/persistence/util/TopiaUtil.java | 21 ++++----- .../topia/flyway/TopiaFlywayServiceImpl.java | 7 +-- .../migration/AbstractTopiaMigrationCallback.java | 12 +++-- .../topia/migration/TopiaMigrationEngine.java | 1 + .../topia/migration/TopiaMigrationEngineTest.java | 2 +- .../topia/templates/EntityDaoTransformer.java | 10 ++--- 11 files changed, 73 insertions(+), 74 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.