branch feature/newReportBuilder updated (ecf8a6c -> c060107)
This is an automated email from the git hooks/post-receive script. New change to branch feature/newReportBuilder in repository lima. See http://git.chorem.org/lima.git from ecf8a6c refs #769 amélioration sur la récupération et la mise à jour des paramètres new c060107 refs #934 mise à jour version Topia 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 c0601077037e0b78673186f74f35dc81e4abf9b2 Author: dcosse <japbiw74> Date: Fri Feb 6 15:51:11 2015 +0100 refs #934 mise à jour version Topia Summary of changes: .../org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java | 5 +++-- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/newReportBuilder in repository lima. See http://git.chorem.org/lima.git commit c0601077037e0b78673186f74f35dc81e4abf9b2 Author: dcosse <japbiw74> Date: Fri Feb 6 15:51:11 2015 +0100 refs #934 mise à jour version Topia --- .../org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java | 5 +++-- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java b/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java index 3769516..0cf0219 100644 --- a/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java +++ b/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java @@ -26,6 +26,7 @@ import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import org.nuiton.topia.persistence.TopiaIdFactory; +import org.nuiton.topia.persistence.internal.AbstractTopiaPersistenceContextConstructorParameter; import org.nuiton.topia.persistence.internal.HibernateProvider; import org.nuiton.topia.persistence.internal.TopiaHibernateSessionRegistry; import org.nuiton.topia.persistence.internal.support.TopiaFiresSupport; @@ -38,8 +39,8 @@ import java.util.List; public class LimaCallaoTopiaPersistenceContext extends AbstractLimaCallaoTopiaPersistenceContext implements TopiaHibernateSupport, TopiaSqlSupport { - public LimaCallaoTopiaPersistenceContext(HibernateProvider hibernateProvider, TopiaFiresSupport applicationFiresSupport, TopiaIdFactory topiaIdFactory, TopiaHibernateSessionRegistry sessionRegistry) { - super(hibernateProvider, applicationFiresSupport, topiaIdFactory, sessionRegistry); + public LimaCallaoTopiaPersistenceContext(AbstractTopiaPersistenceContextConstructorParameter parameter){ + super(parameter); } @Override diff --git a/pom.xml b/pom.xml index 47e1016..12182e5 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <signatureVersion>1.0</signatureVersion> <!-- customized libs version --> - <eugeneVersion>2.13</eugeneVersion> + <eugeneVersion>3.0-SNAPSHOT</eugeneVersion> <nuitonConfigVersion>3.0-rc-2</nuitonConfigVersion> <nuitonDecoratorVersion>3.0-alpha-3</nuitonDecoratorVersion> <nuitonProfilingVersion>3.0</nuitonProfilingVersion> @@ -183,7 +183,7 @@ <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonUtilsVersion>3.0-SNAPSHOT</nuitonUtilsVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> - <topiaVersion>3.0-beta-14</topiaVersion> + <topiaVersion>3.0-SNAPSHOT</topiaVersion> <commonsCodecVersion>1.9</commonsCodecVersion> <commonsEmailVersion>1.3.3</commonsEmailVersion> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm