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 098f5b7 Enable connection pooling by default new 85d6120 Make builders instantiables new 8837683 fix dialect detection for H2 compatibility mode new 4fe77ed log properties before starting hibernate provider The 3 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 4fe77ed34caa6f2ab94c11848f362bbe54c12043 Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 28 17:31:56 2015 +0100 log properties before starting hibernate provider commit 88376837f07bbc48adc7020a790828517a10827f Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 18:45:15 2015 +0100 fix dialect detection for H2 compatibility mode commit 85d61202a86503457e356be6d51356d9207657a0 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 18:37:03 2015 +0100 Make builders instantiables Summary of changes: .../framework/TopiaConnectionProviderTest.java | 11 ++- .../framework/TopiaContextReplicateTest.java | 5 +- .../topia/it/legacy/framework/TopiaUtilTest.java | 3 +- .../topia/junit/AbstractDatabaseResource.java | 3 +- .../topia/persistence/TopiaConfiguration.java | 2 + .../persistence/TopiaConfigurationBuilder.java | 87 ++++++++++++---------- .../internal/AbstractTopiaApplicationContext.java | 7 +- .../persistence/internal/HibernateProvider.java | 65 +++++++++++----- .../persistence/jdbc/JdbcConfigurationBuilder.java | 74 +++++++++--------- .../persistence/TopiaConfigurationBuilderTest.java | 10 +-- .../TopiaServiceFlywayInitOnCreateSchemaTest.java | 10 +-- .../topia/migration/TopiaMigrationEngineTest.java | 6 +- .../AbstractTopiaReplicationServiceTest.java | 5 +- 13 files changed, 164 insertions(+), 124 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.