This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository topia.
See http://git.nuiton.org/topia.git
from 3864ec2 Upgrade Liquibase to 3.3.1
new f697fe4 On entities addAll operations should accept any kind of iterables (fixes #3627)
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 f697fe46450301239673f4dd5e14ab9a8065bd30
Author: Brendan Le Ny <bleny(a)codelutin.com>
Date: Fri Jan 23 16:38:50 2015 +0100
On entities addAll operations should accept any kind of iterables (fixes #3627)
Summary of changes:
.../main/java/org/nuiton/topia/templates/EntityTransformer.java | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
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 3e5ee7d Deprecate TopiaH2Util and move API to JdbcH2Helper
new 582cfed refs #2892 Delegate methods from JdbcConfigurationBuilder to TopiaConfigurationBuilder
new 9d93f47 refs #2892 Fix TopiaConnectionProviderTest
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 9d93f47211fbd13f4cca02c09456dde1a7028ff2
Author: Arnaud Thimel <thimel(a)codelutin.com>
Date: Fri Jan 16 18:08:16 2015 +0100
refs #2892 Fix TopiaConnectionProviderTest
commit 582cfed0a4734d525596dfdb12c1c08a35883bda
Author: Arnaud Thimel <thimel(a)codelutin.com>
Date: Fri Jan 16 16:59:06 2015 +0100
refs #2892 Delegate methods from JdbcConfigurationBuilder to TopiaConfigurationBuilder
Summary of changes:
.../TopiaConnectionProviderHardCoded.java | 3 +-
.../framework/TopiaConnectionProviderTest.java | 175 +++++++++++----------
.../TopiaConnectionProviderHardcoded.properties | 34 ----
.../persistence/TopiaConfigurationBuilder.java | 63 ++++++++
.../persistence/jdbc/JdbcConfigurationBuilder.java | 46 +++---
.../persistence/TopiaConfigurationBuilderTest.java | 4 +-
6 files changed, 177 insertions(+), 148 deletions(-)
delete mode 100644 topia-it/src/test/resources/TopiaConnectionProviderHardcoded.properties
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository topia.
See http://git.nuiton.org/topia.git
from 1e31ca6 Fix generated SQL query remove usages in a *---* relation on entity deletion (fixes #3595)
new 82fc7b4 Upgrade dependencies : nuitonpom 1.7 H2 1.4.184 Hibernate 4.3.7.Final JUnit 4.12 Log4J 1.2.17 nuiton-utils 3.0-rc-8 nuiton-decorator 3.0 Slf4J 1.7.9
new 3864ec2 Upgrade Liquibase to 3.3.1
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 3864ec23b4495b1165d4d1100d9d0b4de9fe7f4d
Author: Arnaud Thimel <thimel(a)codelutin.com>
Date: Tue Jan 6 11:20:03 2015 +0100
Upgrade Liquibase to 3.3.1
commit 82fc7b4001080d370614d3dd426f9d66c73ec1d0
Author: Arnaud Thimel <thimel(a)codelutin.com>
Date: Tue Jan 6 10:32:17 2015 +0100
Upgrade dependencies :
nuitonpom 1.7
H2 1.4.184
Hibernate 4.3.7.Final
JUnit 4.12
Log4J 1.2.17
nuiton-utils 3.0-rc-8
nuiton-decorator 3.0
Slf4J 1.7.9
Summary of changes:
pom.xml | 20 +++++++++++---------
.../topia/liquibase/TopiaLiquibaseServiceImpl.java | 2 +-
2 files changed, 12 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.