This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from fbdcf4c0 Remove deprecated usage of org.hibernate.Query adds 1cdec1b7 Allow using Hikari CP, make it the default choice adds b5d7179e Enable streaming results adds 7ca06347 Using flyway 5.0.0 adds c7b5ca77 Remove pointless modifiers in flyway module adds 0af04972 Passes use of deprecated configuration directive from warn to error new 74d42f82 Start 3.4 ; merge branches 'feature/hikari', 'feature/658_use_hibernate_streaming' and 'feature/657_update_to_flyway_5' into develop 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 74d42f82e0714ba34af9eb434fb3062c349f172e Merge: 1cdec1b7 b5d7179e 0af04972 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 9 14:10:57 2018 +0100 Start 3.4 ; merge branches 'feature/hikari', 'feature/658_use_hibernate_streaming' and 'feature/657_update_to_flyway_5' into develop Summary of changes: pom.xml | 11 +++-- topia-it/pom.xml | 2 +- .../topia/it/legacy/TopiaJpaSupportTest.java | 32 ++++++++++++++ topia-junit/pom.xml | 2 +- topia-persistence/pom.xml | 7 +++- .../topia/persistence/BeanTopiaConfiguration.java | 11 +++++ .../topia/persistence/TopiaConfiguration.java | 5 +++ .../persistence/TopiaConfigurationBuilder.java | 49 ++++++++++++++++++++-- .../persistence/TopiaQueryBuilderRunQueryStep.java | 12 ++++++ .../persistence/internal/AbstractTopiaDao.java | 25 +++++++++++ .../persistence/internal/HibernateProvider.java | 13 ++++-- .../internal/support/HibernateTopiaJpaSupport.java | 47 ++++++++++++++++++++- .../topia/persistence/support/TopiaJpaSupport.java | 13 ++++++ .../persistence/TopiaConfigurationBuilderTest.java | 1 + topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 2 +- .../nuiton/topia/flyway/TopiaFlywayService.java | 6 +-- .../topia/flyway/TopiaFlywayServiceImpl.java | 18 ++++---- .../TopiaServiceFlywayInitOnCreateSchemaTest.java | 28 +++++++------ topia-service-liquibase/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-templates/pom.xml | 2 +- 23 files changed, 247 insertions(+), 47 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.