branch develop updated (b41308a -> dc2c3ed)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git from b41308a fixes bug in visitor pattern for attribut not navigable new 3000ad5 refs #3902: Update guava new bf2081b refs #3902: Update hibenate new dc2c3ed refs #3902: Update slf4j 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 dc2c3ed7c705aac88f0156f1cd08ce80ea3b9843 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 14:01:07 2017 +0100 refs #3902: Update slf4j commit bf2081b33398d07150ecf16d7a7b55fe1b47178e Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 14:00:29 2017 +0100 refs #3902: Update hibenate commit 3000ad5ba1e7fcf97872fc8c7d05beec2017df16 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 13:59:48 2017 +0100 refs #3902: Update guava Summary of changes: pom.xml | 6 +++--- .../src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit 3000ad5ba1e7fcf97872fc8c7d05beec2017df16 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 13:59:48 2017 +0100 refs #3902: Update guava --- pom.xml | 2 +- .../src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4c56080..203cf99 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>19.0</version> + <version>20.0</version> </dependency> <!-- Commons libs --> diff --git a/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java b/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java index 578462f..748e481 100644 --- a/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java +++ b/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java @@ -4,7 +4,7 @@ * $Id$ * $HeadURL$ * %% - * Copyright (C) 2004 - 2014 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -37,7 +37,6 @@ package org.nuiton.topia.persistence; import com.google.common.base.Preconditions; -import com.google.common.collect.Iterators; import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; @@ -57,6 +56,7 @@ import org.nuiton.util.PagerBeanUtil; import java.io.Serializable; import java.lang.reflect.InvocationTargetException; import java.security.Permission; +import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; @@ -878,7 +878,7 @@ public class TopiaDAOImpl<E extends TopiaEntity> implements } // empty iterator (will be changed at first next call) - data = Iterators.emptyIterator(); + data = Collections.emptyIterator(); } @Override -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit bf2081b33398d07150ecf16d7a7b55fe1b47178e Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 14:00:29 2017 +0100 refs #3902: Update hibenate --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 203cf99..3d499ff 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ <processorPluginVersion>1.3</processorPluginVersion> <nuitonI18nVersion>3.6.2</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> - <hibernateVersion>5.1.2.Final</hibernateVersion> + <hibernateVersion>5.1.3.Final</hibernateVersion> <sl4jVersion>1.7.21</sl4jVersion> <h2Version>1.3.176</h2Version> <hamcrestVersion>1.3</hamcrestVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit dc2c3ed7c705aac88f0156f1cd08ce80ea3b9843 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Jan 3 14:01:07 2017 +0100 refs #3902: Update slf4j --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d499ff..b462199 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ <nuitonI18nVersion>3.6.2</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> <hibernateVersion>5.1.3.Final</hibernateVersion> - <sl4jVersion>1.7.21</sl4jVersion> + <sl4jVersion>1.7.22</sl4jVersion> <h2Version>1.3.176</h2Version> <hamcrestVersion>1.3</hamcrestVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm