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 9d93f47 refs #2892 Fix TopiaConnectionProviderTest new f7ee5db Configuration is now Serializable new 5c6e6d8 Implements guessHibernateDialect new d67aa11 Allow user to instantiate TopiaIdFactory new 098f5b7 Enable connection pooling by default 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 098f5b76bb99b3a1b28ecb156d2e0fc500d369c5 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 16:14:31 2015 +0100 Enable connection pooling by default commit d67aa114f2b1b63f32e3dcd517b32b82df318871 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 12:26:37 2015 +0100 Allow user to instantiate TopiaIdFactory commit 5c6e6d8189b54d2a5dd50597b94ac6d9ba0d5f47 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Jan 26 12:00:44 2015 +0100 Implements guessHibernateDialect commit f7ee5db839f0e8a6ce6872590d9a926dfee1d0c8 Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 21 16:07:10 2015 +0100 Configuration is now Serializable Summary of changes: pom.xml | 7 ++ .../persistence/util/TopiaEntityHelperTest.java | 4 +- .../persistence/internal/TopiaIdFactoryTest.java | 2 +- topia-persistence/pom.xml | 5 + .../topia/persistence/BeanTopiaConfiguration.java | 65 ++++++------- .../persistence/HibernateAvailableSettings.java | 6 ++ .../topia/persistence/TopiaConfiguration.java | 10 +- .../persistence/TopiaConfigurationBuilder.java | 83 ++++------------ .../nuiton/topia/persistence/TopiaIdFactory.java | 9 +- .../internal/AbstractTopiaApplicationContext.java | 25 +---- .../internal/DefaultTopiaIdFactory.java | 104 +-------------------- ... FullyQualifiedNamePlusUuidTopiaIdFactory.java} | 9 +- .../persistence/internal/HibernateProvider.java | 45 ++++++--- .../persistence/internal/LegacyTopiaIdFactory.java | 2 + .../persistence/internal/ShortTopiaIdFactory.java | 23 ++--- .../topia/persistence/jdbc/JdbcConfiguration.java | 3 +- ...lyQualifiedNamePlusUuidTopiaIdFactoryTest.java} | 10 +- .../persistence/TopiaConfigurationBuilderTest.java | 4 - 18 files changed, 137 insertions(+), 279 deletions(-) copy topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/{DefaultTopiaIdFactory.java => FullyQualifiedNamePlusUuidTopiaIdFactory.java} (93%) rename topia-persistence/src/test/java/org/nuiton/topia/persistence/{DefaultTopiaIdFactoryTest.java => FullyQualifiedNamePlusUuidTopiaIdFactoryTest.java} (90%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.