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 fc608df Remove TopiaSchemaHelper class which content has been moved into TopiaItMappingTopiaApplicationContext#createSchema() new a261bc0 Review some builder method names new cd45d60 Move configuration in properties reading in builder, refactor BeanTopiaConfiguration to extends BeanJdbcConfiguration The 2 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 cd45d603cb25c3556e4d8ed262dd42282f35b82e Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Dec 17 18:53:19 2014 +0100 Move configuration in properties reading in builder, refactor BeanTopiaConfiguration to extends BeanJdbcConfiguration commit a261bc03c9d350d3c085e168685bd64833721dd0 Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Dec 17 17:32:10 2014 +0100 Review some builder method names Summary of changes: .../topia/persistence/BeanTopiaConfiguration.java | 59 ++------ .../persistence/PropertiesTopiaConfiguration.java | 151 ------------------- .../persistence/TopiaConfigurationBuilder.java | 162 +++++++++++++++++++-- .../internal/AbstractTopiaApplicationContext.java | 7 +- .../persistence/internal/HibernateProvider.java | 4 +- .../persistence/jdbc/BeanJdbcConfiguration.java | 51 +++++++ .../topia/persistence/jdbc/JdbcConfiguration.java | 4 +- .../persistence/jdbc/JdbcConfigurationBuilder.java | 40 +++-- .../nuiton/topia/persistence/jdbc/JdbcHelper.java | 15 +- .../persistence/TopiaConfigurationBuilderTest.java | 33 +++++ .../topia/migration/TopiaMigrationEngine.java | 2 +- 11 files changed, 273 insertions(+), 255 deletions(-) delete mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/PropertiesTopiaConfiguration.java create mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/jdbc/BeanJdbcConfiguration.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.