This is an automated email from the git hooks/post-receive script. New change to branch feature/2892 in repository topia. See http://git.nuiton.org/topia.git from b70dfa1 Fix build of topia migration service new fc608df Remove TopiaSchemaHelper class which content has been moved into TopiaItMappingTopiaApplicationContext#createSchema() 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 fc608dfc8a6400497910e8b55ae7ceea46ff3858 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Dec 17 14:31:24 2014 +0100 Remove TopiaSchemaHelper class which content has been moved into TopiaItMappingTopiaApplicationContext#createSchema() Summary of changes: .../org/nuiton/topia/it/TopiaSchemaHelper.java | 55 ---------------------- .../TopiaItMappingTopiaApplicationContext.java | 34 +++++++++++++ .../topia/it/mapping/AbstractMappingTest.java | 2 - .../persistence/TopiaConfigurationBuilder.java | 6 +-- .../TopiaServiceFlywayInitOnCreateSchemaTest.java | 9 ---- .../topia/migration/TopiaMigrationEngineTest.java | 7 --- 6 files changed, 37 insertions(+), 76 deletions(-) delete mode 100644 topia-it/src/main/java/org/nuiton/topia/it/TopiaSchemaHelper.java create mode 100644 topia-it/src/main/java/org/nuiton/topia/it/mapping/TopiaItMappingTopiaApplicationContext.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.