branch develop updated (3d5b57b -> 8a5bcbb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git from 3d5b57b fixes #4076: Remove unused modules new 8a5bcbb refs #3954: Update dependencies 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 8a5bcbb62d2bebfddc0b29039e8b5f5980b6fbaf Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Oct 25 18:50:23 2016 +0200 refs #3954: Update dependencies Summary of changes: .../src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java | 5 ++--- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 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 nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit 8a5bcbb62d2bebfddc0b29039e8b5f5980b6fbaf Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Oct 25 18:50:23 2016 +0200 refs #3954: Update dependencies --- .../src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java | 5 ++--- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nuiton-struts2/src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java b/nuiton-struts2/src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java index 0e31c51..e0447cd 100644 --- a/nuiton-struts2/src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java +++ b/nuiton-struts2/src/test/java/org/nuiton/web/struts2/I18nTextProviderTest.java @@ -24,6 +24,7 @@ package org.nuiton.web.struts2; import java.util.Arrays; import java.util.Locale; +import com.opensymphony.xwork2.DefaultLocaleProvider; import org.junit.After; import org.junit.Assert; import org.junit.Before; @@ -31,8 +32,6 @@ import org.junit.Test; import org.nuiton.i18n.I18n; import org.nuiton.i18n.init.DefaultI18nInitializer; -import com.opensymphony.xwork2.LocaleProvider; - public class I18nTextProviderTest { protected I18nTextProvider provider; @@ -49,7 +48,7 @@ public class I18nTextProviderTest { I18n.init(initializer, Locale.FRENCH); provider = new I18nTextProvider(); - provider.setLocaleProvider(new LocaleProvider() { + provider.setLocaleProvider(new DefaultLocaleProvider() { @Override public Locale getLocale() { return Locale.FRENCH; diff --git a/pom.xml b/pom.xml index ac73eea..7c5a536 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ License along with this program. If not, see <nuitonConfigVersion>3.1</nuitonConfigVersion> <nuitonI18nVersion>3.6.2</nuitonI18nVersion> - <nuitonUtilsVersion>3.0-rc-15</nuitonUtilsVersion> + <nuitonUtilsVersion>3.0-rc-16</nuitonUtilsVersion> <nuitonI18nPluginVersion>${nuitonI18nVersion}</nuitonI18nPluginVersion> <topiaVersion>3.1.3.2</topiaVersion> @@ -134,7 +134,7 @@ License along with this program. If not, see <gwtPluginVersion>2.2.0</gwtPluginVersion> <!-- Strust 2 --> - <struts2Version>2.5.2</struts2Version> + <struts2Version>2.5.5</struts2Version> <shiroVersion>1.3.2</shiroVersion> <servletApiVersion>3.0.1</servletApiVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm