This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from f2d8d57 refs #2892 Fix setTopiaIdFactory(...) only if necessary new d50e212 refs #2892 Fix Ano-1640 IT new 085a3e6 refs #2892 fix maven dependency issues new cd25c6a refs #2892 Keep ToPIA Java 1.6 compatible new c35d450 Fix missing file headers The 4 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 c35d450b260be5363c97d4e7b847e950b3acd9bb Author: Arnaud Thimel <thimel@codelutin.com> Date: Sat Apr 25 23:50:35 2015 +0200 Fix missing file headers commit cd25c6ade5d82c5dfe6deeaae69e08fc52952892 Author: Arnaud Thimel <thimel@codelutin.com> Date: Sat Apr 25 23:47:48 2015 +0200 refs #2892 Keep ToPIA Java 1.6 compatible commit 085a3e6fc1d5d7daa1b7a915d1bede43dae94c0e Author: Arnaud Thimel <thimel@codelutin.com> Date: Sat Apr 25 23:46:37 2015 +0200 refs #2892 fix maven dependency issues commit d50e212cb672f63edc1d375a3831c2b01953cf71 Author: Arnaud Thimel <thimel@codelutin.com> Date: Sat Apr 25 23:44:08 2015 +0200 refs #2892 Fix Ano-1640 IT Summary of changes: topia-it/pom.xml | 5 -- .../topia/testabstract/TopiaAbstractTest.java | 2 +- ...TopiaDatabase.java => TopiaIt1640Database.java} | 18 ++------ .../TopiaItMappingTopiaApplicationContext.java | 22 +++++++++ topia-junit/pom.xml | 24 ---------- topia-persistence/pom.xml | 5 ++ .../topia/persistence/BeanTopiaConfiguration.java | 22 +++++++++ .../persistence/HibernateAvailableSettings.java | 22 +++++++++ .../HibernateTopiaMigrationService.java | 22 +++++++++ .../topia/persistence/TopiaConfiguration.java | 22 +++++++++ .../persistence/TopiaConfigurationBuilder.java | 22 +++++++++ .../TopiaMisconfigurationException.java | 22 +++++++++ .../internal/DefaultTopiaIdFactory.java | 22 +++++++++ .../persistence/jdbc/BeanJdbcConfiguration.java | 22 +++++++++ .../topia/persistence/jdbc/JdbcConfiguration.java | 22 +++++++++ .../persistence/jdbc/JdbcConfigurationBuilder.java | 22 +++++++++ .../topia/persistence/jdbc/JdbcH2Helper.java | 22 +++++++++ .../nuiton/topia/persistence/jdbc/JdbcHelper.java | 53 ++++++++++++++++++++-- .../persistence/TopiaConfigurationBuilderTest.java | 22 +++++++++ 19 files changed, 346 insertions(+), 47 deletions(-) rename topia-it/src/it/ANOMALIE-1640/src/test/java/org/nuiton/topia/testabstract/{TopiaDatabase.java => TopiaIt1640Database.java} (64%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.