branch develop updated (bdde5e7f -> c1197fb0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from bdde5e7f Update dependencies versions new c1197fb0 Fix version updates 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 c1197fb04b283279f73dc76d4fa0affd9662506c Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 17 17:18:23 2019 +0100 Fix version updates Summary of changes: .../main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit c1197fb04b283279f73dc76d4fa0affd9662506c Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 17 17:18:23 2019 +0100 Fix version updates --- .../main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java index b8746707..6d4b8546 100644 --- a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java +++ b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/validators/LoginValidator.java @@ -24,6 +24,8 @@ import com.opensymphony.xwork2.validator.ValidationException; import fr.ifremer.echobase.entities.EchoBaseUser; import fr.ifremer.echobase.services.service.UserService; import fr.ifremer.echobase.ui.actions.EchoBaseActionSupport; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; /** * Check user login. @@ -33,6 +35,8 @@ import fr.ifremer.echobase.ui.actions.EchoBaseActionSupport; */ public class LoginValidator extends EchoBaseFieldValidatorSupport { + private static final Log log = LogFactory.getLog(LoginValidator.class); + @Override public void validateWhenNotSkip(Object object) throws ValidationException { diff --git a/pom.xml b/pom.xml index 9f602a72..b545b51c 100644 --- a/pom.xml +++ b/pom.xml @@ -277,7 +277,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.4</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.nuiton</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm